Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
Dalias.c449 map->map_mflags |= MF_CLOSING;
451 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
628 map->map_mflags |= MF_CLOSING;
630 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
Dmap.c531 map->map_mflags |= MF_CLOSING;
533 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
676 bitset(MF_CLOSING, map->map_mflags) ||
692 map->map_mflags |= MF_CLOSING;
695 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);
1769 map->map_mflags |= MF_CLOSING;
1771 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
2417 map->map_mflags |= MF_CLOSING;
2419 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
2937 map->map_mflags |= MF_CLOSING;
[all …]
Dreadcf.c1153 map.map_mflags |= MF_CLOSING;
1155 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
Dsendmail.h1491 #define MF_CLOSING 0x01000000 /* map is being closed */ macro