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

/macosx-10.10/zlib-55/zlib/contrib/infback9/
H A Dinflate9.h14 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon15677
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
H A Dinfback9.c291 mode = STORED;
314 case STORED:
/macosx-10.10/rsync-45/rsync/zlib/
H A Dinflate.h38 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon12253
69 TYPE -> STORED or TABLE or LEN or CHECK
70 STORED -> COPY -> TYPE
H A Dinflate.c788 state->mode = STORED;
807 case STORED:
1320 return state->mode == STORED && state->bits == 0;
/macosx-10.10/sudo-73/src/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon12645
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.c845 state->mode = STORED;
868 case STORED:
1424 return state->mode == STORED && state->bits == 0;
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dinflate.h61 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon15215
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;
/macosx-10.10/zlib-55/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon15693
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
H A Dinfback.c297 state->mode = STORED;
317 case STORED:
H A Dinflate.c825 state->mode = STORED;
848 case STORED:
1403 return state->mode == STORED && state->bits == 0;
/macosx-10.10/vim-55/runtime/syntax/
H A Dsd.vim44 syn keyword sdSource STORED LIVE
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1314 Byte method; /* STORED (for zip only) or DEFLATED */
1595 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon9291
1626 TYPE -> STORED or TABLE or LEN or CHECK
1627 STORED -> COPY -> TYPE
3007 state->mode = STORED;
3026 case STORED:
3541 return state->mode == STORED && state->bits == 0;
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c247 Byte method; /* STORED (for zip only) or DEFLATED */
2361 s->method = STORED;
3076 STORED, /* processing stored block */ enumerator in enum:inflate_blocks_state::__anon11979
3088 uInt left; /* if STORED, bytes left to copy */
3358 s->mode = s->sub.left ? STORED : TYPE;
3360 case STORED:

Completed in 205 milliseconds