HomeSort by relevance Sort by last modified time
    Searched refs:GZIP_STATE (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Modules/zlib/
deflate.h 56 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */
deflate.c 363 s->status != GZIP_STATE &&
489 s->wrap == 2 ? GZIP_STATE :
849 if (s->status == GZIP_STATE) {
    [all...]
  /external/zlib/src/
deflate.h 56 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */
deflate.c 363 s->status != GZIP_STATE &&
489 s->wrap == 2 ? GZIP_STATE :
849 if (s->status == GZIP_STATE) {
    [all...]

Completed in 504 milliseconds