Searched refs:INIT_STATE (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Ddeflate.h51 #define INIT_STATE 42 macro
H A Ddeflate.c327 (strm->state->wrap == 1 && strm->state->status != INIT_STATE))
380 s->status = s->wrap ? INIT_STATE : BUSY_STATE;
613 if (s->status == INIT_STATE) {
926 if (status != INIT_STATE &&
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h51 #define INIT_STATE 42 macro
H A Ddeflate.c327 (strm->state->wrap == 1 && strm->state->status != INIT_STATE))
378 s->status = s->wrap ? INIT_STATE : BUSY_STATE;
577 if (s->status == INIT_STATE) {
867 if (status != INIT_STATE &&
/external/zlib/src/
H A Ddeflate.h54 #define INIT_STATE 42 macro
H A Ddeflate.c338 if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead)
413 s->status = s->wrap ? INIT_STATE : BUSY_STATE;
690 if (s->status == INIT_STATE) {
987 if (status != INIT_STATE &&

Completed in 127 milliseconds