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

/linux-master/lib/zlib_deflate/
H A Ddefutil.h35 #define INIT_STATE 42 macro
H A Ddeflate.c302 s->status = s->noheader ? BUSY_STATE : INIT_STATE;
354 if (s->status == INIT_STATE) {
486 if (status != INIT_STATE && status != BUSY_STATE &&

Completed in 95 milliseconds