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

/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c584 gzwrite returns the number of bytes actually written (0 in case of error).
586 int ZEXPORT gzwrite (file, buf, len) function
660 return gzwrite(file, buf, (unsigned)len);
697 return gzwrite(file, buf, len);
711 return gzwrite(file, &cc, 1) == 1 ? (int)cc : -1;
724 return gzwrite(file, (char*)s, (unsigned)strlen(s));
787 Sets the starting position for the next gzread or gzwrite on the given
825 size = gzwrite(file, s->inbuf, size);
904 Returns the starting position for the next gzread or gzwrite on the
/darwin-on-arm/xnu/libkern/libkern/
H A Dzlib.h1144 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1148 gzwrite returns the number of uncompressed bytes actually written
1216 Sets the starting position for the next gzread or gzwrite on the
1240 Returns the starting position for the next gzread or gzwrite on the

Completed in 27 milliseconds