Searched refs:usesGzip (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dnanohttp.c162 int usesGzip; /* "Content-Encoding: gzip" was detected */ member in struct:xmlNanoHTTPCtxt
813 ctxt->usesGzip = 1;
1271 if (ctxt->usesGzip == 1) {
/external/libxml2/
H A Dnanohttp.c157 int usesGzip; /* "Content-Encoding: gzip" was detected */ member in struct:xmlNanoHTTPCtxt
818 ctxt->usesGzip = 1;
1278 if (ctxt->usesGzip == 1) {

Completed in 230 milliseconds