Searched refs:gzclose_r (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A Dgzclose.c21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
23 return gzclose_r(file);
H A DSymbol.map43 gzclose_r;
H A Dzconf.h63 # define gzclose_r z_gzclose_r macro
H A Dgzread.c570 int ZEXPORT gzclose_r(file) function
H A Dzlib.h1524 ZEXTERN int ZEXPORT gzclose_r OF((gzFile file));
1527 Same as gzclose(), but gzclose_r() is only for use when reading, and

Completed in 67 milliseconds