Searched refs:MCIF_PIPELINED (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dmci.c640 { MCIF_PIPELINED, "PIPELINED" },
H A Dsendmail.h834 #define MCIF_PIPELINED 0x00040000 /* PIPELINING supported */ macro
862 #define MCIF_EXTENS (MCIF_EXPN|MCIF_SIZE|MCIF_8BITMIME|MCIF_DSN|MCIF_8BITOK|MCIF_AUTH|MCIF_ENHSTAT|MCIF_PIPELINED|MCIF_VERB|MCIF_TLS|MCIF_DLVR_BY|MCIF_AUTH2|MCIF_EAI)
H A Dusersmtp.c476 mci->mci_flags |= MCIF_PIPELINED;
2429 if (bitset(MCIF_PIPELINED, mci->mci_flags))
H A Ddeliver.c3568 bitset(MCIF_PIPELINED, mci->mci_flags))
3600 && bitset(MCIF_PIPELINED, mci->mci_flags)

Completed in 197 milliseconds