Searched defs:STORED (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h36 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon9342
67 TYPE -> STORED or TABLE or LEN or CHECK
68 STORED -> COPY -> TYPE
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon108
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c235 #define STORED 0 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c225 Byte method; /* STORED (for zip only) or DEFLATED */
2339 s->method = STORED;
3054 STORED, /* processing stored block */ enumerator in enum:inflate_blocks_state::__anon135
3066 uInt left; /* if STORED, bytes left to copy */
3336 s->mode = s->sub.left ? STORED : TYPE;
3338 case STORED:
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c372 Byte method; /* STORED (for zip only) or DEFLATED */
3237 s->method = STORED;
4152 STORED, /* processing stored block */ enumerator in enum:__anon6453
4170 uInt left; /* if STORED, bytes left to copy */
4434 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
4436 case STORED:

Completed in 94 milliseconds