Home
last modified time | relevance | path

Searched refs:gz_flush (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/savecore/
H A Dcompress.h72 extern int gz_flush(void *, int);
/openbsd/usr.bin/compress/
H A Dcompress.h73 extern int gz_flush(void *, int);
H A Dgzopen.c455 gz_flush(void *cookie, int flush) in gz_flush() function
505 if (s->z_mode == 'w' && (err = gz_flush (s, Z_FINISH)) == Z_OK) { in gz_close()