Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_regexp.c785 DICT_REGEXP_OPEN_RETURN(dict_surrogate(DICT_TYPE_REGEXP, in dict_regexp_open()
788 DICT_TYPE_REGEXP, mapname)); in dict_regexp_open()
793 if ((map_fp = dict_stream_open(DICT_TYPE_REGEXP, mapname, O_RDONLY, in dict_regexp_open()
795 DICT_REGEXP_OPEN_RETURN(dict_surrogate(DICT_TYPE_REGEXP, mapname, in dict_regexp_open()
800 dict_regexp = (DICT_REGEXP *) dict_alloc(DICT_TYPE_REGEXP, mapname, in dict_regexp_open()
H A Ddict_regexp.h24 #define DICT_TYPE_REGEXP "regexp" macro
H A Ddict_open.c395 DICT_TYPE_REGEXP, dict_regexp_open, 0,
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_dbms.c154 {DICT_TYPE_REGEXP, PCF_DBMS_CLASS_REGEX},