Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c352 static HTABLE *map_command_table; variable
643 if (map_command_table == 0) in command_map_register()
644 map_command_table = htable_create(1); in command_map_register()
646 if (htable_find(map_command_table, name) == 0) { in command_map_register()
650 (void) htable_enter(map_command_table, name, (void *) maps); in command_map_register()
2790 if ((maps = (MAPS *) htable_find(map_command_table, table)) == 0) { in check_access()
2840 if ((maps = (MAPS *) htable_find(map_command_table, table)) == 0) { in check_domain_access()
2904 if ((maps = (MAPS *) htable_find(map_command_table, table)) == 0) { in check_addr_access()
3336 if ((maps = (MAPS *) htable_find(map_command_table, table)) == 0) { in check_mail_access()
4850 if ((maps = (MAPS *) htable_find(map_command_table, *cpp)) == 0) in smtpd_check_rewrite()