Searched refs:dict_get (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/usr.sbin/smtpd/
H A Ddict.h38 void *dict_get(struct dict *, const char *);
H A Dmda_unpriv.c76 mda_command_wrap = dict_get(env->sc_mda_wrappers,
H A Dparse.y334 sca = dict_get(conf->sc_ca_dict, buf);
358 if (dict_get(conf->sc_mda_wrappers, $3)) {
374 limits = dict_get(conf->sc_limits_dict, $5);
384 limits = dict_get(conf->sc_limits_dict, "default");
403 pki = dict_get(conf->sc_pki_dict, buf);
444 if (dict_get(conf->sc_filter_processes_dict, $2)) {
657 if (! dict_get(conf->sc_mda_wrappers, $2)) {
909 if ((fc = dict_get(conf->sc_filters_dict, $2)) == NULL) {
996 if (dict_get(conf->sc_dispatchers, $2)) {
1513 if (dict_get(con
[all...]
H A Dca.c226 pkey = dict_get(&pkeys, hash);
262 pkey = dict_get(&pkeys, hash);
H A Ddict.c98 dict_get(struct dict *d, const char *k) function
H A Dlka_filter.c480 filter = dict_get(&filters, fs->filter_name);
692 filter_chain = dict_get(&filter_chains, fs->filter_name);
714 filter = dict_get(&filters, filter_entry->name);
808 filter_chain = dict_get(&filter_chains, fs->filter_name);
826 filter = dict_get(&filters, filter_entry->name);
1329 tailq = dict_get(subsystem, hook);
H A Dlka_session.c110 dsp = dict_get(env->sc_dispatchers, lks->rule->dispatcher);
128 dsp = dict_get(env->sc_dispatchers, rule->dispatcher);
H A Dmta.c505 pki = dict_get(env->sc_pki_dict, remote->pki);
518 ca = dict_get(env->sc_ca_dict, remote->ca);
949 relay->limits = dict_get(env->sc_limits_dict, relay->domain->name);
951 relay->limits = dict_get(env->sc_limits_dict, "default");
2635 hs = dict_get(&hoststat, buf);
2660 hs = dict_get(&hoststat, buf);
2679 hs = dict_get(&hoststat, buf);
2696 hs = dict_get(&hoststat, buf);
H A Dsmtp.c206 ca = dict_get(env->sc_ca_dict, l->ca_name);
H A Dqueue_backend.c721 if (dict_get(env->sc_dispatchers, ep->dispatcher) == NULL)
H A Denvelope.c124 val = dict_get(&d, "version");
H A Dtable.c128 return dict_get(conf->sc_tables_dict, name);
/openbsd-current/lib/libfuse/
H A Dfuse_subr.c99 vn_head = dict_get(&f->name_tree, v->path);
122 vn_head = dict_get(&f->name_tree, vn->path);
156 vn_head = dict_get(&f->name_tree, path);
H A Ddict.c70 dict_get(struct dict *d, const char *k) function
75 errx(1, "dict_get(%p, %s): key too large", d, k);
H A Dfuse_private.h143 void *dict_get(struct dict *, const char *);;

Completed in 120 milliseconds