Home
last modified time | relevance | path

Searched refs:type_buf_input (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
HDbuffer.h31 typedef int (*type_buf_input) (void *, char *, size_t, size_t, size_t *); typedef
64 type_buf_input input;
131 struct buffer *buf_initialize (type_buf_input,
HDbuffer.c39 buf_initialize (type_buf_input input, in buf_initialize()