Home
last modified time | relevance | path

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

/linux-6.15/lib/zlib_deflate/
H A Ddeflate.c299 s->status = s->noheader ? BUSY_STATE : INIT_STATE; in zlib_deflateReset()
351 if (s->status == INIT_STATE) { in zlib_deflate()
483 if (status != INIT_STATE && status != BUSY_STATE && in zlib_deflateEnd()
H A Ddefutil.h35 #define INIT_STATE 42 macro