OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_HEADER
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/base/
gzip_header.cc
41
if ( *pos != magic[0] ) return
INVALID_HEADER
;
46
if ( *pos != magic[1] ) return
INVALID_HEADER
;
51
if ( *pos != Z_DEFLATED ) return
INVALID_HEADER
;
gzip_header.h
28
INVALID_HEADER
, // found something invalid in the header
41
// gzip header, return
INVALID_HEADER
. When we've seen a complete
gzip_filter.cc
189
case GZipHeader::
INVALID_HEADER
: {
Completed in 45 milliseconds