Searched refs:dict_open (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dmaps.c31 /* See dict_open(3) for a description of flags.
53 /* With maps_create(), flags that are passed to dict_open().
146 dict = dict_open(map_type_name, OPEN_FLAGS, dict_flags);
H A Dserver_acl.c133 dict_register(acl, dict_open(acl, O_RDONLY, DICT_FLAG_LOCK
H A Ddict_proxy.c406 return (dict_open(map, open_flags, dict_flags));
H A Ddict_memcache.c27 /* See dict_open(3).
576 dict_mc->backup = dict_open(backup, open_flags, dict_flags);
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_sasl_auth_cache.c143 auth_cache->dict = dict_open(map, O_CREAT | O_RDWR, CACHE_DICT_OPEN_FLAGS);
H A Dsmtp.c1198 dict_open(var_smtp_resp_filter, O_RDONLY,
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict.h78 * See dict_open.c embedded manpage for flag definitions.
187 extern DICT *dict_open(const char *, int, int);
H A Ddict_test.c80 dict = dict_open(dict_name, open_flags, dict_flags);
H A Dmatch_list.c151 dict_open(item, OPEN_FLAGS, DICT_FLAGS));
H A Ddict_open.c3 /* dict_open 3
9 /* DICT *dict_open(dict_spec, open_flags, dict_flags)
61 /* dict_open() takes a type:name pair that specifies a dictionary type
99 /* With databases that are not multi-writer safe, dict_open()
103 /* With databases that are multi-writer safe, dict_open()
168 /* name, but otherwise performs the same functions as dict_open().
353 /* dict_open - open dictionary */
355 DICT *dict_open(const char *dict_spec, int open_flags, int dict_flags) function
376 const char *myname = "dict_open";
H A Ddict_cache.c51 /* dict_open(3), there are subtle differences in the interaction
64 /* dict_cache_open() is a wrapper around the dict_open()
126 /* These are passed unchanged to dict_open(). The cache must
630 dict = dict_open(dbname, open_flags, dict_flags);
/macosx-10.10.1/postfix-255/postfix/src/proxymap/
H A Dproxymap.c337 dict = dict_open(map_type_name, proxy_writer ?
341 msg_panic("proxy_map_find: dict_open null result");
646 return (dict_open(map, open_flags, dict_flags));
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_scache.c490 dict = dict_open(dbname, O_RDWR | O_CREAT | O_TRUNC, DICT_FLAGS);
/macosx-10.10.1/postfix-255/postfix/src/postscreen/
H A Dpostscreen.c852 psc_dnsbl_reply = dict_open(var_psc_dnsbl_reply, O_RDONLY,
H A Dpostscreen_smtpd.c1266 psc_cmd_filter = dict_open(var_psc_cmd_filter, O_RDONLY,
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd.c5056 smtpd_cmd_filter = dict_open(var_smtpd_cmd_filter, O_RDONLY,
H A Dsmtpd_check.c495 dict_register(name, dict_open(name, O_RDONLY, DICT_FLAG_LOCK

Completed in 292 milliseconds