Searched refs:dict_update (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/pipe/
H A Dpipe.c692 dict_update(PIPE_DICT_TABLE, PIPE_DICT_RCPT, STR(buf));
700 dict_update(PIPE_DICT_TABLE, PIPE_DICT_ORIG_RCPT, STR(buf));
725 dict_update(PIPE_DICT_TABLE, PIPE_DICT_USER, STR(buf));
742 dict_update(PIPE_DICT_TABLE, PIPE_DICT_EXTENSION, ext);
755 dict_update(PIPE_DICT_TABLE, PIPE_DICT_MAILBOX, STR(buf));
771 dict_update(PIPE_DICT_TABLE, PIPE_DICT_DOMAIN, dom);
1197 dict_update(PIPE_DICT_TABLE, PIPE_DICT_SENDER, STR(buf));
1199 dict_update(PIPE_DICT_TABLE, PIPE_DICT_SENDER, sender);
1203 dict_update(PIPE_DICT_TABLE, PIPE_DICT_NEXTHOP, STR(buf));
1205 dict_update(PIPE_DICT_TABL
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_conf.c247 dict_update(CONFIG_DICT, key, value);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Ddict.h41 int lock_fd; /* for dict_update() lock */
130 extern void dict_update(const char *, const char *, const char *);
H A Ddict.c24 /* void dict_update(dict_name, member, value)
100 /* dict_update() updates the value of the named dictionary member.
284 /* dict_update - replace or add dictionary entry */
286 void dict_update(const char *dict_name, const char *member, const char *value) function
288 const char *myname = "dict_update";
419 dict_update(dict_name, member, val);

Completed in 129 milliseconds