| hcreate.c | 86 static struct hsearch_data htable; variable in typeref:struct:hsearch_data 91 _DIAGASSERT(htable.table == NULL); 94 if (htable.table != NULL) { 98 return hcreate_r(nel, &htable); 143 _DIAGASSERT(htable.table != NULL); 144 hdestroy1_r(&htable, freekey, freedata); 193 _DIAGASSERT(htable.table != NULL); 194 (void)hsearch_r(item, action, &ep, &htable);
|