HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_FNAME (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/filter/
gzip_header.h 51 FLAG_FNAME = 0x08, // bit 3 set: original file name present
gzip_header.cc 54 FLAG_FNAME | FLAG_FCOMMENT);
121 if ( !(flags_ & FLAG_FNAME) ) {
129 flags_ &= ~FLAG_FNAME; // we're done with the FNAME stuff

Completed in 383 milliseconds