OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_request_context
(Results
1 - 1
of
1
) sorted by null
/external/chromium/net/ocsp/
nss_ocsp.cc
40
// Protects |
g_request_context
|.
42
static net::URLRequestContext*
g_request_context
= NULL;
member in namespace:__anon5091
352
net::URLRequestContext* url_request_context =
g_request_context
;
472
DCHECK(!
g_request_context
);
491
g_request_context
= NULL;
578
net::URLRequestContext* request_context =
g_request_context
;
904
DCHECK(!
g_request_context
);
906
g_request_context
= request_context;
912
URLRequestContext* request_context =
g_request_context
;
Completed in 57 milliseconds