Searched defs:htab (Results 1 – 3 of 3) sorted by relevance
115 typedef struct htab { /* Memory resident data structure */ struct116 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 …]
87 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()
55 static struct hsearch_data htab; variable