OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usesgzip
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
nanohttp.c
162
int
usesGzip
; /* "Content-Encoding: gzip" was detected */
813
ctxt->
usesGzip
= 1;
1271
if (ctxt->
usesGzip
== 1) {
[
all
...]
/external/libxml2/
nanohttp.c
160
int
usesGzip
; /* "Content-Encoding: gzip" was detected */
811
ctxt->
usesGzip
= 1;
1269
if (ctxt->
usesGzip
== 1) {
[
all
...]
Completed in 107 milliseconds