Searched defs:wrap (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libz/
H A Dinflate.h80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
H A Ddeflate.c228 int wrap = 1; local
256 wrap = 0;
261 wrap = 2; /* write gzip wrapper instead */
276 s->wrap = wrap;
326 strm->state->wrap == 2 ||
327 (strm->state->wrap == 1 && strm->state->status != INIT_STATE))
331 if (s->wrap)
375 if (s->wrap < 0) {
376 s->wrap
[all...]
H A Ddeflate.h101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
/ast/src/cmd/INIT/
H A Dratz.c1311 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
1641 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
2202 else if (write < op) { /* wrap around window */
2394 state->wrap = 0;
2398 state->wrap = (windowBits >> 4) + 1;
2809 if (state->wrap == 0) {
2815 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */
2825 if (!(state->wrap & 1) || /* check if zlib header allowed */
3297 if (state->wrap) {
3321 if (state->wrap
[all...]

Completed in 28 milliseconds