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

/freebsd-9.3-release/lib/libz/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon5382
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
H A Dinfback.c306 state->mode = STORED;
326 case STORED:
H A Dinflate.c841 state->mode = STORED;
864 case STORED:
1435 return state->mode == STORED && state->bits == 0;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h36 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon6104
67 TYPE -> STORED or TABLE or LEN or CHECK
68 STORED -> COPY -> TYPE
H A Dinflate.c805 state->mode = STORED;
824 case STORED:
1347 return state->mode == STORED && state->bits == 0;
/freebsd-9.3-release/sys/net/
H A Dzlib.c354 Byte method; /* STORED (for zip only) or DEFLATED */
2747 s->method = STORED;
3537 STORED, /* processing stored block */ enumerator in enum:__anon9597
3555 uInt left; /* if STORED, bytes left to copy */
3809 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
3811 case STORED:

Completed in 117 milliseconds