Searched refs:iCell (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_stat.c97 int iCell; member in struct:StatPage
388 pCsr->aPage[0].iCell = 0;
400 while( p->iCell<p->nCell ){
401 StatCell *pCell = &p->aCell[p->iCell];
410 "%s%.3x+%.6x", p->zPath, p->iCell, pCell->iOvfl
423 p->iCell++;
426 while( !p->iRightChildPg || p->iCell>p->nCell ){
435 if( p->iCell==p->nCell ){
438 p[1].iPgno = p->aCell[p->iCell].iChildPg;
441 p[1].iCell
[all...]
H A Drecover.c1105 unsigned iCell; /* Current cell. */ member in struct:RecoverLeafCursor
1107 /* Info parsed from data in iCell. */
1144 pCursor->iCell = pCursor->nCells = 0;
1170 pCursor->iCell = 0;
1292 /* Setup the cursor for reading the information from cell iCell. */
1297 unsigned iCellOffset; /* Offset of current cell (iCell). */
1299 unsigned nCellMaxBytes; /* Maximum local size of iCell. */
1300 unsigned iEndOffset; /* End of iCell's in-page data. */
1302 u64 iRowid; /* iCell's rowid (in table). */
1311 assert( pCursor->iCell<pCurso
[all...]
H A Dbtree.c859 static u8 *findOverflowCell(MemPage *pPage, int iCell){ argument
867 if( k<=iCell ){
868 if( k==iCell ){
871 iCell--;
874 return findCell(pPage, iCell);
952 #define parseCell(pPage, iCell, pInfo) \
953 btreeParseCellPtr((pPage), findCell((pPage), (iCell)), (pInfo))
956 int iCell, /* The cell index. First cell is 0 */
959 parseCell(pPage, iCell, pInfo);
1024 static u16 cellSize(MemPage *pPage, int iCell){ argument
954 btreeParseCell( MemPage *pPage, int iCell, CellInfo *pInfo ) argument
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c213 int iCell; /* Index of current cell in pNode */ member in struct:RtreeCursor
550 ** Overwrite cell iCell of node pNode with the contents of pCell.
556 int iCell
559 u8 *p = &pNode->zData[4 + pRtree->nBytesPerCell*iCell];
568 ** Remove cell the cell with index iCell from node pNode.
570 static void nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell){ argument
571 u8 *pDst = &pNode->zData[4 + pRtree->nBytesPerCell*iCell];
573 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell;
660 ** Return the 64-bit integer value associated with cell iCell of
667 int iCell
676 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
690 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
1567 int iCell; local
1657 int iCell; local
2245 int iCell; local
2344 int iCell; local
2416 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
2651 int iCell; /* Index of iDelete cell in pLeaf */ local
[all...]
H A Dviewrtree.tcl158 proc cell_report {db zTab iParent iCell} {
160 set cell [lindex $data $iCell]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c47978 findOverflowCell(MemPage *pPage, int iCell) argument
48073 btreeParseCell( MemPage *pPage, int iCell, CellInfo *pInfo ) argument
48143 cellSize(MemPage *pPage, int iCell) argument
111345 unsigned iCell; /* Current cell. */ member in struct:RecoverLeafCursor
124481 int iCell; /* Index of current cell in pNode */ member in struct:RtreeCursor
124838 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
124944 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
124958 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
125835 int iCell; local
125925 int iCell; local
126513 int iCell; local
126612 int iCell; local
126684 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
126919 int iCell; /* Index of iDelete cell in pLeaf */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c52451 findOverflowCell(MemPage *pPage, int iCell) argument
52545 btreeParseCell( MemPage *pPage, int iCell, CellInfo *pInfo ) argument
52615 cellSize(MemPage *pPage, int iCell) argument
144831 u8 iCell; /* Cell index within the node */ member in struct:RtreeSearchPoint
145259 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
145362 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
145376 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
146177 int iCell = 0; local
146502 int iCell; local
146559 int iCell; local
146942 int iCell; local
147041 int iCell; local
147113 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
147329 int iCell; /* Index of iDelete cell in pLeaf */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c52471 findOverflowCell(MemPage *pPage, int iCell) argument
52565 btreeParseCell( MemPage *pPage, int iCell, CellInfo *pInfo ) argument
52635 cellSize(MemPage *pPage, int iCell) argument
144863 u8 iCell; /* Cell index within the node */ member in struct:RtreeSearchPoint
145291 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
145394 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
145408 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
146209 int iCell = 0; local
146534 int iCell; local
146591 int iCell; local
146974 int iCell; local
147073 int iCell; local
147145 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
147361 int iCell; /* Index of iDelete cell in pLeaf */ local
[all...]

Completed in 1724 milliseconds