Searched refs:gzdopen (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/
H A Dzlib.h1115 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1117 gzdopen() associates a gzFile with the file descriptor fd. File
1123 descriptor fd. If you want to keep fd open, use gzdopen(dup(fd), mode).
1124 gzdopen returns NULL if there was insufficient memory to allocate
/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c246 gzFile ZEXPORT gzdopen (fd, mode) function

Completed in 22 milliseconds