OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:final_crl_set
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/tools/crl_set_dump/
crl_set_dump.cc
48
scoped_refptr<net::CRLSet> crl_set,
final_crl_set
;
local
55
if (!crl_set->ApplyDelta(delta_bytes, &
final_crl_set
)) {
60
final_crl_set
= crl_set;
64
const std::string out =
final_crl_set
->Serialize();
72
const net::CRLSet::CRLList& crls =
final_crl_set
->crls();
Completed in 1892 milliseconds