Searched refs:compress_buffer_input (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | zlib.c | 50 static int compress_buffer_input PROTO((void *, char *, int, int, int *)); 118 return buf_initialize (input ? compress_buffer_input : NULL, 132 compress_buffer_input (closure, data, need, size, got) in compress_buffer_input() function 370 status = compress_buffer_input (cb, buf, 0, sizeof buf, &nread);
|
| H A D | ChangeLog-96 | 1798 * zlib.c (compress_buffer_input): add a couple of casts for
|