Home
last modified time | relevance | path

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

/external/curl/lib/
Dcontent_encoding.c42 #define GZIP_MAGIC_1 0x8b macro
208 if((data[0] != GZIP_MAGIC_0) || (data[1] != GZIP_MAGIC_1)) in check_gzip_header()