Projectname large_stringclasses 15
values | Filepath large_stringlengths 4 106 ⌀ | Function large_stringlengths 11 3.45k | Label list |
|---|---|---|---|
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static uint32_t
Pnacl_M13_PPB_KeyboardInputEvent_GetKeyCode(PP_Resource key_event) {
const struct PPB_KeyboardInputEvent_1_0 *iface =
Pnacl_WrapperInfo_PPB_KeyboardInputEvent_1_0.real_iface;
return iface->GetKeyCode(key_event);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void
Pnacl_M34_PPB_KeyboardInputEvent_GetCode(struct PP_Var *_struct_result,
PP_Resource key_event) {
const struct PPB_KeyboardInputEvent_1_2 *iface =
Pnacl_WrapperInfo_PPB_KeyboardInputEvent_1_2.real_iface;
*_struct_result = iface->GetCode(key_event);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Resource Pnacl_M13_PPB_TouchInputEvent_Create(PP_Instance instance,
PP_InputEvent_Type type,
PP_TimeTicks time_stamp,
uint32_t modifiers) {
... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void
Pnacl_M60_PPB_TouchInputEvent_AddTouchPoint(PP_Resource touch_event,
PP_TouchListType list,
const struct PP_TouchPoint *point) {
const struct PPB_TouchInputEvent_1_4 *iface =
Pnacl_WrapperInfo_PPB_TouchInputEven... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M13_PPB_IMEInputEvent_GetText(struct PP_Var *_struct_result,
PP_Resource ime_event) {
const struct PPB_IMEInputEvent_1_0 *iface =
Pnacl_WrapperInfo_PPB_IMEInputEvent_1_0.real_iface;
*_struct_result = iface->GetText(ime_event);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M35_PPB_MediaStreamAudioTrack_Close(PP_Resource audio_track) {
const struct PPB_MediaStreamAudioTrack_0_1 *iface =
Pnacl_WrapperInfo_PPB_MediaStreamAudioTrack_0_1.real_iface;
iface->Close(audio_track);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M35_PPB_MediaStreamVideoTrack_Configure(
PP_Resource video_track, const int32_t attrib_list[],
struct PP_CompletionCallback *callback) {
const struct PPB_MediaStreamVideoTrack_0_1 *iface =
Pnacl_WrapperInfo_PPB_MediaStreamVideoTrack_0_1.real_iface;
return iface->Configure(video_t... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool
Pnacl_M36_PPB_MediaStreamVideoTrack_HasEnded(PP_Resource video_track) {
const struct PPB_MediaStreamVideoTrack_1_0 *iface =
Pnacl_WrapperInfo_PPB_MediaStreamVideoTrack_1_0.real_iface;
return iface->HasEnded(video_track);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M36_PPB_MediaStreamVideoTrack_Close(PP_Resource video_track) {
const struct PPB_MediaStreamVideoTrack_1_0 *iface =
Pnacl_WrapperInfo_PPB_MediaStreamVideoTrack_1_0.real_iface;
iface->Close(video_track);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Resource Pnacl_M25_PPB_MessageLoop_GetForMainThread(void) {
const struct PPB_MessageLoop_1_0 *iface =
Pnacl_WrapperInfo_PPB_MessageLoop_1_0.real_iface;
return iface->GetForMainThread();
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static void Pnacl_M14_PPB_Messaging_PostMessage(PP_Instance instance,
struct PP_Var *message) {
const struct PPB_Messaging_1_0 *iface =
Pnacl_WrapperInfo_PPB_Messaging_1_0.real_iface;
iface->PostMessage(instance, *message);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static int32_t
Pnacl_M16_PPB_MouseLock_LockMouse(PP_Instance instance,
struct PP_CompletionCallback *callback) {
const struct PPB_MouseLock_1_0 *iface =
Pnacl_WrapperInfo_PPB_MouseLock_1_0.real_iface;
return iface->LockMouse(instance, *callback);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_NetAddress_Family
Pnacl_M29_PPB_NetAddress_GetFamily(PP_Resource addr) {
const struct PPB_NetAddress_1_0 *iface =
Pnacl_WrapperInfo_PPB_NetAddress_1_0.real_iface;
return iface->GetFamily(addr);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M29_PPB_NetAddress_DescribeAsString(
struct PP_Var *_struct_result, PP_Resource addr, PP_Bool include_port) {
const struct PPB_NetAddress_1_0 *iface =
Pnacl_WrapperInfo_PPB_NetAddress_1_0.real_iface;
*_struct_result = iface->DescribeAsString(addr, include_port);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_NetworkList_State
Pnacl_M31_PPB_NetworkList_GetState(PP_Resource resource, uint32_t index) {
const struct PPB_NetworkList_1_0 *iface =
Pnacl_WrapperInfo_PPB_NetworkList_1_0.real_iface;
return iface->GetState(resource, index);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void
Pnacl_M31_PPB_NetworkList_GetDisplayName(struct PP_Var *_struct_result,
PP_Resource resource, uint32_t index) {
const struct PPB_NetworkList_1_0 *iface =
Pnacl_WrapperInfo_PPB_NetworkList_1_0.real_iface;
*_struct_result = iface->GetDisplayName(resource, in... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M29_PPB_TCPSocket_Connect(PP_Resource tcp_socket, PP_Resource addr,
struct PP_CompletionCallback *callback) {
const struct PPB_TCPSocket_1_0 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_1_0.real_iface;
return iface->Connect(tcp_socket, addr, *callback);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M31_PPB_TCPSocket_Listen(PP_Resource tcp_socket, int32_t backlog,
struct PP_CompletionCallback *callback) {
const struct PPB_TCPSocket_1_1 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_1_1.real_iface;
return iface->Listen(tcp_socket, backlog, *callback);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M31_PPB_TCPSocket_Close(PP_Resource tcp_socket) {
const struct PPB_TCPSocket_1_1 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_1_1.real_iface;
iface->Close(tcp_socket);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M41_PPB_TCPSocket_Bind(PP_Resource tcp_socket, PP_Resource addr,
struct PP_CompletionCallback *callback) {
const struct PPB_TCPSocket_1_2 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_1_2.real_iface;
return iface->Bind(tcp_socket, addr, *callback);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M41_PPB_TCPSocket_Listen(PP_Resource tcp_socket, int32_t backlog,
struct PP_CompletionCallback *callback) {
const struct PPB_TCPSocket_1_2 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_1_2.real_iface;
return iface->Listen(tcp_socket, backlog, *callback);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M41_PPB_TCPSocket_SetOption(
PP_Resource tcp_socket, PP_TCPSocket_Option name, struct PP_Var *value,
struct PP_CompletionCallback *callback) {
const struct PPB_TCPSocket_1_2 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_1_2.real_iface;
return iface->SetOption(tcp_socket, name, *value,... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M30_PPB_TextInputController_UpdateCaretPosition(
PP_Instance instance, const struct PP_Rect *caret) {
const struct PPB_TextInputController_1_0 *iface =
Pnacl_WrapperInfo_PPB_TextInputController_1_0.real_iface;
iface->UpdateCaretPosition(instance, caret);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M29_PPB_UDPSocket_RecvFrom(PP_Resource udp_socket, char *buffer,
int32_t num_bytes, PP_Resource *addr,
struct PP_CompletionCallback *callback) {
const struct PPB_UDPSocket_1_0 *iface =
Pnacl_WrapperInfo_PPB_UDPSocket_1_0.rea... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M29_PPB_UDPSocket_Close(PP_Resource udp_socket) {
const struct PPB_UDPSocket_1_0 *iface =
Pnacl_WrapperInfo_PPB_UDPSocket_1_0.real_iface;
iface->Close(udp_socket);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool Pnacl_M41_PPB_UDPSocket_IsUDPSocket(PP_Resource resource) {
const struct PPB_UDPSocket_1_1 *iface =
Pnacl_WrapperInfo_PPB_UDPSocket_1_1.real_iface;
return iface->IsUDPSocket(resource);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M41_PPB_UDPSocket_SetOption(
PP_Resource udp_socket, PP_UDPSocket_Option name, struct PP_Var *value,
struct PP_CompletionCallback *callback) {
const struct PPB_UDPSocket_1_1 *iface =
Pnacl_WrapperInfo_PPB_UDPSocket_1_1.real_iface;
return iface->SetOption(udp_socket, name, *value,... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool Pnacl_M43_PPB_UDPSocket_IsUDPSocket(PP_Resource resource) {
const struct PPB_UDPSocket_1_2 *iface =
Pnacl_WrapperInfo_PPB_UDPSocket_1_2.real_iface;
return iface->IsUDPSocket(resource);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Resource
Pnacl_M43_PPB_UDPSocket_GetBoundAddress(PP_Resource udp_socket) {
const struct PPB_UDPSocket_1_2 *iface =
Pnacl_WrapperInfo_PPB_UDPSocket_1_2.real_iface;
return iface->GetBoundAddress(udp_socket);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M43_PPB_UDPSocket_Close(PP_Resource udp_socket) {
const struct PPB_UDPSocket_1_2 *iface =
Pnacl_WrapperInfo_PPB_UDPSocket_1_2.real_iface;
iface->Close(udp_socket);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M43_PPB_UDPSocket_JoinGroup(PP_Resource udp_socket, PP_Resource group,
struct PP_CompletionCallback *callback) {
const struct PPB_UDPSocket_1_2 *iface =
Pnacl_WrapperInfo_PPB_UDPSocket_1_2.real_iface;
return iface->JoinGroup(udp_socket, group, *callback)... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Resource Pnacl_M14_PPB_URLRequestInfo_Create(PP_Instance instance) {
const struct PPB_URLRequestInfo_1_0 *iface =
Pnacl_WrapperInfo_PPB_URLRequestInfo_1_0.real_iface;
return iface->Create(instance);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool Pnacl_M14_PPB_URLRequestInfo_SetProperty(
PP_Resource request, PP_URLRequestProperty property, struct PP_Var *value) {
const struct PPB_URLRequestInfo_1_0 *iface =
Pnacl_WrapperInfo_PPB_URLRequestInfo_1_0.real_iface;
return iface->SetProperty(request, property, *value);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static void Pnacl_M34_PPB_Var_AddRef(struct PP_Var *var) {
const struct PPB_Var_1_2 *iface = Pnacl_WrapperInfo_PPB_Var_1_2.real_iface;
iface->AddRef(*var);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M34_PPB_Var_VarFromUtf8(struct PP_Var *_struct_result,
const char *data, uint32_t len) {
const struct PPB_Var_1_2 *iface = Pnacl_WrapperInfo_PPB_Var_1_2.real_iface;
*_struct_result = iface->VarFromUtf8(data, len);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Resource Pnacl_M34_PPB_Var_VarToResource(struct PP_Var *var) {
const struct PPB_Var_1_2 *iface = Pnacl_WrapperInfo_PPB_Var_1_2.real_iface;
return iface->VarToResource(*var);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool Pnacl_M29_PPB_VarArray_SetLength(struct PP_Var *array,
uint32_t length) {
const struct PPB_VarArray_1_0 *iface =
Pnacl_WrapperInfo_PPB_VarArray_1_0.real_iface;
return iface->SetLength(*array, length);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M18_PPB_VarArrayBuffer_Unmap(struct PP_Var *array) {
const struct PPB_VarArrayBuffer_1_0 *iface =
Pnacl_WrapperInfo_PPB_VarArrayBuffer_1_0.real_iface;
iface->Unmap(*array);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M29_PPB_VarDictionary_Delete(struct PP_Var *dict,
struct PP_Var *key) {
const struct PPB_VarDictionary_1_0 *iface =
Pnacl_WrapperInfo_PPB_VarDictionary_1_0.real_iface;
iface->Delete(*dict, *key);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M36_PPB_VideoDecoder_GetPicture(PP_Resource video_decoder,
struct PP_VideoPicture_0_1 *picture,
struct PP_CompletionCallback *callback) {
const struct PPB_VideoDecoder_0_1 *iface =
Pnacl_WrapperInfo_PPB_VideoDecode... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Resource Pnacl_M39_PPB_VideoDecoder_Create(PP_Instance instance) {
const struct PPB_VideoDecoder_0_2 *iface =
Pnacl_WrapperInfo_PPB_VideoDecoder_0_2.real_iface;
return iface->Create(instance);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Resource Pnacl_M40_PPB_VideoDecoder_Create(PP_Instance instance) {
const struct PPB_VideoDecoder_1_0 *iface =
Pnacl_WrapperInfo_PPB_VideoDecoder_1_0.real_iface;
return iface->Create(instance);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M40_PPB_VideoDecoder_Decode(PP_Resource video_decoder, uint32_t decode_id,
uint32_t size, const void *buffer,
struct PP_CompletionCallback *callback) {
const struct PPB_VideoDecoder_1_0 *iface =
Pnacl_WrapperInfo_PPB_Video... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M46_PPB_VideoDecoder_RecyclePicture(
PP_Resource video_decoder, const struct PP_VideoPicture *picture) {
const struct PPB_VideoDecoder_1_1 *iface =
Pnacl_WrapperInfo_PPB_VideoDecoder_1_1.real_iface;
iface->RecyclePicture(video_decoder, picture);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Resource Pnacl_M42_PPB_VideoEncoder_Create(PP_Instance instance) {
const struct PPB_VideoEncoder_0_1 *iface =
Pnacl_WrapperInfo_PPB_VideoEncoder_0_1.real_iface;
return iface->Create(instance);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M42_PPB_VideoEncoder_GetVideoFrame(
PP_Resource video_encoder, PP_Resource *video_frame,
struct PP_CompletionCallback *callback) {
const struct PPB_VideoEncoder_0_1 *iface =
Pnacl_WrapperInfo_PPB_VideoEncoder_0_1.real_iface;
return iface->GetVideoFrame(video_encoder, video_frame,... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M42_PPB_VideoEncoder_Encode(
PP_Resource video_encoder, PP_Resource video_frame, PP_Bool force_keyframe,
struct PP_CompletionCallback *callback) {
const struct PPB_VideoEncoder_0_1 *iface =
Pnacl_WrapperInfo_PPB_VideoEncoder_0_1.real_iface;
return iface->Encode(video_encoder, vid... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M44_PPB_VideoEncoder_RecycleBitstreamBuffer(
PP_Resource video_encoder,
const struct PP_BitstreamBuffer *bitstream_buffer) {
const struct PPB_VideoEncoder_0_2 *iface =
Pnacl_WrapperInfo_PPB_VideoEncoder_0_2.real_iface;
iface->RecycleBitstreamBuffer(video_encoder, bitstream_buffer);
... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool Pnacl_M52_PPB_VpnProvider_IsVpnProvider(PP_Resource resource) {
const struct PPB_VpnProvider_0_1 *iface =
Pnacl_WrapperInfo_PPB_VpnProvider_0_1.real_iface;
return iface->IsVpnProvider(resource);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M18_PPB_WebSocket_Connect(
PP_Resource web_socket, struct PP_Var *url, const struct PP_Var protocols[],
uint32_t protocol_count, struct PP_CompletionCallback *callback) {
const struct PPB_WebSocket_1_0 *iface =
Pnacl_WrapperInfo_PPB_WebSocket_1_0.real_iface;
return iface->Connect... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M18_PPB_WebSocket_Close(PP_Resource web_socket, uint16_t code,
struct PP_Var *reason,
struct PP_CompletionCallback *callback) {
const struct PPB_WebSocket_1_0 *iface =
Pnacl_WrapperInfo_PPB_WebSocket_1_0.real_iface;
return iface... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M18_PPB_WebSocket_ReceiveMessage(PP_Resource web_socket,
struct PP_Var *message,
struct PP_CompletionCallback *callback) {
const struct PPB_WebSocket_1_0 *iface =
Pnacl_WrapperInfo_PPB_WebSocket_1_0.real_iface;
... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M18_PPB_WebSocket_GetExtensions(struct PP_Var *_struct_result,
PP_Resource web_socket) {
const struct PPB_WebSocket_1_0 *iface =
Pnacl_WrapperInfo_PPB_WebSocket_1_0.real_iface;
*_struct_result = iface->GetExtensions(web_socket);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_WebSocketReadyState
Pnacl_M18_PPB_WebSocket_GetReadyState(PP_Resource web_socket) {
const struct PPB_WebSocket_1_0 *iface =
Pnacl_WrapperInfo_PPB_WebSocket_1_0.real_iface;
return iface->GetReadyState(web_socket);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static void Pnacl_M14_PPP_Messaging_HandleMessage(PP_Instance instance,
struct PP_Var message) {
const struct PPP_Messaging_1_0 *iface =
Pnacl_WrapperInfo_PPP_Messaging_1_0.real_iface;
void (*temp_fp)(PP_Instance instance, struct PP_Var* message) =
((void ... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M25_PPB_AudioInput_Dev_Close(PP_Resource audio_input) {
const struct PPB_AudioInput_Dev_0_3 *iface =
Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3.real_iface;
iface->Close(audio_input);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M30_PPB_AudioInput_Dev_Open(
PP_Resource audio_input, PP_Resource device_ref, PP_Resource config,
PPB_AudioInput_Callback audio_input_callback, void *user_data,
struct PP_CompletionCallback *callback) {
const struct PPB_AudioInput_Dev_0_4 *iface =
Pnacl_WrapperInfo_PPB_AudioInp... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool
Pnacl_M30_PPB_AudioInput_Dev_StopCapture(PP_Resource audio_input) {
const struct PPB_AudioInput_Dev_0_4 *iface =
Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_4.real_iface;
return iface->StopCapture(audio_input);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Resource Pnacl_M59_PPB_AudioOutput_Dev_Create(PP_Instance instance) {
const struct PPB_AudioOutput_Dev_0_1 *iface =
Pnacl_WrapperInfo_PPB_AudioOutput_Dev_0_1.real_iface;
return iface->Create(instance);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Resource
Pnacl_M59_PPB_AudioOutput_Dev_GetCurrentConfig(PP_Resource audio_output) {
const struct PPB_AudioOutput_Dev_0_1 *iface =
Pnacl_WrapperInfo_PPB_AudioOutput_Dev_0_1.real_iface;
return iface->GetCurrentConfig(audio_output);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool
Pnacl_M59_PPB_AudioOutput_Dev_StartPlayback(PP_Resource audio_output) {
const struct PPB_AudioOutput_Dev_0_1 *iface =
Pnacl_WrapperInfo_PPB_AudioOutput_Dev_0_1.real_iface;
return iface->StartPlayback(audio_output);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool
Pnacl_M59_PPB_AudioOutput_Dev_StopPlayback(PP_Resource audio_output) {
const struct PPB_AudioOutput_Dev_0_1 *iface =
Pnacl_WrapperInfo_PPB_AudioOutput_Dev_0_1.real_iface;
return iface->StopPlayback(audio_output);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M59_PPB_AudioOutput_Dev_Close(PP_Resource audio_output) {
const struct PPB_AudioOutput_Dev_0_1 *iface =
Pnacl_WrapperInfo_PPB_AudioOutput_Dev_0_1.real_iface;
iface->Close(audio_output);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Bool Pnacl_M18_PPB_DeviceRef_Dev_IsDeviceRef(PP_Resource resource) {
const struct PPB_DeviceRef_Dev_0_1 *iface =
Pnacl_WrapperInfo_PPB_DeviceRef_Dev_0_1.real_iface;
return iface->IsDeviceRef(resource);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void
Pnacl_M16_PPB_IMEInputEvent_Dev_GetText(struct PP_Var *_struct_result,
PP_Resource ime_event) {
const struct PPB_IMEInputEvent_Dev_0_1 *iface =
Pnacl_WrapperInfo_PPB_IMEInputEvent_Dev_0_1.real_iface;
*_struct_result = iface->GetText(ime_event);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static uint32_t
Pnacl_M21_PPB_IMEInputEvent_Dev_GetSegmentNumber(PP_Resource ime_event) {
const struct PPB_IMEInputEvent_Dev_0_2 *iface =
Pnacl_WrapperInfo_PPB_IMEInputEvent_Dev_0_2.real_iface;
return iface->GetSegmentNumber(ime_event);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool
Pnacl_M31_PPB_URLUtil_Dev_DocumentCanAccessDocument(PP_Instance active,
PP_Instance target) {
const struct PPB_URLUtil_Dev_0_7 *iface =
Pnacl_WrapperInfo_PPB_URLUtil_Dev_0_7.real_iface;
return iface->DocumentCanAccessDocument(active, target);... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M31_PPB_URLUtil_Dev_GetDocumentURL(
struct PP_Var *_struct_result, PP_Instance instance,
struct PP_URLComponents_Dev *components) {
const struct PPB_URLUtil_Dev_0_7 *iface =
Pnacl_WrapperInfo_PPB_URLUtil_Dev_0_7.real_iface;
*_struct_result = iface->GetDocumentURL(instance, component... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M31_PPB_URLUtil_Dev_GetPluginInstanceURL(
struct PP_Var *_struct_result, PP_Instance instance,
struct PP_URLComponents_Dev *components) {
const struct PPB_URLUtil_Dev_0_7 *iface =
Pnacl_WrapperInfo_PPB_URLUtil_Dev_0_7.real_iface;
*_struct_result = iface->GetPluginInstanceURL(instanc... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M25_PPB_VideoCapture_Dev_ReuseBuffer(PP_Resource video_capture,
uint32_t buffer) {
const struct PPB_VideoCapture_Dev_0_3 *iface =
Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3.real_iface;
return iface->ReuseBuffer(video_capture, buffer);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M25_PPB_VideoCapture_Dev_StopCapture(PP_Resource video_capture) {
const struct PPB_VideoCapture_Dev_0_3 *iface =
Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3.real_iface;
return iface->StopCapture(video_capture);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M14_PPB_VideoDecoder_Dev_Decode(
PP_Resource video_decoder,
const struct PP_VideoBitstreamBuffer_Dev *bitstream_buffer,
struct PP_CompletionCallback *callback) {
const struct PPB_VideoDecoder_Dev_0_16 *iface =
Pnacl_WrapperInfo_PPB_VideoDecoder_Dev_0_16.real_iface;
return ifa... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M14_PPB_VideoDecoder_Dev_AssignPictureBuffers(
PP_Resource video_decoder, uint32_t no_of_buffers,
const struct PP_PictureBuffer_Dev buffers[]) {
const struct PPB_VideoDecoder_Dev_0_16 *iface =
Pnacl_WrapperInfo_PPB_VideoDecoder_Dev_0_16.real_iface;
iface->AssignPictureBuffers(video_... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool Pnacl_M33_PPB_DisplayColorProfile_Private_IsDisplayColorProfile(
PP_Resource resource) {
const struct PPB_DisplayColorProfile_Private_0_1 *iface =
Pnacl_WrapperInfo_PPB_DisplayColorProfile_Private_0_1.real_iface;
return iface->IsDisplayColorProfile(resource);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M19_PPB_HostResolver_Private_GetCanonicalName(
struct PP_Var *_struct_result, PP_Resource host_resolver) {
const struct PPB_HostResolver_Private_0_1 *iface =
Pnacl_WrapperInfo_PPB_HostResolver_Private_0_1.real_iface;
*_struct_result = iface->GetCanonicalName(host_resolver);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M13_PPB_Instance_Private_GetOwnerElementObject(
struct PP_Var *_struct_result, PP_Instance instance) {
const struct PPB_Instance_Private_0_1 *iface =
Pnacl_WrapperInfo_PPB_Instance_Private_0_1.real_iface;
*_struct_result = iface->GetOwnerElementObject(instance);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Bool Pnacl_M17_PPB_NetAddress_Private_AreEqual(
const struct PP_NetAddress_Private *addr1,
const struct PP_NetAddress_Private *addr2) {
const struct PPB_NetAddress_Private_0_1 *iface =
Pnacl_WrapperInfo_PPB_NetAddress_Private_0_1.real_iface;
return iface->AreEqual(addr1, addr2);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool Pnacl_M17_PPB_NetAddress_Private_AreHostsEqual(
const struct PP_NetAddress_Private *addr1,
const struct PP_NetAddress_Private *addr2) {
const struct PPB_NetAddress_Private_0_1 *iface =
Pnacl_WrapperInfo_PPB_NetAddress_Private_0_1.real_iface;
return iface->AreHostsEqual(addr1, addr2);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Bool Pnacl_M19_0_PPB_NetAddress_Private_AreEqual(
const struct PP_NetAddress_Private *addr1,
const struct PP_NetAddress_Private *addr2) {
const struct PPB_NetAddress_Private_1_0 *iface =
Pnacl_WrapperInfo_PPB_NetAddress_Private_1_0.real_iface;
return iface->AreEqual(addr1, addr2);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_NetAddressFamily_Private Pnacl_M19_0_PPB_NetAddress_Private_GetFamily(
const struct PP_NetAddress_Private *addr) {
const struct PPB_NetAddress_Private_1_0 *iface =
Pnacl_WrapperInfo_PPB_NetAddress_Private_1_0.real_iface;
return iface->GetFamily(addr);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Bool Pnacl_M19_1_PPB_NetAddress_Private_AreEqual(
const struct PP_NetAddress_Private *addr1,
const struct PP_NetAddress_Private *addr2) {
const struct PPB_NetAddress_Private_1_1 *iface =
Pnacl_WrapperInfo_PPB_NetAddress_Private_1_1.real_iface;
return iface->AreEqual(addr1, addr2);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M19_1_PPB_NetAddress_Private_Describe(
struct PP_Var *_struct_result, PP_Module module,
const struct PP_NetAddress_Private *addr, PP_Bool include_port) {
const struct PPB_NetAddress_Private_1_1 *iface =
Pnacl_WrapperInfo_PPB_NetAddress_Private_1_1.real_iface;
*_struct_result = iface... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool Pnacl_M19_1_PPB_NetAddress_Private_ReplacePort(
const struct PP_NetAddress_Private *src_addr, uint16_t port,
struct PP_NetAddress_Private *addr_out) {
const struct PPB_NetAddress_Private_1_1 *iface =
Pnacl_WrapperInfo_PPB_NetAddress_Private_1_1.real_iface;
return iface->ReplacePort(src... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M19_1_PPB_NetAddress_Private_GetAnyAddress(
PP_Bool is_ipv6, struct PP_NetAddress_Private *addr) {
const struct PPB_NetAddress_Private_1_1 *iface =
Pnacl_WrapperInfo_PPB_NetAddress_Private_1_1.real_iface;
iface->GetAnyAddress(is_ipv6, addr);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M28_PPB_TCPServerSocket_Private_Listen(
PP_Resource tcp_server_socket, const struct PP_NetAddress_Private *addr,
int32_t backlog, struct PP_CompletionCallback *callback) {
const struct PPB_TCPServerSocket_Private_0_2 *iface =
Pnacl_WrapperInfo_PPB_TCPServerSocket_Private_0_2.real_i... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M28_PPB_TCPServerSocket_Private_Accept(
PP_Resource tcp_server_socket, PP_Resource *tcp_socket,
struct PP_CompletionCallback *callback) {
const struct PPB_TCPServerSocket_Private_0_2 *iface =
Pnacl_WrapperInfo_PPB_TCPServerSocket_Private_0_2.real_iface;
return iface->Accept(tcp_s... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool Pnacl_M17_PPB_TCPSocket_Private_GetRemoteAddress(
PP_Resource tcp_socket, struct PP_NetAddress_Private *remote_addr) {
const struct PPB_TCPSocket_Private_0_3 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_Private_0_3.real_iface;
return iface->GetRemoteAddress(tcp_socket, remote_addr);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M17_PPB_TCPSocket_Private_Write(
PP_Resource tcp_socket, const char *buffer, int32_t bytes_to_write,
struct PP_CompletionCallback *callback) {
const struct PPB_TCPSocket_Private_0_3 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_Private_0_3.real_iface;
return iface->Write(tcp_socket, b... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M20_PPB_TCPSocket_Private_Connect(
PP_Resource tcp_socket, const char *host, uint16_t port,
struct PP_CompletionCallback *callback) {
const struct PPB_TCPSocket_Private_0_4 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_Private_0_4.real_iface;
return iface->Connect(tcp_socket, host, po... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool Pnacl_M20_PPB_TCPSocket_Private_GetLocalAddress(
PP_Resource tcp_socket, struct PP_NetAddress_Private *local_addr) {
const struct PPB_TCPSocket_Private_0_4 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_Private_0_4.real_iface;
return iface->GetLocalAddress(tcp_socket, local_addr);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Resource
Pnacl_M27_PPB_TCPSocket_Private_Create(PP_Instance instance) {
const struct PPB_TCPSocket_Private_0_5 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_Private_0_5.real_iface;
return iface->Create(instance);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static PP_Bool Pnacl_M27_PPB_TCPSocket_Private_AddChainBuildingCertificate(
PP_Resource tcp_socket, PP_Resource certificate, PP_Bool is_trusted) {
const struct PPB_TCPSocket_Private_0_5 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_Private_0_5.real_iface;
return iface->AddChainBuildingCertificate(tcp_socket, ... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M27_PPB_TCPSocket_Private_Read(PP_Resource tcp_socket, char *buffer,
int32_t bytes_to_read,
struct PP_CompletionCallback *callback) {
const struct PPB_TCPSocket_Private_0_5 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_Pr... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M27_PPB_TCPSocket_Private_Disconnect(PP_Resource tcp_socket) {
const struct PPB_TCPSocket_Private_0_5 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_Private_0_5.real_iface;
iface->Disconnect(tcp_socket);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M27_PPB_TCPSocket_Private_SetOption(
PP_Resource tcp_socket, PP_TCPSocketOption_Private name,
struct PP_Var *value, struct PP_CompletionCallback *callback) {
const struct PPB_TCPSocket_Private_0_5 *iface =
Pnacl_WrapperInfo_PPB_TCPSocket_Private_0_5.real_iface;
return iface->SetO... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Bool
Pnacl_M33_PPB_Testing_Private_ReadImageData(PP_Resource device_context_2d,
PP_Resource image,
const struct PP_Point *top_left) {
const struct PPB_Testing_Private_1_0 *iface =
Pnacl_WrapperInfo_PPB_Testing_Priv... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static void Pnacl_M33_PPB_Testing_Private_GetDocumentURL(
struct PP_Var *_struct_result, PP_Instance instance,
struct PP_URLComponents_Dev *components) {
const struct PPB_Testing_Private_1_0 *iface =
Pnacl_WrapperInfo_PPB_Testing_Private_1_0.real_iface;
*_struct_result = iface->GetDocumentURL(instanc... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c | static PP_Resource
Pnacl_M17_PPB_UDPSocket_Private_Create(PP_Instance instance_id) {
const struct PPB_UDPSocket_Private_0_2 *iface =
Pnacl_WrapperInfo_PPB_UDPSocket_Private_0_2.real_iface;
return iface->Create(instance_id);
} | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t
Pnacl_M17_PPB_UDPSocket_Private_SendTo(PP_Resource udp_socket,
const char *buffer, int32_t num_bytes,
const struct PP_NetAddress_Private *addr,
struct PP_CompletionCallback *callback) {
... | [
0,
0
] |
Chromium | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c |
static int32_t Pnacl_M19_PPB_UDPSocket_Private_RecvFrom(
PP_Resource udp_socket, char *buffer, int32_t num_bytes,
struct PP_CompletionCallback *callback) {
const struct PPB_UDPSocket_Private_0_3 *iface =
Pnacl_WrapperInfo_PPB_UDPSocket_Private_0_3.real_iface;
return iface->RecvFrom(udp_socket, buffer... | [
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.