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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dvbuf.h19 * buffer full conditions, and 4) by the VBUF_SPACE() operation that allows
91 #define VBUF_SPACE(v,n) ((v)->space((v),(n))) macro
H A Dvbuf_print.c112 if (VBUF_SPACE((bp), (sz)) != 0) \
124 if (VBUF_SPACE((bp), (sz)) != 0) \
159 int saved_errno = errno; /* VBUF_SPACE() may clobber it */

Completed in 119 milliseconds