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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c817 block_state bstate; local
819 bstate = (*(configuration_table[s->level].func))(s, flush);
821 if (bstate == finish_started || bstate == finish_done) {
824 if (bstate == need_more || bstate == finish_started) {
837 if (bstate == block_done) {

Completed in 19 milliseconds