Searched refs:StatCell (Results 1 – 1 of 1) sorted by relevance
89 typedef struct StatCell StatCell; typedef92 struct StatCell { struct112 StatCell *aCell; /* Array of parsed cells */ argument439 p->aCell = sqlite3_malloc64((p->nCell+1) * sizeof(StatCell)); in statDecodePage()441 memset(p->aCell, 0, (p->nCell+1) * sizeof(StatCell)); in statDecodePage()444 StatCell *pCell = &p->aCell[i]; in statDecodePage()610 StatCell *pCell = &p->aCell[p->iCell]; in statNext()