Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Ddict_open.c423 static HTABLE *dict_open_hash; variable
443 #define NEED_DICT_OPEN_INIT() (dict_open_hash == 0)
454 dict_open_hash = htable_create(10); in dict_open_init()
457 htable_enter(dict_open_hash, dp->type, (void *) dp); in dict_open_init()
531 if (htable_find(dict_open_hash, dp->type)) in dict_open_register()
533 (void) htable_enter(dict_open_hash, dp->type, (void *) dp); in dict_open_register()
545 if ((dp = (DICT_OPEN_INFO *) htable_find(dict_open_hash, dict_type)) == 0 in dict_open_lookup()
574 mapnames = argv_alloc(dict_open_hash->used + 1); in dict_mapnames()
575 for (ht_info = ht = htable_list(dict_open_hash); *ht; ht++) { in dict_mapnames()