Searched refs:PR_GetLibraryName (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlibfilename.c99 name = PR_GetLibraryName(NULL, "nspr4");
108 name = PR_GetLibraryName("dll", "my");
116 name = PR_GetLibraryName(NULL, "my");
H A Ddlltest.c95 libName = PR_GetLibraryName("dll", "my");
H A Dipv6.c152 char *nspr_name = PR_GetLibraryName(nspr_path, NSPR_LIB);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlink.h49 #define PR_GetLibraryName VBoxNsprPR_GetLibraryName macro
101 NSPR_API(char*) PR_GetLibraryName(const char *dir, const char *lib);
105 ** Free the memory allocated, for the caller, by PR_GetLibraryName
112 ** returned by PR_GetLibraryName. If the library is already loaded,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/
H A Dprlink.c581 PR_GetLibraryName(const char *path, const char *lib) function
628 ** Free the memory allocated, for the caller, by PR_GetLibraryName

Completed in 61 milliseconds