Searched refs:compress_buffer_input (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | zlib.c | 58 static int compress_buffer_input (void *, char *, size_t, size_t, size_t *); 122 return buf_initialize (input ? compress_buffer_input : NULL, in compress_buffer_initialize() 137 compress_buffer_input (void *closure, char *data, size_t need, size_t size, in compress_buffer_input() function
|
H A D | ChangeLog | 467 * zlib.c (compress_buffer_input): Update comment. 505 * zlib.c (compress_buffer_input): Don't request more bytes from the 1108 * zlib.c (compress_buffer_input): Use pagealign_xalloc when allocating 1426 * zlib.c (compress_buffer_input): Don't return EOF when there is data 2213 * zlib.c (compress_buffer_input, compress_buffer_shutdown_input):
|
H A D | ChangeLog-96 | 1798 * zlib.c (compress_buffer_input): add a couple of casts for
|