Home
last modified time | relevance | path

Searched refs:ORIG_NAME (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/lib/
Dgunzip.c22 #define ORIG_NAME 8 macro
57 if ((flags & ORIG_NAME) != 0) in gzip_parse_header()
159 if ((flags & ORIG_NAME) != 0) in gzwrite()
/external/curl/lib/
Dcontent_encoding.c69 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
395 if(flags & ORIG_NAME) { in check_gzip_header()