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

/ast/src/lib/libz/
H A Dgzio.c90 local int get_byte OF((gz_stream *s));
330 local int get_byte(s) function
368 c = get_byte(s);
408 method = get_byte(s);
409 flags = get_byte(s);
417 (void)get_byte(s);
420 len = (uInt)get_byte(s);
421 len += ((uInt)get_byte(s))<<8;
423 while (len-- != 0 && get_byte(s) != EOF) ;
426 while ((c = get_byte(
[all...]
/ast/src/cmd/INIT/
H A Dratz.c3661 local int get_byte OF((gz_stream *s));
3827 local int get_byte(s)
3865 c = get_byte(s);
3905 method = get_byte(s);
3906 flags = get_byte(s);
3913 for (len = 0; len < 6; len++) (void)get_byte(s);
3916 len = (uInt)get_byte(s);
3917 len += ((uInt)get_byte(s))<<8;
3919 while (len-- != 0 && get_byte(s) != EOF) ;
3922 while ((c = get_byte(
[all...]

Completed in 18 milliseconds