Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_ht.h27 extern DICT *dict_ht_open(const char *, int, int);
H A Ddict_ht.c157 DICT *dict_ht_open(const char *name, int unused_open_flags, int dict_flags) in dict_ht_open() function
H A Ddict_open.c375 DICT_TYPE_HT, dict_ht_open, 0,
H A Ddict.c309 dict = dict_ht_open(dict_name, O_CREAT | O_RDWR, 0); \
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_dbms.c192 dict = dict_ht_open(dict_spec, O_CREAT | O_RDWR, 0); in pcf_check_dbms_client()
H A Dpostconf_master.c401 masterp->ro_params = dict_ht_open(ro_name_space, O_CREAT | O_RDWR, 0); in pcf_parse_master_entry()