Searched refs:xgzread (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libz/ |
H A D | zopen.c | 14 xgzread(void *cookie, char *data, int size) in xgzread() function 45 return (funopen(gz, xgzread, NULL, xgzseek, xgzclose)); in zopen() 60 return (funopen(gz, xgzread, NULL, xgzseek, xgzclose)); in zdopen()
|