Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/search/
Dhash.h108 typedef struct htab { /* Memory resident data structure */ struct
109 HASHHDR hdr; /* Header */
110 int nsegs; /* Number of allocated segments */
111 int exsegs; /* Number of extra allocated
114 (*hash)(const void *, size_t);
115 int flags; /* Flag values */
116 int fp; /* File pointer */
117 char *tmp_buf; /* Temporary Buffer for BIG data */
118 char *tmp_key; /* Temporary Buffer for BIG keys */
119 BUFHEAD *cpage; /* Current page */
[all …]
Dhcreate_r.c89 hcreate_r(size_t nel, struct hsearch_data *htab) in hcreate_r()
131 hdestroy_r(struct hsearch_data *htab) in hdestroy_r()
155 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) in hsearch_r()
Dhcreate.c57 static struct hsearch_data htab; variable