Searched defs:getLong (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libz/
H A Dgzio.c94 local uLong getLong OF((gz_stream *s));
567 if (getLong(s) != s->crc && !s->nocrc) {
569 if (getLong(s) != s->crc) {
573 (void)getLong(s);
1095 local uLong getLong (s) function

Completed in 9 milliseconds