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

/freebsd-9.3-release/contrib/cvs/src/
H A Dbuffer.c1562 /* The input translation function. Exactly one of inpfn and outfn
1567 int (*inpfn) PROTO((void *fnclosure, const char *input, char *output, member in struct:packetizing_buffer
1605 packetizing_buffer_initialize (buf, inpfn, outfn, fnclosure, memory)
1607 int (*inpfn) PROTO ((void *, const char *, char *, int));
1618 pb->inpfn = inpfn;
1622 if (inpfn != NULL)
1631 return buf_initialize (inpfn != NULL ? packetizing_buffer_input : NULL,
1632 inpfn != NULL ? NULL : packetizing_buffer_output,
1633 inpfn !
[all...]

Completed in 47 milliseconds