Home
last modified time | relevance | path

Searched refs:SMTP_GET_FLAG_APPEND (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dsmtp_stream.c400 (flags & SMTP_GET_FLAG_APPEND) ? in smtp_get_noexcept()
403 (flags & SMTP_GET_FLAG_APPEND) ? in smtp_get_noexcept()
H A Dsmtp_stream.h58 #define SMTP_GET_FLAG_APPEND (1<<1) /* append instead of overwrite */ macro
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c4092 SMTP_GET_FLAG_APPEND) == '\n') { in bdat_cmd()