Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c351 static HTABLE *policy_clnt_table; variable
565 if (policy_clnt_table == 0) in policy_client_register()
566 policy_clnt_table = htable_create(1); in policy_client_register()
568 if (htable_find(policy_clnt_table, name) == 0) { in policy_client_register()
631 htable_enter(policy_clnt_table, name, (void *) policy_client); in policy_client_register()
3993 if (!policy_clnt_table in check_policy_service()
3995 htable_find(policy_clnt_table, server)) == 0) in check_policy_service()