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

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dmail_dict.c73 dict_open_register(dp->type, dp->open);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict.h189 extern void dict_open_register(const char *, DICT *(*) (const char *, int, int));
H A Ddict_open.c42 /* dict_open_register(type, open)
191 /* dict_open_register() adds support for a new dictionary type.
411 /* dict_open_register - register dictionary type */
413 void dict_open_register(const char *type, function
416 const char *myname = "dict_open_register";

Completed in 117 milliseconds