Home
last modified time | relevance | path

Searched refs:SOPT_FLAG_DERIVED (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
Dcleanup_envelope_test.c187 if (state->sendopts != (SOPT_FLAG_ALL & ~SOPT_FLAG_DERIVED)) { in overrides_size_fields()
189 state->sendopts, SOPT_FLAG_ALL & ~SOPT_FLAG_DERIVED); in overrides_size_fields()
Dcleanup_envelope.c368 state->sendopts &= ~SOPT_FLAG_DERIVED; in cleanup_envelope_process()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dsendopts.h44 #define SOPT_FLAG_DERIVED (SOPT_SMTPUTF8_DERIVED | SOPT_REQUIRETLS_DERIVED) macro
Dsendopts_test.c80 SOPT_FLAG_DERIVED,