Searched refs:StatCell (Results 1 – 1 of 1) sorted by relevance
231458 typedef struct StatCell StatCell; typedef231461 struct StatCell { struct231481 StatCell *aCell; /* Array of parsed cells */ argument231811 p->aCell = sqlite3_malloc64((p->nCell+1) * sizeof(StatCell));231813 memset(p->aCell, 0, (p->nCell+1) * sizeof(StatCell));231816 StatCell *pCell = &p->aCell[i];231982 StatCell *pCell = &p->aCell[p->iCell];