Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Dinflate.h36 STORED, /* i: waiting for stored size (length and complement) */ enumerator
H A Dinflate.c805 state->mode = STORED;
824 case STORED:
1347 return state->mode == STORED && state->bits == 0;
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c235 #define STORED 0 macro
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2339 s->method = STORED;
3054 STORED, /* processing stored block */ enumerator
3336 s->mode = s->sub.left ? STORED : TYPE;
3338 case STORED:
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3237 s->method = STORED;
4152 STORED, /* processing stored block */ enumerator
4434 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
4436 case STORED: