OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REC_TYPE_EOF
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/global/
rec_streamlf.c
36
/* EOF was reached), and
REC_TYPE_EOF
when no data could be read or
42
/*
REC_TYPE_EOF
in case of problems.
91
return (VSTRING_LEN(buf) > 0 ? REC_TYPE_CONT :
REC_TYPE_EOF
);
110
return (vstream_ferror(stream) ?
REC_TYPE_EOF
: type);
rec_type.c
43
REC_TYPE_EOF
, "end-of-file", /* not Postfix-specific. */
recdump.c
50
((type = rec_get(VSTREAM_IN, buf, 0)) !=
REC_TYPE_EOF
record.h
31
#define
REC_TYPE_EOF
-1 /* no record */
rec_type.h
25
#define
REC_TYPE_EOF
-1 /* no record */
record.c
77
/* The result is
REC_TYPE_EOF
when the end of the file was reached,
258
return (
REC_TYPE_EOF
);
/src/external/ibm-public/postfix/dist/src/postdrop/
postdrop.c
503
if (rec_type ==
REC_TYPE_EOF
) { /* request canceled */
564
&& rec_type !=
REC_TYPE_EOF
)
/src/external/ibm-public/postfix/dist/src/postcat/
postcat.c
242
if (rec_type ==
REC_TYPE_EOF
)
/src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c
936
!=
REC_TYPE_EOF
; prev_type = type) {
980
mime_errs = mime_state_update(mime_state,
REC_TYPE_EOF
, "", 0);
/src/external/ibm-public/postfix/dist/src/milter/
milter8.c
2467
rec_type =
REC_TYPE_EOF
;
2494
rec_type =
REC_TYPE_EOF
;
Completed in 19 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026