Searched refs:gunzip_and_write (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | server.h | 198 int gunzip_and_write (int, const char *, unsigned char *, size_t);
|
H A D | zlib.c | 507 gunzip_and_write (int fd, const char *fullname, unsigned char *buf, in gunzip_and_write() function
|
H A D | client.c | 1628 if (gunzip_and_write (fd, short_pathname, in update_entries()
|
H A D | server.c | 1684 if (gunzip_and_write (fd, file, (unsigned char *) filebuf, size)) in receive_file()
|
H A D | ChangeLog | 4268 * server.h (gunzip_and_write): Declare. 4564 * zlib.c (gunzip_and_write): Fix up potential overlow problems. 5177 * zlib.c (read_and_gzip, gunzip_and_write): Fix potential buffer 10136 * zlib.c (gunzip_and_write): Fix type clashes. 10290 * client.c (update_entries): Fix type clash calling gunzip_and_write(). 10291 * server.c (receive_file): Fix type clash calling gunzip_and_write(). 11959 * zlib.c, server.h (gunzip_and_write, read_and_gzip): Now returns 11964 gunzip_and_write rather than filter_through_gunzip.
|
H A D | ChangeLog-97 | 24 * zlib.c, server.h (gunzip_and_write): New function.
|