Home
last modified time | relevance | path

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

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