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

/darwin-on-arm/xnu/libkern/zlib/
H A Dinflate.h61 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon825
92 TYPE -> STORED or TABLE or LEN or CHECK
93 STORED -> COPY -> TYPE
H A Dinfback.c326 state->mode = STORED;
346 case STORED:
H A Dinflate.c817 state->mode = STORED;
836 case STORED:
1349 return state->mode == STORED && state->bits == 0;

Completed in 27 milliseconds