Searched defs:iHeight (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c186558 int iHeight; /* Height of this node in tree */ local
196992 fts3TreeFinishNode( SegmentNode *pTree, int iHeight, sqlite3_int64 iLeftChild ) argument
197018 fts3NodeWrite( Fts3Table *p, SegmentNode *pTree, int iHeight, sqlite3_int64 iLeaf, sqlite3_int64 iFree, sqlite3_int64 *piLast, char **paRoot, int *pnRoot ) argument
199453 fts3StartNode(Blob *pNode, int iHeight, sqlite3_int64 iChild) argument
210732 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
211240 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
211317 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
234816 int iHeight; /* Distance to tree leaf nodes */ member in struct:Fts5ExprNode
246870 int iSegid, iHeight, iPgno, bDlidx, bTomb; /* Rowid compenents */ local
247097 int iSegid,iHeight,iPgno,bDlidx;/* Rowid components */ local
[all...]

Completed in 791 milliseconds