Home | History | Annotate | Download | only in src

Lines Matching defs:CHECK

30     DICTID,     /* i: waiting for dictionary check value */
33 TYPEDO, /* i: same, but skip check to exit inflate on new block */
47 CHECK, /* i: waiting for 32-bit check value */
49 DONE, /* finished check, done -- remain here until reset */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
77 CHECK -> LENGTH -> DONE
87 bit 2 true to validate check value */
91 unsigned long check; /* protected copy of check value */