| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | htable.c | 170 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 D | htable.h | 18 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 D | known_tcp_ports.c | 95 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 D | dict.c | 579 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 D | dict_ht.c | 99 HTABLE_INFO *ht; in dict_ht_update() 126 HTABLE_INFO *ht; in dict_ht_sequence()
|
| H A D | attr_print_plain.c | 121 HTABLE_INFO **ht_info_list; in attr_vprint_plain() 122 HTABLE_INFO **ht; in attr_vprint_plain()
|
| H A D | attr_print0.c | 120 HTABLE_INFO **ht_info_list; in attr_vprint0() 121 HTABLE_INFO **ht; in attr_vprint0()
|
| H A D | attr_print64.c | 155 HTABLE_INFO **ht_info_list; in attr_vprint64() 156 HTABLE_INFO **ht; in attr_vprint64()
|
| H A D | dict_open.c | 567 HTABLE_INFO **ht_info; in dict_mapnames() 568 HTABLE_INFO **ht; in dict_mapnames()
|
| H A D | dict_sockmap.c | 109 HTABLE_INFO *client_info; /* shared endpoint name and handle */ 317 HTABLE_INFO *client_info; in dict_sockmap_open()
|
| H A D | nvtable.h | 23 typedef struct HTABLE_INFO NVTABLE_INFO;
|
| H A D | attr_scan0.c | 533 HTABLE_INFO **ht_info_list; in main() 534 HTABLE_INFO **ht; in main()
|
| H A D | attr_scan64.c | 602 HTABLE_INFO **ht_info_list; in main() 603 HTABLE_INFO **ht; in main()
|
| H A D | attr_scan_plain.c | 580 HTABLE_INFO **ht_info_list; in main() 581 HTABLE_INFO **ht; in main()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/local/ |
| H A D | forward.c | 353 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 D | postscreen_dnsbl.c | 117 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 D | postscreen_state.c | 226 HTABLE_INFO *ht; in psc_free_session_state()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| H A D | tlsmgrmem.c | 115 HTABLE_INFO *ent; in tls_mgr_update()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | header_opts.c | 127 HTABLE_INFO *ht; in header_drop_init()
|
| H A D | delivered_hdr.c | 180 HTABLE_INFO *ht; in delivered_hdr_find()
|
| H A D | dynamicmaps.c | 184 HTABLE_INFO **ht_list, **ht; in dymap_list()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
| H A D | postconf_edit.c | 167 HTABLE_INFO **ht_info; in pcf_edit_main() 168 HTABLE_INFO **ht; in pcf_edit_main()
|
| H A D | postconf.h | 94 #define PCF_PARAM_INFO HTABLE_INFO
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
| H A D | smtpd_check.c | 5929 HTABLE_INFO *entry; in rest_class()
|