Searched refs:get_byte (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c105 local int get_byte OF((gz_stream *s));
288 local int get_byte(s) function
350 method = get_byte(s);
351 flags = get_byte(s);
358 for (len = 0; len < 6; len++) (void)get_byte(s);
361 len = (uInt)get_byte(s);
362 len += ((uInt)get_byte(s))<<8;
364 while (len-- != 0 && get_byte(s) != EOF) ;
367 while ((c = get_byte(s)) != 0 && c != EOF) ;
370 while ((c = get_byte(
[all...]

Completed in 12 milliseconds