Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dalias.c435 map->map_mflags |= MF_CLOSING;
437 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
604 map->map_mflags |= MF_CLOSING;
606 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
H A Dmap.c511 map->map_mflags |= MF_CLOSING;
513 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
657 bitset(MF_CLOSING, map->map_mflags) ||
673 map->map_mflags |= MF_CLOSING;
676 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);
1720 map->map_mflags |= MF_CLOSING;
1722 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
2369 map->map_mflags |= MF_CLOSING;
2371 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
6590 mm->map_mflags |= MF_CLOSING;
[all …]
H A Dreadcf.c1150 map.map_mflags |= MF_CLOSING;
1152 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
H A Dsendmail.h1335 #define MF_CLOSING 0x01000000 /* map is being closed */ macro