Searched defs:_hist_state (Results 1 – 1 of 1) sorted by relevance
56 typedef struct _hist_state { struct57 HIST_ENTRY **entries; /* Pointer to the entries themselves. */58 int offset; /* The location pointer within this array. */59 int length; /* Number of elements within this array. */60 int size; /* Number of slots allocated to this array. */61 int flags;