Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddbstat.c112 StatCell *aCell; /* Array of parsed cells */ member
306 if( p->aCell ){ in statClearCells()
308 sqlite3_free(p->aCell[i].aOvfl); in statClearCells()
310 sqlite3_free(p->aCell); in statClearCells()
313 p->aCell = 0; in statClearCells()
440 if( p->aCell==0 ) return SQLITE_NOMEM_BKPT; 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()
661 p[1].iPgno = p->aCell[p->iCell].iChildPg; in statNext()
[all …]
/sqlite-3.40.0/ext/rtree/
H A Drtree.c2168 RtreeCell *aCell, in cellOverlap() argument
2219 RtreeCell *aCell = 0; in ChooseLeaf() local
2242 sqlite3_free(aCell); in ChooseLeaf()
2403 RtreeCell *aCell, in SortByDimension() argument
2459 RtreeCell *aCell, in splitNodeStartree() argument
2590 RtreeCell *aCell; in SplitNode() local
2603 if( !aCell ){ in SplitNode()
2712 sqlite3_free(aCell); in SplitNode()
2878 RtreeCell *aCell; in Reinsert() local
2901 if( !aCell ){ in Reinsert()
[all …]
H A Drtreedoc.test1292 set aCell [binary format WIIII {*}$cell]
1299 $aCell \
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c581 aCell++; in pageGetBtreeRef()
582 aCell += lsmVarintGet64(aCell, &iRef); in pageGetBtreeRef()
612 aCell += GETVARINT64(aCell, *piPtr); in pageGetBtreeKey()
618 aCell += GETVARINT64(aCell, iRef); in pageGetBtreeKey()
626 aCell += GETVARINT32(aCell, *pnKey); in pageGetBtreeKey()
5567 aCell += lsmVarintGet32(aCell, &iPgPtr); in sortedDumpPage()
5571 aCell += lsmVarintGet64(aCell, &iRef); in sortedDumpPage()
5575 aCell += lsmVarintGet32(aCell, &nKey); in sortedDumpPage()
5628 aCell += lsmVarintGet32(aCell, &iPgPtr); in infoCellDump()
5633 aCell += lsmVarintGet64(aCell, &iRef); in infoCellDump()
[all …]
/sqlite-3.40.0/ext/misc/
H A Dscrub.c382 u8 *aCell; in scrubBackupBtree() local
401 aCell = aTop + szHdr; in scrubBackupBtree()
432 pc = scrubBackupInt16(&aCell[i*2]); in scrubBackupBtree()