Searched refs:dict_ht_open (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | dict_ht.h | 27 extern DICT *dict_ht_open(const char *, int, int);
|
H A D | dict_ht.c | 157 DICT *dict_ht_open(const char *name, int unused_open_flags, int dict_flags) in dict_ht_open() function
|
H A D | dict_open.c | 375 DICT_TYPE_HT, dict_ht_open, 0,
|
H A D | dict.c | 309 dict = dict_ht_open(dict_name, O_CREAT | O_RDWR, 0); \
|
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | postconf_dbms.c | 192 dict = dict_ht_open(dict_spec, O_CREAT | O_RDWR, 0); in pcf_check_dbms_client()
|
H A D | postconf_master.c | 401 masterp->ro_params = dict_ht_open(ro_name_space, O_CREAT | O_RDWR, 0); in pcf_parse_master_entry()
|