OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nss_context
(Results
1 - 2
of
2
) sorted by null
/external/curl/src/
tool_metalink.c
56
static NSSInitContext *
nss_context
;
variable
247
if(!NSS_IsInitialized() && !
nss_context
) {
250
nss_context
= NSS_InitContext("", "", "", "", ¶ms, NSS_INIT_READONLY
995
if(
nss_context
) {
996
NSS_ShutdownContext(
nss_context
);
997
nss_context
= NULL;
/external/curl/lib/vtls/
nss.c
96
static NSSInitContext *
nss_context
= NULL;
variable
[
all
...]
Completed in 777 milliseconds