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

/macosx-10.10.1/postfix-255/postfix/src/postmulti/
H A Dpostmulti.c612 static int match_instance_selection(INSTANCE *, INST_SELECTION *);
731 if (match_instance_selection(RING_TO_INSTANCE(old), selection)) {
876 /* match_instance_selection - match all/name/group constraints */
878 static int match_instance_selection(INSTANCE *ip, INST_SELECTION *selection) function
907 msg_panic("match_instance_selection: unknown selection type: %d",
1301 if (match_instance_selection(ip = RING_TO_INSTANCE(entry), selection)) {
1516 if (match_instance_selection(ip, selection))
1544 if (!match_instance_selection(ip, selection))

Completed in 183 milliseconds