Home
last modified time | relevance | path

Searched refs:StatCell (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Ddbstat.c89 typedef struct StatCell StatCell; typedef
92 struct StatCell { struct
112 StatCell *aCell; /* Array of parsed cells */ argument
439 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()