Searched refs:pCell (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | dbstat.c | 444 StatCell *pCell = &p->aCell[i]; in statDecodePage() local 465 pCell->nLocal = nLocal; in statDecodePage() 475 pCell->nOvfl = nOvfl; in statDecodePage() 481 u32 iPrev = pCell->aOvfl[j-1]; in statDecodePage() 610 StatCell *pCell = &p->aCell[p->iCell]; in statNext() local 611 while( pCell->iOvfl<pCell->nOvfl ){ in statNext() 619 if( pCell->iOvfl<pCell->nOvfl-1 ){ in statNext() 622 pCsr->nPayload += pCell->nLastOvfl; in statNext() 625 iOvfl = pCell->iOvfl; in statNext() 626 pCell->iOvfl++; in statNext() [all …]
|
| H A D | btree.c | 1206 pIter = pCell; in btreeParseCellPtr() 1467 assert( pCell!=0 ); in ptrmapPutOvflPtr() 1471 if( SQLITE_WITHIN(pSrc->aDataEnd, pCell, pCell+info.nLocal) ){ in ptrmapPutOvflPtr() 5732 nCell = pCell[0]; in indexCellCompare() 7313 pCell = &pTmp[pCell - aData]; in rebuildPage() 7583 pCell = &pTmp[pCell - aData]; in editPage() 7697 while( (*(pCell++)&0x80) && pCell<pStop ); in balance_quick() 7699 while( ((*(pOut++) = *(pCell++))&0x80) && pCell<pStop ); in balance_quick() 8436 u8 *pCell; in balance_nonroot() local 8463 pCell -= 4; in balance_nonroot() [all …]
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 817 p += writeInt64(p, pCell->iRowid); in nodeOverwriteCell() 958 pCoord = pCell->aCoord; in nodeGetCell() 2161 cellUnion(pRtree, &cell, pCell); in cellGrowth() 2283 cellUnion(pRtree, &cell, pCell); in AdjustTree() 2547 cellUnion(pRtree, pBbox, pCell); in splitNodeStartree() 2582 RtreeCell *pCell, in SplitNode() argument 2681 if( iRowid==pCell->iRowid ){ in SplitNode() 2873 RtreeCell *pCell, in Reinsert() argument 2939 if( p->iRowid==pCell->iRowid ){ in Reinsert() 2978 RtreeCell *pCell, in rtreeInsertCell() argument [all …]
|