Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmci.c619 { MCIF_OCC_INCR, "OCC_INCR" },
H A Dqueue.c6886 mci->mci_flags |= MCIF_OCC_INCR;
6919 !bitset(MCIF_OCC_INCR, mci->mci_flags))
6921 mci->mci_flags &= ~MCIF_OCC_INCR;
H A Dsendmail.h912 #define MCIF_OCC_INCR 0x00000002 /* occ values increased */ macro