Home
last modified time | relevance | path

Searched refs:gunzip_and_write (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.h198 int gunzip_and_write (int, const char *, unsigned char *, size_t);
H A Dzlib.c507 gunzip_and_write (int fd, const char *fullname, unsigned char *buf, in gunzip_and_write() function
H A Dclient.c1628 if (gunzip_and_write (fd, short_pathname, in update_entries()
H A Dserver.c1684 if (gunzip_and_write (fd, file, (unsigned char *) filebuf, size)) in receive_file()
H A DChangeLog4268 * 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 DChangeLog-9724 * zlib.c, server.h (gunzip_and_write): New function.