Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Dhcreate.c37 static struct hsearch_data global_hashtable; variable
53 hdestroy_r(&global_hashtable); in hdestroy()
65 if (hcreate_r(0, &global_hashtable) == 0) in hsearch()
69 if (hsearch_r(item, action, &retval, &global_hashtable) == 0) in hsearch()