Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dalias.c451 map->map_mflags |= MF_CLOSING;
453 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING|MF_CHKED_CHGD);
628 map->map_mflags |= MF_CLOSING;
630 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
H A Dmap.c745 map->map_mflags |= MF_CLOSING;
747 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
890 bitset(MF_CLOSING, map->map_mflags) ||
906 map->map_mflags |= MF_CLOSING;
909 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING|MF_CHKED_CHGD);
1976 map->map_mflags |= MF_CLOSING;
1978 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
2596 map->map_mflags |= MF_CLOSING;
2598 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
3087 map->map_mflags |= MF_CLOSING;
[all …]
H A Dreadcf.c1188 map.map_mflags |= MF_CLOSING;
1190 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
1370 dynmap->s_dynclass.map_mflags |= MF_CLOSING;
1372 dynmap->s_dynclass.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
H A Dsendmail.h1543 #define MF_CLOSING 0x01000000 /* map is being closed */ macro