Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/src/
Dbuffer.c1372 int (*inpfn) PROTO((void *fnclosure, const char *input, char *output, member
1410 packetizing_buffer_initialize (buf, inpfn, outfn, fnclosure, memory) in packetizing_buffer_initialize() argument
1412 int (*inpfn) PROTO ((void *, const char *, char *, int));
1423 pb->inpfn = inpfn;
1427 if (inpfn != NULL)
1436 return buf_initialize (inpfn != NULL ? packetizing_buffer_input : NULL,
1437 inpfn != NULL ? NULL : packetizing_buffer_output,
1438 inpfn != NULL ? NULL : packetizing_buffer_flush,
1612 status = (*pb->inpfn) (pb->fnclosure, inbuf, outbuf, count);