HomeSort by: relevance | last modified time | path
    Searched refs:HTABLE_INFO (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/src/util/
htable.h 18 typedef struct HTABLE_INFO {
21 struct HTABLE_INFO *next; /* colliding entry */
22 struct HTABLE_INFO *prev; /* colliding entry */
23 } HTABLE_INFO;
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...]
htable.c 17 /* } HTABLE_INFO;
22 /* HTABLE_INFO *htable_enter(table, key, value)
31 /* HTABLE_INFO *htable_locate(table, key)
46 /* void (*action)(HTABLE_INFO *, void *ptr);
49 /* HTABLE_INFO **htable_list(table)
52 /* HTABLE_INFO *htable_sequence(table, how)
169 HTABLE_INFO **_h = table->data + htable_hash(element->key, table->size);\
181 HTABLE_INFO **h;
185 table->data = h = (HTABLE_INFO **) mymalloc(size * sizeof(HTABLE_INFO *));
    [all...]
known_tcp_ports.c 95 HTABLE_INFO *ht;
118 HTABLE_INFO **ap = (HTABLE_INFO **) a;
119 HTABLE_INFO **bp = (HTABLE_INFO **) b;
128 HTABLE_INFO **list;
129 HTABLE_INFO **ht;
nvtable.h 23 typedef struct HTABLE_INFO NVTABLE_INFO;
dict.c 619 HTABLE_INFO **ht_info_list;
620 HTABLE_INFO **ht;
621 HTABLE_INFO *h;
635 HTABLE_INFO **ht_info_list;
636 HTABLE_INFO **ht;
637 HTABLE_INFO *h;
attr_print0.c 120 HTABLE_INFO **ht_info_list;
121 HTABLE_INFO **ht;
attr_print_plain.c 121 HTABLE_INFO **ht_info_list;
122 HTABLE_INFO **ht;
dict_ht.c 99 HTABLE_INFO *ht;
126 HTABLE_INFO *ht;
attr_print64.c 155 HTABLE_INFO **ht_info_list;
156 HTABLE_INFO **ht;
dict_open.c 623 HTABLE_INFO **ht_info;
624 HTABLE_INFO **ht;
dict_sockmap.c 109 HTABLE_INFO *client_info; /* shared endpoint name and handle */
318 HTABLE_INFO *client_info;
attr_scan0.c 533 HTABLE_INFO **ht_info_list;
534 HTABLE_INFO **ht;
attr_scan_plain.c 580 HTABLE_INFO **ht_info_list;
581 HTABLE_INFO **ht;
attr_scan64.c 602 HTABLE_INFO **ht_info_list;
603 HTABLE_INFO **ht;
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_unused.c 159 HTABLE_INFO **ap = (HTABLE_INFO **) a;
160 HTABLE_INFO **bp = (HTABLE_INFO **) b;
245 HTABLE_INFO **ht_info;
246 HTABLE_INFO **ht;
postconf_edit.c 158 HTABLE_INFO **ap = (HTABLE_INFO **) a;
159 HTABLE_INFO **bp = (HTABLE_INFO **) b;
183 HTABLE_INFO **ht_info;
184 HTABLE_INFO **ht;
postconf.h 99 #define PCF_PARAM_INFO HTABLE_INFO
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
tlsmgrmem.c 115 HTABLE_INFO *ent;
  /src/external/ibm-public/postfix/dist/src/local/
forward.c 358 HTABLE_INFO **dt_list;
359 HTABLE_INFO **dt;
360 HTABLE_INFO **sn_list;
361 HTABLE_INFO **sn;
  /src/external/ibm-public/postfix/dist/src/proxymap/
proxymap.c 365 HTABLE_INFO *ht;
854 HTABLE_INFO **ap = (HTABLE_INFO **) a;
855 HTABLE_INFO **bp = (HTABLE_INFO **) b;
864 HTABLE_INFO **ht_info, **ht;
  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_dnsbl.c 117 static HTABLE_INFO **dnsbl_site_list; /* flattened cache */
234 HTABLE_INFO *ht;
494 HTABLE_INFO **ht;
496 HTABLE_INFO *hash_node;
postscreen_state.c 226 HTABLE_INFO *ht;
  /src/external/ibm-public/postfix/dist/src/global/
header_opts.c 132 HTABLE_INFO *ht;
delivered_hdr.c 180 HTABLE_INFO *ht;
dynamicmaps.c 184 HTABLE_INFO **ht_list, **ht;

Completed in 30 milliseconds

1 2