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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dvbuf.c116 /* int put_ready(bp)
128 /* put_ready() is called when VBUF_PUT() detects a buffer-full condition.
187 return (bp->put_ready(bp) ? VBUF_EOF : VBUF_PUT(bp, ch));
231 if (bp->cnt <= 0 && bp->put_ready(bp) != 0)
H A Dvbuf.h46 VBUF_PUT_READY_FN put_ready; /* write buffer full action */ member in struct:VBUF
H A Dvstring.c389 vp->vbuf.put_ready = vstring_buf_put_ready;
617 vp->vbuf.put_ready = vstring_buf_put_ready;
H A Dvstream.c624 (bp)->put_ready = (put_action); \
759 if (bp->put_ready == 0)
1089 if (bp->put_ready == 0)

Completed in 107 milliseconds