Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_open.c428 static DICT_OPEN_EXTEND_FN dict_open_extend_hook; variable
546 && dict_open_extend_hook != 0 in dict_open_lookup()
547 && (dp = dict_open_extend_hook(dict_type)) != 0) in dict_open_lookup()
558 old_cb = dict_open_extend_hook; in dict_open_extend()
559 dict_open_extend_hook = new_cb; in dict_open_extend()