Searched refs:strhash_entry_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dstrhash.c75 } strhash_entry_t; typedef in typeref:struct:strhash_entry
80 strhash_entry_t **bins;
84 static strhash_entry_t *find_entry(strhash_entry_t *entry, const char *key,
86 static strhash_entry_t *new_entry(const char *key, void *value);
125 strhash_entry_t *bin = hash->bins[i];
126 strhash_entry_t *next;
143 strhash_entry_t *entry;
179 strhash_entry_t *entry;
214 static strhash_entry_t *
[all...]

Completed in 1642 milliseconds