Home
last modified time | relevance | path

Searched defs:iChild (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/tool/
H A Doffsets.c228 int iChild; in ofstWalkInteriorPage() local
/sqlite-3.40.0/ext/misc/
H A Dscrub.c380 u32 iChild; in scrubBackupBtree() local
/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c551 sqlite3_int64 iChild = 0; in decodeSegment() local
/sqlite-3.40.0/src/
H A Dfkey.c415 int iChild = sqlite3TableColumnToStorage(pFKey->pFrom,aiCol[i]) in fkLookupParent() local
H A Dwhereexpr.c471 static void markTermAsChild(WhereClause *pWC, int iChild, int iParent){ in markTermAsChild()
H A Dbtree.c5279 static void assertParentIndex(MemPage *pParent, int iIdx, Pgno iChild){ in assertParentIndex()
7053 Pgno iChild, /* If non-zero, replace first 4 bytes with this value */ in insertCell()
10227 Pgno iChild, /* Child page number */ in checkPtrmap()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c3737 sqlite3_int64 iChild; /* Pointer to child node */ member
4588 static void fts3StartNode(Blob *pNode, int iHeight, sqlite3_int64 iChild){ in fts3StartNode()
H A Dfts3.c1901 u64 iChild; /* Block id of child node to descend to */ in fts3ScanInteriorNode() local
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c1952 i64 iChild = sqlite3_column_int(pLaf->pAllAndParent, 1); in recoverLostAndFound2Step() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c1271 int iChild; in fts5ExprNodeTest_AND() local
/sqlite-3.40.0/ext/rtree/
H A Drtree.c3104 i64 iChild = nodeGetRowid(pRtree, pRoot, 0); in rtreeDeleteRowid() local