Home | History | Annotate | Download | only in examples

Lines Matching defs:TAIL

98     enum {              // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ...
102 TAIL // reading a gzip trailer
123 size_t tail; // number of trailer bytes read (0..8)
348 // Don't need to set prev here since going to TAIL.
378 tail = 0;
380 state = TAIL;
384 case TAIL:
389 tail++;
390 if (tail == 4) {
398 else if (tail == 8) {