OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hsearch_data
(Results
1 - 3
of
3
) sorted by relevancy
/src/include/
search.h
27
struct
hsearch_data
{
struct
66
int hcreate_r(size_t, struct
hsearch_data
*);
67
void hdestroy_r(struct
hsearch_data
*);
68
void hdestroy1_r(struct
hsearch_data
*, void (*)(void *), void (*)(void *));
69
int hsearch_r(ENTRY, ACTION, ENTRY **, struct
hsearch_data
*);
/src/lib/libc/stdlib/
hcreate.c
86
static struct
hsearch_data
htable;
102
hcreate_r(size_t nel, struct
hsearch_data
*head)
154
hdestroy1_r(struct
hsearch_data
*head, void (*freekey)(void *),
184
hdestroy_r(struct
hsearch_data
*head)
199
hsearch_r(ENTRY item, ACTION action, ENTRY **itemp, struct
hsearch_data
*head)
/src/tests/lib/libc/stdlib/
t_hsearch.c
244
struct
hsearch_data
t;
291
struct
hsearch_data
t;
326
struct
hsearch_data
t;
348
struct
hsearch_data
t;
Completed in 33 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025