OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:put_ready
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
vbuf.c
116
/* 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)
vbuf.h
46
VBUF_PUT_READY_FN
put_ready
; /* write buffer full action */
member in struct:VBUF
vstring.c
391
vp->vbuf.
put_ready
= vstring_buf_put_ready;
619
vp->vbuf.
put_ready
= vstring_buf_put_ready;
vstream.c
632
(bp)->
put_ready
= (put_action); \
769
if (bp->
put_ready
== 0)
1099
if (bp->
put_ready
== 0)
Completed in 20 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026