Searched defs:extendable (Results 1 – 1 of 1) sorted by relevance
221 struct extendable { struct222 char *arena; /* Will hold hash key strings, resized as needed */223 STRLEN asiz; /* Size of aforementioned buffer */224 char *aptr; /* Arena pointer, for in-place read/write ops */225 char *aend; /* First invalid address */