OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http_response_data
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/ocsp/
nss_ocsp.cc
153
const char**
http_response_data
,
280
const std::string&
http_response_data
() const {
function in class:net::__anon9203::OCSPRequestSession
694
// non-zero value, it is considered as maximum size of |
http_response_data
|.
699
const char**
http_response_data
,
702
const std::string& data = req->
http_response_data
();
723
if (
http_response_data
)
724
*
http_response_data
= data.data();
735
const char**
http_response_data
,
772
req->
http_response_data
().size() == 0 ||
777
req->
http_response_data
().data()[0] != 0x30)
[
all
...]
/external/chromium/net/ocsp/
nss_ocsp.cc
121
const char**
http_response_data
,
246
const std::string&
http_response_data
() const {
function in class:__anon2843::OCSPRequestSession
657
// non-zero value, it is considered as maximum size of |
http_response_data
|.
662
const char**
http_response_data
,
665
const std::string& data = req->
http_response_data
();
686
if (
http_response_data
)
687
*
http_response_data
= data.data();
698
const char**
http_response_data
,
778
http_response_data
,
Completed in 32 milliseconds