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

  /external/qemu/distrib/zlib-1.2.3/
deflate.c 618 s->gzindex = 0;
656 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
666 put_byte(s, s->gzhead->extra[s->gzindex]);
667 s->gzindex++;
672 if (s->gzindex == s->gzhead->extra_len) {
673 s->gzindex = 0;
697 val = s->gzhead->name[s->gzindex++];
704 s->gzindex = 0;
728 val = s->gzhead->comment[s->gzindex++];
    [all...]
deflate.h 103 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
  /external/zlib/
deflate.c 648 s->gzindex = 0;
686 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
696 put_byte(s, s->gzhead->extra[s->gzindex]);
697 s->gzindex++;
702 if (s->gzindex == s->gzhead->extra_len) {
703 s->gzindex = 0;
727 val = s->gzhead->name[s->gzindex++];
734 s->gzindex = 0;
758 val = s->gzhead->comment[s->gzindex++];
    [all...]
deflate.h 103 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
  /external/zlib/contrib/masm686/
match.asm 16 ; Modified by Gilles Vollant (2005) for add gzhead and gzindex
44 ; gzhead and gzindex are added in zlib 1.2.2.2 (see deflate.h)

Completed in 767 milliseconds