Searched defs:gzwrite (Results 1 - 1 of 1) sorted by relevance
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | gzio.c | 483 gzwrite returns the number of bytes actually written (0 in case of error). 485 int ZEXPORT gzwrite (file, buf, len) function 540 return gzwrite(file, buf, (unsigned)len); 564 return gzwrite(file, buf, len); 578 return gzwrite(file, &cc, 1) == 1 ? (int)cc : -1; 591 return gzwrite(file, (char*)s, (unsigned)strlen(s)); 652 Sets the starting position for the next gzread or gzwrite on the given 689 size = gzwrite(file, s->inbuf, size); 763 Returns the starting position for the next gzread or gzwrite on the
|
Completed in 183 milliseconds