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

/freebsd-11-stable/sys/libkern/
H A Dzlib.c3069 BLOCKS, /* decompressing blocks */ enumerator in enum:internal_state::__anon8051
3106 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
3242 z->state->mode = BLOCKS;
3269 case BLOCKS:
3351 z->state->mode = BLOCKS;
3359 * be BLOCKS (i.e. we should be willing to see the start of a series of
3360 * BLOCKS). On exit, the output will also be caught up, and the checksum
3367 if (z->state->mode != BLOCKS)
3418 z->state->mode = BLOCKS;
4039 * be BLOCKS (
[all...]

Completed in 111 milliseconds