Searched defs:PR_LoadLibrary (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlink.h51 #define PR_LoadLibrary VBoxNsprPR_LoadLibrary macro
95 ** and prepared for PR_LoadLibrary. The result must be free'd when the
121 NSPR_API(PRLibrary*) PR_LoadLibrary(const char *name);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/
H A Dprlink.c386 * calls to PR_LoadLibrary
692 PR_LoadLibrary(const char *name) function
1403 ** Unload a shared library which was loaded via PR_LoadLibrary

Completed in 99 milliseconds