Searched refs:dict_open_lookup (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmkmap_open.c128 if ((dp = dict_open_lookup(type)) == 0)
H A Ddict_open.c57 /* const DICT_OPEN_INFO *dict_open_lookup(dict_type)
255 /* dict_open_lookup() returns a pointer to the DICT_OPEN_INFO
491 if ((dp = dict_open_lookup(dict_type)) == 0)
536 /* dict_open_lookup - look up DICT_OPEN_INFO for dictionary type */
538 const DICT_OPEN_INFO *dict_open_lookup(const char *dict_type) function
540 const char myname[] = "dict_open_lookup";
H A Ddict.h246 extern const DICT_OPEN_INFO *dict_open_lookup(const char *);

Completed in 111 milliseconds