Home
last modified time | relevance | path

Searched defs:VBUF (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvbuf.h34 typedef struct VBUF VBUF; typedef
39 struct VBUF { struct
45 VBUF_GET_READY_FN get_ready; /* read buffer empty action */ argument
46 VBUF_PUT_READY_FN put_ready; /* write buffer full action */ argument
47 VBUF_SPACE_FN space; /* request for buffer space */ argument
51 * Typically, an application will embed a VBUF structure into a larger argument