Home
last modified time | relevance | path

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

/misc/
A Dhsearch_r.c65 if (htab == NULL) in __hcreate_r()
72 if (htab->table != NULL) in __hcreate_r()
93 htab->size = nel; in __hcreate_r()
94 htab->filled = 0; in __hcreate_r()
97 htab->table = (_ENTRY *) calloc (htab->size + 1, sizeof (_ENTRY)); in __hcreate_r()
98 if (htab->table == NULL) in __hcreate_r()
114 if (htab == NULL) in weak_alias()
121 free (htab->table); in weak_alias()
124 htab->table = NULL; in weak_alias()
209 if (htab->filled == htab->size) in weak_alias()
[all …]
A Dhsearch.c21 static struct hsearch_data htab; variable
30 (void) __hsearch_r (item, action, &result, &htab); in hsearch()
39 return __hcreate_r (nel, &htab); in hcreate()
46 __hdestroy_r (&htab); in __hdestroy()

Completed in 6 milliseconds