OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VBUF_FLAG_EOF
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
vbuf.h
67
#define
VBUF_FLAG_EOF
(1<<2) /* end of data */
71
#define VBUF_FLAG_BAD (VBUF_FLAG_ERR |
VBUF_FLAG_EOF
| VBUF_FLAG_TIMEOUT)
80
#define vbuf_eof(v) ((v)->flags &
VBUF_FLAG_EOF
)
vbuf.c
170
bp->flags &= ~
VBUF_FLAG_EOF
;
180
((bp->flags |=
VBUF_FLAG_EOF
), VBUF_EOF) : VBUF_GET(bp));
vstream.h
80
#define VSTREAM_FLAG_EOF
VBUF_FLAG_EOF
/* end of file */
Completed in 19 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026