OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRLibrary
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prlink.h
45
typedef struct
PRLibrary
PRLibrary
;
96
** If the library is loaded successfully, then a pointer to the
PRLibrary
102
NSPR_API(
PRLibrary
*) PR_LoadLibrary(const char *name);
166
NSPR_API(
PRLibrary
*)
175
** associated
PRLibrary
object is freed.
181
NSPR_API(PRStatus) PR_UnloadLibrary(
PRLibrary
*lib);
191
NSPR_API(void*) PR_FindSymbol(
PRLibrary
*lib, const char *name);
202
NSPR_API(PRFuncPtr) PR_FindFunctionSymbol(
PRLibrary
*lib, const char *name);
215
PRLibrary
* *lib)
[
all
...]
/external/chromium_org/net/third_party/nss/ssl/
sslplatf.c
124
static
PRLibrary
*ncrypt_library = NULL;
Completed in 45 milliseconds