HomeSort by: relevance | last modified time | path
    Searched refs:VBUF_EOF (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
vbuf.c 39 /* int vbuf_eof(bp)
74 /* or VBUF_EOF when none is available. VBUF_GET() is an unsafe macro
78 /* is the stored character, or VBUF_EOF in case of problems. VBUF_PUT()
83 /* The result value is 0 for success, VBUF_EOF for problems.
88 /* the pushed back character, or VBUF_EOF in case of problems. It is
109 /* vbuf_eof() is a macro that returns non-zero if an end-of-file
126 /* The result is zero when more data could be read, VBUF_EOF otherwise.
129 /* The result is zero when the buffer could be flushed, VBUF_EOF otherwise.
133 /* in case of success, VBUF_EOF otherwise.
167 return (VBUF_EOF);
    [all...]
vbuf.h 80 #define vbuf_eof(v) ((v)->flags & VBUF_FLAG_EOF) macro
93 #define VBUF_EOF (-1) /* no more space or data */
vstream.h 117 #define VSTREAM_EOF VBUF_EOF
128 #define vstream_feof(vp) vbuf_eof(&(vp)->buf)
vstring.c 346 return (VBUF_EOF); /* be VSTREAM-friendly */

Completed in 21 milliseconds