Searched refs:buf_initialize (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | socket-client.c | 234 return buf_initialize (input ? socket_buffer_input : NULL, in socket_buffer_initialize()
|
H A D | buffer.h | 131 struct buffer *buf_initialize (type_buf_input,
|
H A D | ms-buffer.c | 156 retbuf = buf_initialize (ms_buffer_input, NULL, NULL, in ms_buffer_initialize()
|
H A D | buffer.c | 41 buf_initialize (type_buf_input input, in buf_initialize() function 88 return buf_initialize (NULL, NULL, NULL, NULL, NULL, NULL, memory, NULL); in buf_nonio_initialize() 1364 return buf_initialize (inpfn != NULL ? packetizing_buffer_input : NULL, in packetizing_buffer_initialize() 1763 return buf_initialize (input ? fd_buffer_input : NULL, in fd_buffer_initialize()
|
H A D | log-buffer.c | 149 retbuf = buf_initialize (input ? log_buffer_input : NULL, in log_buffer_initialize()
|
H A D | zlib.c | 122 return buf_initialize (input ? compress_buffer_input : NULL, in compress_buffer_initialize()
|
H A D | ChangeLog-96 | 1825 (buf_initialize): Update declaration for new shutdown parameter. 1828 * buffer.c (buf_initialize): Add shutdown parameter. Change all 1948 (buf_initialize, buf_nonio_initialize): Declare. 1953 (buf_initialize, buf_nonio_initialize): New functions.
|
H A D | ChangeLog | 562 * socket-client.c: Function pointers passed to buf_initialize use size_t 563 not int arguments. buf_initialize warnings are gone from Windows build. 2038 arguments to buf_initialize(). 2090 (buf_initialize): Update proto. 2816 buf_initialize. 2822 * buffer.c (buf_initialize): Remove unnecessary typecasts by using 3398 * buffer.c (buf_initialize): Handle new LAST_INDEX & LAST_COUNT 3515 (buf_initialize): Handle get_fd() argument. 3523 * buffer.h (struct buffer, buf_initialize): Add get_fd(). 8891 closure. Pass new stdio_buffer_shutdown to buf_initialize. [all …]
|