get_byte 76 lib/zlib/gzio.c local int get_byte OF((gz_stream *s)); get_byte 321 lib/zlib/gzio.c method = get_byte(s); get_byte 322 lib/zlib/gzio.c flags = get_byte(s); get_byte 329 lib/zlib/gzio.c for (len = 0; len < 6; len++) (void)get_byte(s); get_byte 332 lib/zlib/gzio.c len = (uInt)get_byte(s); get_byte 333 lib/zlib/gzio.c len += ((uInt)get_byte(s))<<8; get_byte 335 lib/zlib/gzio.c while (len-- != 0 && get_byte(s) != EOF) ; get_byte 338 lib/zlib/gzio.c while ((c = get_byte(s)) != 0 && c != EOF) ; get_byte 341 lib/zlib/gzio.c while ((c = get_byte(s)) != 0 && c != EOF) ; get_byte 344 lib/zlib/gzio.c for (len = 0; len < 2; len++) (void)get_byte(s); get_byte 936 lib/zlib/gzio.c uLong x = (uLong)get_byte(s); get_byte 939 lib/zlib/gzio.c x += ((uLong)get_byte(s))<<8; get_byte 940 lib/zlib/gzio.c x += ((uLong)get_byte(s))<<16; get_byte 941 lib/zlib/gzio.c c = get_byte(s);