Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict.c278 static HTABLE *dict_table; variable
292 (dict_table ? (DICT_NODE *) htable_find(dict_table, dict) : 0)
324 if (dict_table == 0) in dict_register()
325 dict_table = htable_create(0); in dict_register()
330 htable_enter(dict_table, dict_name, (void *) node); in dict_register()
371 htable_delete(dict_table, dict_name, dict_node_free); in dict_unregister()
583 ht_info_list = htable_list(dict_table); in dict_walk()
601 ht_info_list = htable_list(dict_table); in dict_changed_name()