Lines Matching defs:state
69 local void gz_reset(gz_statep state) { in gz_reset()
86 gz_statep state; in gz_open() local
298 gz_statep state; in gzbuffer() local
322 gz_statep state; in gzrewind() local
345 gz_statep state; in gzseek64() local
424 gz_statep state; in gztell64() local
448 gz_statep state; in gzoffset64() local
476 gz_statep state; in gzeof() local
491 gz_statep state; in gzerror() local
509 gz_statep state; in gzclearerr() local
532 void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) { in gz_error()