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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c209142 nodeZero(Rtree *pRtree, RtreeNode *p) argument
209159 nodeHashLookup(Rtree *pRtree, i64 iNode) argument
209168 nodeHashInsert(Rtree *pRtree, RtreeNode *pNode) argument
209179 nodeHashDelete(Rtree *pRtree, RtreeNode *pNode) argument
209195 nodeNew(Rtree *pRtree, RtreeNode *pParent) argument
209213 nodeBlobReset(Rtree *pRtree) argument
209224 nodeAcquire( Rtree *pRtree, i64 iNode, RtreeNode *pParent, RtreeNode **ppNode ) argument
209335 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
209353 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
209368 nodeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
209392 nodeWrite(Rtree *pRtree, RtreeNode *pNode) argument
209418 nodeRelease(Rtree *pRtree, RtreeNode *pNode) argument
209447 nodeGetRowid( Rtree *pRtree, RtreeNode *pNode, int iCell ) argument
209459 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
209473 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
209530 rtreeReference(Rtree *pRtree) argument
209538 rtreeRelease(Rtree *pRtree) argument
209571 Rtree *pRtree = (Rtree *)pVtab; local
209600 Rtree *pRtree = (Rtree *)pVTab; local
209620 Rtree *pRtree = (Rtree *)(pCsr->base.pVtab); local
209648 Rtree *pRtree = (Rtree *)(cur->pVtab); local
209883 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument
209906 nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex) argument
210137 Rtree *pRtree = RTREE_OF_CURSOR(pCur); local
210249 Rtree *pRtree = (Rtree *)cur->pVtab; local
210302 findLeafNode( Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf, sqlite3_int64 *piNode ) argument
210363 Rtree *pRtree = (Rtree *)pVtabCursor->pVtab; local
210525 Rtree *pRtree = (Rtree*)tab; local
210618 cellArea(Rtree *pRtree, RtreeCell *p) argument
210648 cellMargin(Rtree *pRtree, RtreeCell *p) argument
210661 cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2) argument
210682 cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2) argument
210700 cellOverlap( Rtree *pRtree, RtreeCell *p, RtreeCell *aCell, int nCell ) argument
210732 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
210806 AdjustTree( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
210844 rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode) argument
210854 parentWrite(Rtree *pRtree, sqlite3_int64 iNode, sqlite3_int64 iPar) argument
210876 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
210935 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
211033 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
211057 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
211205 fixLeafParent(Rtree *pRtree, RtreeNode *pLeaf) argument
211240 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
211290 fixBoundingBox(Rtree *pRtree, RtreeNode *pNode) argument
211317 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
211352 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
211382 reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode) argument
211411 rtreeNewRowid(Rtree *pRtree, i64 *piRowid) argument
211424 rtreeDeleteRowid(Rtree *pRtree, sqlite3_int64 iDelete) argument
211552 rtreeConstraintError(Rtree *pRtree, int iCol) argument
211596 Rtree *pRtree = (Rtree *)pVtab; local
211738 Rtree *pRtree = (Rtree *)pVtab; local
211749 Rtree *pRtree = (Rtree *)pVtab; local
211759 Rtree *pRtree = (Rtree *)pVtab; local
211792 Rtree *pRtree = (Rtree *)pVtab; local
211806 rtreeQueryStat1(sqlite3 *db, Rtree *pRtree) argument
211882 rtreeSqlInit( Rtree *pRtree, sqlite3 *db, const char *zDb, const char *zPrefix, int isCreate ) argument
212045 getNodeSize( sqlite3 *db, Rtree *pRtree, int isCreate, char **pzErr ) argument
212111 Rtree *pRtree; local
212712 Rtree *pRtree = (Rtree*)pVtab; local
214039 Rtree *pRtree; local
214161 Rtree *pRtree = (Rtree *)pVtabCursor->pVtab; local
214342 Rtree *pRtree = (Rtree *)cur->pVtab; local
214402 Rtree *pRtree = (Rtree *)pVtab; local
[all...]

Completed in 590 milliseconds