Home
last modified time | relevance | path

Searched refs:STORED (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
H A Dinfback.c297 state->mode = STORED; in inflateBack()
317 case STORED: in inflateBack()
H A Dinflate.c856 state->mode = STORED; in inflate()
879 case STORED: in inflate()
1459 return state->mode == STORED && state->bits == 0; in inflateSyncPoint()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c235 #define STORED 0 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1595 STORED, /* i: waiting for stored size (length and complement) */ enumerator
3007 state->mode = STORED;
3026 case STORED:
3541 return state->mode == STORED && state->bits == 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2339 s->method = STORED;
3061 STORED, /* processing stored block */ enumerator
3343 s->mode = s->sub.left ? STORED : TYPE;
3345 case STORED:
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3235 s->method = STORED;
4150 STORED, /* processing stored block */ enumerator
4432 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
4434 case STORED: