Home
last modified time | relevance | path

Searched refs:hsearch_data (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/include/
Dsearch.h59 struct hsearch_data { struct
123 int hcreate_r(size_t __n, struct hsearch_data* _Nonnull __table) __INTRODUCED_IN(28);
131 void hdestroy_r(struct hsearch_data* _Nonnull __table) __INTRODUCED_IN(28);
142 …_entry, ACTION __action, ENTRY* _Nullable * _Nonnull __result, struct hsearch_data* _Nonnull __tab…
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dhdestroy_r.c35 hdestroy_r(struct hsearch_data *htab) in hdestroy_r()
Dhcreate.c40 static struct hsearch_data global_hashtable;
Dhcreate_r.c35 hcreate_r(size_t nel, struct hsearch_data *htab) in hcreate_r()
Dhsearch_r.c76 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) in hsearch_r()
/bionic/tests/
Dsearch_test.cpp263 hsearch_data h1 = {}; in TEST()
266 hsearch_data h2 = {}; in TEST()