Home
last modified time | relevance | path

Searched defs:pChild (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dvtshim.c46 sqlite3_vtab *pChild; /* Child virtual table */ member
56 sqlite3_vtab_cursor *pChild; /* Cursor generated by the managed subclass */ member
/sqlite-3.40.0/ext/rtree/
H A Drtree.c2217 RtreeNode *pChild = 0; in ChooseLeaf() local
2564 RtreeNode *pChild = nodeHashLookup(pRtree, iRowid); in updateMapping() local
2729 RtreeNode *pChild = pLeaf; in fixLeafParent() local
2983 RtreeNode *pChild = nodeHashLookup(pRtree, pCell->iRowid); in rtreeInsertCell() local
3103 RtreeNode *pChild = 0; in rtreeDeleteRowid() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c1224 Fts5ExprNode *pChild = pNode->apChild[i]; in fts5ExprNodeTest_OR() local
1281 Fts5ExprNode *pChild = pAnd->apChild[iChild]; in fts5ExprNodeTest_AND() local
1442 Fts5ExprNode *pChild = pNode->apChild[i]; in fts5ExprNodeFirst() local
H A Dfts5_index.c1423 Fts5DlidxLvl *pChild = &pLvl[-1]; in fts5DlidxIterLast() local
/sqlite-3.40.0/src/
H A Dbtree.c8653 MemPage *pChild = 0; /* Pointer to a new child page */ in balance_deeper() local