Home
last modified time | relevance | path

Searched refs:htable_enter (Results 1 – 25 of 48) sorted by relevance

12

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dheader_opts.c121 htable_enter(header_hash, vstring_str(header_key), (void *) hp); in header_opts_init()
151 ht = htable_enter(header_hash, *cpp, (void *) hp); in header_drop_init()
Dscache_multi.c223 htable_enter(sp->endp_cache, endp_label, (void *) head)->key; in scache_multi_save_endp()
379 htable_enter(sp->dest_cache, dest_label, (void *) head)->key; in scache_multi_save_dest()
Dbeen_here.c201 htable_enter(dup_filter->table, lookup_key, (void *) 0); in been_here_fixed()
Ddelivered_hdr.c165 htable_enter(info->table, cp, (void *) 0); in delivered_hdr_init()
Dmap_search.c239 (void) htable_enter(map_search_table, map_spec, map_search); in map_search_create()
Ddynamicmaps.c272 htable_enter(dymap_info, argv->argv[0], in dymap_read_conf()
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dattr_print_plain.c226 htable_enter(table, "foo-name", mystrdup("foo-value")); in main()
227 htable_enter(table, "bar-name", mystrdup("bar-value")); in main()
Dattr_print0.c230 htable_enter(table, "foo-name", mystrdup("foo-value")); in main()
231 htable_enter(table, "bar-name", mystrdup("bar-value")); in main()
Dattr_print64.c271 htable_enter(table, "foo-name", mystrdup("foo-value")); in main()
272 htable_enter(table, "bar-name", mystrdup("bar-value")); in main()
Ddict_open.c457 htable_enter(dict_open_hash, dp->type, (void *) dp); in dict_open_init()
533 (void) htable_enter(dict_open_hash, dp->type, (void *) dp); in dict_open_register()
Dnvtable.c120 ht = htable_enter(table, key, (void *) 0); in nvtable_update()
Dhtable.h36 extern HTABLE_INFO *htable_enter(HTABLE *, const char *, void *);
Dhtable.c229 HTABLE_INFO *htable_enter(HTABLE *table, const char *key, void *value) in htable_enter() function
414 htable_enter(hash, vstring_str(buf), CAST_INT_TO_VOID_PTR(count++)); in main()
Dknown_tcp_ports.c87 (void) htable_enter(known_tcp_ports, name, mystrdup(port)); in add_known_tcp_port()
Ddict_ht.c114 ht = htable_enter(dict_ht->table, name, (void *) 0); in dict_ht_update()
Dmac_expand.c535 (void) htable_enter(mac_exp_ext_table, in mac_expand_add_relop()
820 htable_enter(table, name, value ? mystrdup(value) : 0); in main()
Dctable.c166 entry->key = htable_enter(cache->table, key, (void *) entry)->key; in ctable_locate()
/netbsd/src/external/ibm-public/postfix/dist/src/local/
Dforward.c243 htable_enter(forward_dt, attr.delivered, (void *) table_snd); in forward_append()
248 htable_enter(table_snd, attr.sender, (void *) info); in forward_append()
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp_unalias.c97 htable_enter(cache, name, result = vstring_export(fqdn)); in smtp_unalias_name()
Dsmtp_reuse.c212 htable_enter(state->cache_used, STR(iter->addr), (void *) 0); in smtp_reuse_common()
/netbsd/src/external/ibm-public/postfix/dist/src/postconf/
Dpostconf_unused.c111 (void) htable_enter(pcf_depr_param_table, dp->name, (void *) dp); in pcf_init_depr_params()
Dpostconf.h113 htable_enter((table), (name), (char *) pcf_make_param_node((flags), \
/netbsd/src/external/ibm-public/postfix/dist/src/qmgr/
Dqmgr_peer.c88 htable_enter(job->peer_byname, queue->name, (void *) peer); in qmgr_peer_create()
/netbsd/src/external/ibm-public/postfix/dist/src/postscreen/
Dpostscreen_dnsbl.c274 ht = htable_enter(dnsbl_site_cache, saved_site, (void *) head); in psc_dnsbl_add_site()
548 (void) htable_enter(dnsbl_score_cache, client_addr, (void *) score); in psc_dnsbl_request()
Dpostscreen_state.c208 (void) htable_enter(psc_client_concurrency, client_addr, in psc_new_session_state()

12