| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | header_opts.c | 121 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()
|
| D | scache_multi.c | 223 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()
|
| D | been_here.c | 201 htable_enter(dup_filter->table, lookup_key, (void *) 0); in been_here_fixed()
|
| D | delivered_hdr.c | 165 htable_enter(info->table, cp, (void *) 0); in delivered_hdr_init()
|
| D | map_search.c | 239 (void) htable_enter(map_search_table, map_spec, map_search); in map_search_create()
|
| D | dynamicmaps.c | 272 htable_enter(dymap_info, argv->argv[0], in dymap_read_conf()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | attr_print_plain.c | 226 htable_enter(table, "foo-name", mystrdup("foo-value")); in main() 227 htable_enter(table, "bar-name", mystrdup("bar-value")); in main()
|
| D | attr_print0.c | 230 htable_enter(table, "foo-name", mystrdup("foo-value")); in main() 231 htable_enter(table, "bar-name", mystrdup("bar-value")); in main()
|
| D | attr_print64.c | 271 htable_enter(table, "foo-name", mystrdup("foo-value")); in main() 272 htable_enter(table, "bar-name", mystrdup("bar-value")); in main()
|
| D | dict_open.c | 457 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()
|
| D | nvtable.c | 120 ht = htable_enter(table, key, (void *) 0); in nvtable_update()
|
| D | htable.h | 36 extern HTABLE_INFO *htable_enter(HTABLE *, const char *, void *);
|
| D | htable.c | 229 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()
|
| D | known_tcp_ports.c | 87 (void) htable_enter(known_tcp_ports, name, mystrdup(port)); in add_known_tcp_port()
|
| D | dict_ht.c | 114 ht = htable_enter(dict_ht->table, name, (void *) 0); in dict_ht_update()
|
| D | mac_expand.c | 535 (void) htable_enter(mac_exp_ext_table, in mac_expand_add_relop() 820 htable_enter(table, name, value ? mystrdup(value) : 0); in main()
|
| D | ctable.c | 166 entry->key = htable_enter(cache->table, key, (void *) entry)->key; in ctable_locate()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/local/ |
| D | forward.c | 243 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/ |
| D | smtp_unalias.c | 97 htable_enter(cache, name, result = vstring_export(fqdn)); in smtp_unalias_name()
|
| D | smtp_reuse.c | 212 htable_enter(state->cache_used, STR(iter->addr), (void *) 0); in smtp_reuse_common()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/postconf/ |
| D | postconf_unused.c | 111 (void) htable_enter(pcf_depr_param_table, dp->name, (void *) dp); in pcf_init_depr_params()
|
| D | postconf.h | 113 htable_enter((table), (name), (char *) pcf_make_param_node((flags), \
|
| /netbsd/src/external/ibm-public/postfix/dist/src/qmgr/ |
| D | qmgr_peer.c | 88 htable_enter(job->peer_byname, queue->name, (void *) peer); in qmgr_peer_create()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/postscreen/ |
| D | postscreen_dnsbl.c | 274 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()
|
| D | postscreen_state.c | 208 (void) htable_enter(psc_client_concurrency, client_addr, in psc_new_session_state()
|