OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_delta
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/cert/
crl_set.h
62
// GetIsDeltaUpdate extracts the header from |bytes|, sets *
is_delta
to
65
static bool GetIsDeltaUpdate(const base::StringPiece& bytes, bool *
is_delta
);
crl_set.cc
440
bool*
is_delta
) {
451
*
is_delta
= false;
453
*
is_delta
= true;
/external/chromium_org/chrome/browser/net/
crl_set_fetcher.cc
161
bool
is_delta
;
local
162
if (!net::CRLSet::GetIsDeltaUpdate(crl_set_bytes, &
is_delta
)) {
167
if (!
is_delta
) {
Completed in 31 milliseconds