Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c231458 typedef struct StatCell StatCell; typedef
231461 struct StatCell { struct
231481 StatCell *aCell; /* Array of parsed cells */ argument
231811 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];