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_PUT_BUF
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/global/
stream2rec.c
46
REC_PUT_BUF
(VSTREAM_OUT, type, buf);
record.h
45
#define
REC_PUT_BUF
(v, t, b) rec_put((v), (t), vstring_str(b), VSTRING_LEN(b))
record.c
43
/* int
REC_PUT_BUF
(stream, type, buf)
115
/*
REC_PUT_BUF
() is a wrapper for rec_put() that makes it
386
return (
REC_PUT_BUF
(stream, type, vp));
/src/external/ibm-public/postfix/dist/src/qmqpd/
qmqpd.c
343
&&
REC_PUT_BUF
(state->cleanup, REC_TYPE_FROM, state->buf) < 0)
413
&&
REC_PUT_BUF
(state->cleanup, REC_TYPE_RCPT, state->buf) < 0)
/src/external/ibm-public/postfix/dist/src/pickup/
pickup.c
314
if ((
REC_PUT_BUF
(cleanup, type, buf)) < 0)
/src/external/ibm-public/postfix/dist/src/local/
forward.c
305
status = (
REC_PUT_BUF
(info->cleanup, rec_type, buffer) != rec_type);
/src/external/ibm-public/postfix/dist/src/postdrop/
postdrop.c
559
||
REC_PUT_BUF
(dst->stream, rec_type, buf) < 0) {
/src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c
860
if (
REC_PUT_BUF
(dst, REC_TYPE_RCPT, buf) < 0)
966
if (
REC_PUT_BUF
(dst, type, buf) < 0)
/src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_util.c
931
status = (
REC_PUT_BUF
(bounce, rec_type, bounce_info->buf) != rec_type);
/src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_milter.c
1848
if (
REC_PUT_BUF
(state->dst, REC_TYPE_DRCP, buf) < 0) {
Completed in 55 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026