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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlink.h64 typedef struct PRLibrary PRLibrary; typedef in typeref:struct:PRLibrary
115 ** If the library is loaded successfully, then a pointer to the PRLibrary
121 NSPR_API(PRLibrary*) PR_LoadLibrary(const char *name);
185 NSPR_API(PRLibrary *)
194 ** associated PRLibrary object is freed.
200 NSPR_API(PRStatus) PR_UnloadLibrary(PRLibrary *lib);
210 NSPR_API(void*) PR_FindSymbol(PRLibrary *lib, const char *name);
221 NSPR_API(PRFuncPtr) PR_FindFunctionSymbol(PRLibrary *lib, const char *name);
234 PRLibrary* *li
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/
H A Dprlink.c205 struct PRLibrary { struct
207 PRLibrary* next;
255 static PRLibrary *pr_loadmap;
256 static PRLibrary *pr_exe_loadmap;
260 static PRLibrary *pr_LoadLibraryByPathname(const char *name, PRIntn flags);
262 static PRLibrary *pr_Mac_LoadNamedFragment(const FSSpec *fileSpec,
264 static PRLibrary *pr_Mac_LoadIndexedFragment(const FSSpec *fileSpec,
304 PRLibrary *lm;
316 lm = PR_NEWZAP(PRLibrary);
364 lm = PR_NEWZAP(PRLibrary);
[all...]

Completed in 90 milliseconds