Searched defs:PL_MapEvents (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.h219 #define PL_MapEvents VBoxNsplPL_MapEvents macro
372 ** This is the type of the function that must be passed to PL_MapEvents
384 PL_MapEvents(PLEventQueue* self, PLEventFunProc fun, void* data);
670 #define PR_MapEvents PL_MapEvents
H A Dplevent.c316 PL_MapEvents(self, _pl_destroyEvent, NULL);
491 PL_MapEvents(PLEventQueue* self, PLEventFunProc fun, void* data) function
553 PL_MapEvents(self, _pl_DestroyEventForOwner, owner);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h455 # define PL_MapEvents VBoxNsplPL_MapEvents macro
502 PR_EXTERN(void) PL_MapEvents(PLEventQueue* self, PLEventFunProc fun, void* data);
H A DVBoxCAPI_v3_1.h455 # define PL_MapEvents VBoxNsplPL_MapEvents macro
502 PR_EXTERN(void) PL_MapEvents(PLEventQueue* self, PLEventFunProc fun, void* data);
H A DVBoxCAPI_v3_2.h455 # define PL_MapEvents VBoxNsplPL_MapEvents macro
502 PR_EXTERN(void) PL_MapEvents(PLEventQueue* self, PLEventFunProc fun, void* data);
H A DVBoxCAPI_v4_0.h455 # define PL_MapEvents VBoxNsplPL_MapEvents macro
502 PR_EXTERN(void) PL_MapEvents(PLEventQueue* self, PLEventFunProc fun, void* data);
H A DVBoxCAPI_v4_1.h455 # define PL_MapEvents VBoxNsplPL_MapEvents macro
502 PR_EXTERN(void) PL_MapEvents(PLEventQueue* self, PLEventFunProc fun, void* data);
H A DVBoxCAPI_v4_2.h455 # define PL_MapEvents VBoxNsplPL_MapEvents macro
502 PR_EXTERN(void) PL_MapEvents(PLEventQueue* self, PLEventFunProc fun, void* data);
H A DVBoxCAPI_v4_3.h519 # define PL_MapEvents VBoxNsplPL_MapEvents macro
566 PR_EXTERN(void) PL_MapEvents(PLEventQueue* self, PLEventFunProc fun, void* data);

Completed in 262 milliseconds