Home
last modified time | relevance | path

Searched defs:htab (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dhash.h115 typedef struct htab { /* Memory resident data structure */ struct
116 HASHHDR hdr; /* Header */
117 int nsegs; /* Number of allocated segments */
118 int exsegs; /* Number of extra allocated
121 (*hash)(const void *, size_t);
122 int flags; /* Flag values */
123 int fp; /* File pointer */
124 char *tmp_buf; /* Temporary Buffer for BIG data */
125 char *tmp_key; /* Temporary Buffer for BIG keys */
126 BUFHEAD *cpage; /* Current page */
[all …]
Dhcreate_r.c87 hcreate_r(size_t nel, struct hsearch_data *htab) in hcreate_r()
129 hdestroy_r(struct hsearch_data *htab) in hdestroy_r()
153 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) in hsearch_r()
Dhcreate.c55 static struct hsearch_data htab; variable