Searched refs:BINHASH_INFO (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | binhash.c | 177 BINHASH_INFO **_h = table->data + binhash_hash(elm->key, elm->key_len, table->size);\ 189 BINHASH_INFO **h; in binhash_size() 193 table->data = h = (BINHASH_INFO **) mymalloc(size * sizeof(BINHASH_INFO *)); in binhash_size() 217 BINHASH_INFO *ht; in binhash_grow() 218 BINHASH_INFO *next; in binhash_grow() 220 BINHASH_INFO **h = table->data; in binhash_grow() 221 BINHASH_INFO **old_entries = h; in binhash_grow() 236 BINHASH_INFO *binhash_enter(BINHASH *table, const void *key, ssize_t key_len, void *value) in binhash_enter() 238 BINHASH_INFO *ht; in binhash_enter() 242 ht = (BINHASH_INFO *) mymalloc(sizeof(BINHASH_INFO)); in binhash_enter() [all …]
|
| D | binhash.h | 18 typedef struct BINHASH_INFO { struct 22 struct BINHASH_INFO *next; /* colliding entry */ argument 23 struct BINHASH_INFO *prev; /* colliding entry */ argument 24 } BINHASH_INFO; typedef 31 BINHASH_INFO **data; /* entries array, auto-resized */ 32 BINHASH_INFO **seq_bucket; /* current sequence hash bucket */ 33 BINHASH_INFO **seq_element; /* current sequence element */ 37 extern BINHASH_INFO *binhash_enter(BINHASH *, const void *, ssize_t, void *); 38 extern BINHASH_INFO *binhash_locate(BINHASH *, const void *, ssize_t); 42 extern void binhash_walk(BINHASH *, void (*) (BINHASH_INFO *, void *), void *); [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/src/master/ |
| D | master_spawn.c | 354 BINHASH_INFO **list; in master_delete_children() 355 BINHASH_INFO **info; in master_delete_children()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | dict_ldap.c | 206 BINHASH_INFO *ht; /* hash entry for LDAP connection */ 1464 BINHASH_INFO *ht = dict_ldap->ht; in dict_ldap_close()
|