HomeSort by relevance Sort by last modified time
    Searched refs:gzindex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/zlib/
deflate.c 654 s->gzindex = 0;
692 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
702 put_byte(s, s->gzhead->extra[s->gzindex]);
703 s->gzindex++;
708 if (s->gzindex == s->gzhead->extra_len) {
709 s->gzindex = 0;
733 val = s->gzhead->name[s->gzindex++];
740 s->gzindex = 0;
764 val = s->gzhead->comment[s->gzindex++];
    [all...]
deflate.h 106 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state

Completed in 67 milliseconds