Home
last modified time | relevance | path

Searched refs:htable_create (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_transport.c471 transport->queue_byname = htable_create(0); in qmgr_transport_create()
473 transport->job_byname = htable_create(0); in qmgr_transport_create()
491 qmgr_transport_byname = htable_create(10); in qmgr_transport_create()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Drecv_pass_attr.c81 ATTR_TYPE_HASH, *attr = htable_create(1), in recv_pass_attr()
H A Dnvtable.h25 #define nvtable_create(size) htable_create(size)
H A Dhtable.h35 extern HTABLE *htable_create(ssize_t);
H A Dhtable.c196 HTABLE *htable_create(ssize_t size) in htable_create() function
412 hash = htable_create(10); in main()
H A Ddict_ht.c170 dict_ht->table = htable_create(0); in dict_ht_open()
H A Dknown_tcp_ports.c84 known_tcp_ports = htable_create(10); in add_known_tcp_port()
H A Dmac_expand.c526 mac_exp_ext_table = htable_create(10); in mac_expand_add_relop()
807 table = htable_create(0); in main()
H A Dattr_print_plain.c222 HTABLE *table = htable_create(1); in main()
H A Dattr_print0.c226 HTABLE *table = htable_create(1); in main()
H A Dattr_print64.c267 HTABLE *table = htable_create(1); in main()
H A Ddict_open.c454 dict_open_hash = htable_create(10); in dict_open_init()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_transport.c448 transport->queue_byname = htable_create(0); in qmgr_transport_create()
459 qmgr_transport_byname = htable_create(10); in qmgr_transport_create()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_user.c376 pcf_rest_class_table = htable_create(1); in pcf_register_user_parameters()
399 masterp->valid_names = htable_create(1); in pcf_register_user_parameters()
H A Dpostconf.h101 #define PCF_PARAM_TABLE_CREATE(size) htable_create(size);
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dforward.c117 forward_dt = htable_create(0); in forward_init()
238 table_snd = htable_create(0); in forward_append()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_unalias.c82 cache = htable_create(10); in smtp_unalias_name()
H A Dsmtp_state.c83 state->cache_used = htable_create(1); in smtp_state_alloc()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dscache_multi.c490 sp->dest_cache = htable_create(1); in scache_multi_create()
491 sp->endp_cache = htable_create(1); in scache_multi_create()
H A Dheader_opts.c111 header_hash = htable_create(HEADER_OPTS_SIZE); in header_opts_init()
H A Dbeen_here.c135 dup_filter->table = htable_create(0); in been_here_init()
H A Ddelivered_hdr.c135 info->table = htable_create(0); in delivered_hdr_init()
H A Dmap_search.c109 map_search_table = htable_create(100); in map_search_init()
/netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dtlsmgrmem.c90 tls_cache = htable_create(1); in tls_mgr_policy()
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c609 dnsbl_site_cache = htable_create(13); in psc_dnsbl_init()
618 dnsbl_score_cache = htable_create(13); in psc_dnsbl_init()

12