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

/external/chromium_org/third_party/sqlite/src/src/
H A Drecover.c624 unsigned iChild; /* Index of next child to return. */ member in struct:RecoverInteriorCursor
655 pCursor->iChild = 0;
698 /* Internal helper. Return the child page number at iChild. */
704 assert( pCursor->iChild<pCursor->nChildren );
708 if( pCursor->iChild==pCursor->nChildren-1 ){
718 iCellOffset = decodeUnsigned16(pCellOffsets + pCursor->iChild*2);
734 while( pCursor && pCursor->iChild>=pCursor->nChildren ){
774 while( pCursor->iChild<pCursor->nChildren ){
776 pCursor->iChild++;
H A Dfkey.c393 int iChild = aiCol[i]+1+regData; local
395 sqlite3VdbeAddOp3(v, OP_Ne, iChild, iJump, iParent);
H A Dbtree.c4131 ** asserts that page number iChild is the left-child if the iIdx'th
4133 ** cells in pParent, that page number iChild is the right-child of
4136 static void assertParentIndex(MemPage *pParent, int iIdx, Pgno iChild){ argument
4139 assert( get4byte(&pParent->aData[pParent->hdrOffset+8])==iChild );
4141 assert( get4byte(findCell(pParent, iIdx))==iChild );
5447 Pgno iChild, /* If non-zero, replace first 4 bytes with this value */
5458 int nSkip = (iChild ? 4 : 0);
5471 assert( sz==cellSizePtr(pPage, pCell) || (sz==8 && iChild>0) );
5477 if( iChild ){
5478 put4byte(pCell, iChild);
5441 insertCell( MemPage *pPage, int i, u8 *pCell, int sz, u8 *pTemp, Pgno iChild, int *pRC ) argument
7457 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent, char *zContext ) argument
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c1198 sqlite3_int64 iChild; /* Block id of child node to descend to */ local
1202 ** node into variable iChild.
1213 zCsr += sqlite3Fts3GetVarint(zCsr, &iChild);
1214 zCsr += sqlite3Fts3GetVarint(zCsr, &iChild);
1260 ** headed by node iChild are smaller than zTerm. No need to search
1261 ** iChild.
1264 ** the tree headed by iChild may contain the specified term.
1268 *piFirst = iChild;
1273 *piLast = iChild;
1277 iChild
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c2696 i64 iChild = nodeGetRowid(pRtree, pRoot, 0); local
2697 rc = nodeAcquire(pRtree, iChild, pRoot, &pChild);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c51255 assertParentIndex(MemPage *pParent, int iIdx, Pgno iChild) argument
52560 insertCell( MemPage *pPage, int i, u8 *pCell, int sz, u8 *pTemp, Pgno iChild, int *pRC ) argument
54576 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent, char *zContext ) argument
83685 int iChild = aiCol[i]+1+regData; local
110870 unsigned iChild; /* Index of next child to return. */ member in struct:RecoverInteriorCursor
114259 sqlite3_int64 iChild; /* Block id of child node to descend to */ local
126964 i64 iChild = nodeGetRowid(pRtree, pRoot, 0); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57263 insertCell( MemPage *pPage, int i, u8 *pCell, int sz, u8 *pTemp, Pgno iChild, int *pRC ) argument
59366 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent, char *zContext ) argument
93825 int iChild = aiCol[i]+1+regData; local
128573 sqlite3_int64 iChild; /* Block id of child node to descend to */ local
140356 sqlite3_int64 iChild; /* Pointer to child node */ member in struct:NodeReader
141174 fts3StartNode(Blob *pNode, int iHeight, sqlite3_int64 iChild) argument
147374 i64 iChild = nodeGetRowid(pRtree, pRoot, 0); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57283 insertCell( MemPage *pPage, int i, u8 *pCell, int sz, u8 *pTemp, Pgno iChild, int *pRC ) argument
59386 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent, char *zContext ) argument
93845 int iChild = aiCol[i]+1+regData; local
128593 sqlite3_int64 iChild; /* Block id of child node to descend to */ local
140388 sqlite3_int64 iChild; /* Pointer to child node */ member in struct:NodeReader
141206 fts3StartNode(Blob *pNode, int iHeight, sqlite3_int64 iChild) argument
147406 i64 iChild = nodeGetRowid(pRtree, pRoot, 0); local
[all...]

Completed in 546 milliseconds