Home
last modified time | relevance | path

Searched refs:HTABLE_INFO (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dhtable.c170 HTABLE_INFO **_h = table->data + htable_hash(element->key, table->size);\
182 HTABLE_INFO **h; in htable_size()
186 table->data = h = (HTABLE_INFO **) mymalloc(size * sizeof(HTABLE_INFO *)); in htable_size()
210 HTABLE_INFO *ht; in htable_grow()
211 HTABLE_INFO *next; in htable_grow()
213 HTABLE_INFO **h = table->data; in htable_grow()
214 HTABLE_INFO **old_entries = h; in htable_grow()
229 HTABLE_INFO *htable_enter(HTABLE *table, const char *key, void *value) in htable_enter()
231 HTABLE_INFO *ht; in htable_enter()
235 ht = (HTABLE_INFO *) mymalloc(sizeof(HTABLE_INFO)); in htable_enter()
[all …]
H A Dhtable.h18 typedef struct HTABLE_INFO { struct
21 struct HTABLE_INFO *next; /* colliding entry */ argument
22 struct HTABLE_INFO *prev; /* colliding entry */ argument
23 } HTABLE_INFO; typedef
30 HTABLE_INFO **data; /* entries array, auto-resized */
31 HTABLE_INFO **seq_bucket; /* current sequence hash bucket */
32 HTABLE_INFO **seq_element; /* current sequence element */
36 extern HTABLE_INFO *htable_enter(HTABLE *, const char *, void *);
37 extern HTABLE_INFO *htable_locate(HTABLE *, const char *);
41 extern void htable_walk(HTABLE *, void (*) (HTABLE_INFO *, void *), void *);
[all …]
H A Dknown_tcp_ports.c95 HTABLE_INFO *ht; in filter_known_tcp_port()
118 HTABLE_INFO **ap = (HTABLE_INFO **) a; in compare_ht_keys()
119 HTABLE_INFO **bp = (HTABLE_INFO **) b; in compare_ht_keys()
128 HTABLE_INFO **list; in export_known_tcp_ports()
129 HTABLE_INFO **ht; in export_known_tcp_ports()
H A Ddict.c579 HTABLE_INFO **ht_info_list; in dict_walk()
580 HTABLE_INFO **ht; in dict_walk()
581 HTABLE_INFO *h; in dict_walk()
595 HTABLE_INFO **ht_info_list; in dict_changed_name()
596 HTABLE_INFO **ht; in dict_changed_name()
597 HTABLE_INFO *h; in dict_changed_name()
H A Ddict_ht.c99 HTABLE_INFO *ht; in dict_ht_update()
126 HTABLE_INFO *ht; in dict_ht_sequence()
H A Dattr_print_plain.c121 HTABLE_INFO **ht_info_list; in attr_vprint_plain()
122 HTABLE_INFO **ht; in attr_vprint_plain()
H A Dattr_print0.c120 HTABLE_INFO **ht_info_list; in attr_vprint0()
121 HTABLE_INFO **ht; in attr_vprint0()
H A Dattr_print64.c155 HTABLE_INFO **ht_info_list; in attr_vprint64()
156 HTABLE_INFO **ht; in attr_vprint64()
H A Ddict_open.c567 HTABLE_INFO **ht_info; in dict_mapnames()
568 HTABLE_INFO **ht; in dict_mapnames()
H A Ddict_sockmap.c109 HTABLE_INFO *client_info; /* shared endpoint name and handle */
317 HTABLE_INFO *client_info; in dict_sockmap_open()
H A Dnvtable.h23 typedef struct HTABLE_INFO NVTABLE_INFO;
H A Dattr_scan0.c533 HTABLE_INFO **ht_info_list; in main()
534 HTABLE_INFO **ht; in main()
H A Dattr_scan64.c602 HTABLE_INFO **ht_info_list; in main()
603 HTABLE_INFO **ht; in main()
H A Dattr_scan_plain.c580 HTABLE_INFO **ht_info_list; in main()
581 HTABLE_INFO **ht; in main()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dforward.c353 HTABLE_INFO **dt_list; in forward_finish()
354 HTABLE_INFO **dt; in forward_finish()
355 HTABLE_INFO **sn_list; in forward_finish()
356 HTABLE_INFO **sn; in forward_finish()
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c117 static HTABLE_INFO **dnsbl_site_list; /* flattened cache */
234 HTABLE_INFO *ht; in psc_dnsbl_add_site()
494 HTABLE_INFO **ht; in psc_dnsbl_request()
496 HTABLE_INFO *hash_node; in psc_dnsbl_request()
H A Dpostscreen_state.c226 HTABLE_INFO *ht; in psc_free_session_state()
/netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dtlsmgrmem.c115 HTABLE_INFO *ent; in tls_mgr_update()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dheader_opts.c127 HTABLE_INFO *ht; in header_drop_init()
H A Ddelivered_hdr.c180 HTABLE_INFO *ht; in delivered_hdr_find()
H A Ddynamicmaps.c184 HTABLE_INFO **ht_list, **ht; in dymap_list()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_edit.c167 HTABLE_INFO **ht_info; in pcf_edit_main()
168 HTABLE_INFO **ht; in pcf_edit_main()
H A Dpostconf.h94 #define PCF_PARAM_INFO HTABLE_INFO
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c5929 HTABLE_INFO *entry; in rest_class()