Lines Matching defs:state
71 local void gz_reset(gz_statep state) { in gz_reset()
88 gz_statep state; in gz_open() local
297 gz_statep state; in gzbuffer() local
321 gz_statep state; in gzrewind() local
344 gz_statep state; in gzseek64() local
423 gz_statep state; in gztell64() local
447 gz_statep state; in gzoffset64() local
475 gz_statep state; in gzeof() local
490 gz_statep state; in gzerror() local
508 gz_statep state; in gzclearerr() local
531 void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) { in gz_error()