Searched refs:DICT_FLAGS (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dmatch_list.c110 #define DICT_FLAGS (DICT_FLAG_LOCK | DICT_FLAG_FOLD_FIX) macro
134 OPEN_FLAGS, DICT_FLAGS,
146 item, OPEN_FLAGS, dict_flags_str(DICT_FLAGS));
151 dict_open(item, OPEN_FLAGS, DICT_FLAGS));
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_scache.c484 #define DICT_FLAGS (DICT_FLAG_DUP_REPLACE | DICT_FLAG_OPEN_LOCK) macro
486 #define DICT_FLAGS \ macro
490 dict = dict_open(dbname, O_RDWR | O_CREAT | O_TRUNC, DICT_FLAGS);

Completed in 190 milliseconds