Home
last modified time | relevance | path

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

/dports/mail/postfix-current/postfix-3.7-20211107/src/oqmgr/
H A Dqmgr_transport.c390 #if (EVENTS_STYLE != EVENTS_STYLE_SELECT) && defined(CA_VSTREAM_CTL_DUPFD) in qmgr_transport_alloc()
395 CA_VSTREAM_CTL_DUPFD(THRESHOLD_FD_WORKAROUND), in qmgr_transport_alloc()
/dports/mail/postfix-current/postfix-3.7-20211107/src/qmgr/
H A Dqmgr_transport.c395 #if (EVENTS_STYLE != EVENTS_STYLE_SELECT) && defined(CA_VSTREAM_CTL_DUPFD) in qmgr_transport_alloc()
400 CA_VSTREAM_CTL_DUPFD(THRESHOLD_FD_WORKAROUND), in qmgr_transport_alloc()
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dvstream.h176 #define CA_VSTREAM_CTL_DUPFD(v) VSTREAM_CTL_DUPFD, CHECK_VAL(VSTREAM_CTL, int, (v)) macro