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