Searched refs:is_map_command (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd_check.c | 4159 static int is_map_command(SMTPD_STATE *state, const char *name, in is_map_command() function 4320 } else if (is_map_command(state, name, CHECK_CLIENT_ACL, &cpp)) { in generic_checks() 4324 } else if (is_map_command(state, name, CHECK_REVERSE_CLIENT_ACL, &cpp)) { in generic_checks() 4382 } else if (is_map_command(state, name, CHECK_CCERT_ACL, &cpp)) { in generic_checks() 4384 } else if (is_map_command(state, name, CHECK_SASL_ACL, &cpp)) { in generic_checks() 4392 } else if (is_map_command(state, name, CHECK_CLIENT_NS_ACL, &cpp)) { in generic_checks() 4399 } else if (is_map_command(state, name, CHECK_CLIENT_MX_ACL, &cpp)) { in generic_checks() 4406 } else if (is_map_command(state, name, CHECK_CLIENT_A_ACL, &cpp)) { in generic_checks() 4413 } else if (is_map_command(state, name, CHECK_REVERSE_CLIENT_NS_ACL, &cpp)) { in generic_checks() 4420 } else if (is_map_command(state, name, CHECK_REVERSE_CLIENT_MX_ACL, &cpp)) { in generic_checks() [all …]
|