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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c127419 nodeZero(Rtree *pRtree, RtreeNode *p) argument
127439 nodeHashLookup(Rtree *pRtree, i64 iNode) argument
127448 nodeHashInsert(Rtree *pRtree, RtreeNode *pNode) argument
127459 nodeHashDelete(Rtree *pRtree, RtreeNode *pNode) argument
127475 nodeNew(Rtree *pRtree, RtreeNode *pParent) argument
127493 nodeAcquire( Rtree *pRtree, i64 iNode, RtreeNode *pParent, RtreeNode **ppNode ) argument
127581 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
127599 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
127615 nodeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
127640 nodeWrite(Rtree *pRtree, RtreeNode *pNode) argument
127666 nodeRelease(Rtree *pRtree, RtreeNode *pNode) argument
127693 nodeGetRowid( Rtree *pRtree, RtreeNode *pNode, int iCell ) argument
127705 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
127719 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
127769 rtreeReference(Rtree *pRtree) argument
127777 rtreeRelease(Rtree *pRtree) argument
127805 Rtree *pRtree = (Rtree *)pVtab; local
127869 Rtree *pRtree = (Rtree *)(cur->pVtab); local
127893 testRtreeGeom( Rtree *pRtree, RtreeConstraint *pConstraint, RtreeCell *pCell, int *pbRes ) argument
127921 testRtreeCell(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof) argument
127975 testRtreeEntry(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof) argument
128020 descendToCell( Rtree *pRtree, RtreeCursor *pCursor, int iHeight, int *pEof ) argument
128080 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) argument
128101 nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex) argument
128114 Rtree *pRtree = (Rtree *)(pVtabCursor->pVtab); local
128159 Rtree *pRtree = (Rtree *)pVtabCursor->pVtab; local
128172 Rtree *pRtree = (Rtree *)cur->pVtab; local
128199 findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf) argument
128267 Rtree *pRtree = (Rtree *)pVtabCursor->pVtab; local
128449 cellArea(Rtree *pRtree, RtreeCell *p) argument
128462 cellMargin(Rtree *pRtree, RtreeCell *p) argument
128474 cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2) argument
128493 cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2) argument
128511 cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell) argument
128521 cellOverlap( Rtree *pRtree, RtreeCell *p, RtreeCell *aCell, int nCell, int iExclude ) argument
128562 cellOverlapEnlargement( Rtree *pRtree, RtreeCell *p, RtreeCell *pInsert, RtreeCell *aCell, int nCell, int iExclude ) argument
128584 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
128677 AdjustTree( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
128706 rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode) argument
128716 parentWrite(Rtree *pRtree, sqlite3_int64 iNode, sqlite3_int64 iPar) argument
128730 LinearPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
128748 LinearPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
128810 QuadraticPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
128842 QuadraticPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
128958 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
129018 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
129120 splitNodeGuttman( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
129172 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
129191 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
129337 fixLeafParent(Rtree *pRtree, RtreeNode *pLeaf) argument
129369 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
129418 fixBoundingBox(Rtree *pRtree, RtreeNode *pNode) argument
129445 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
129476 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
129579 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
129618 reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode) argument
129647 newRowid(Rtree *pRtree, i64 *piRowid) argument
129660 rtreeDeleteRowid(Rtree *pRtree, sqlite3_int64 iDelete) argument
129750 Rtree *pRtree = (Rtree *)pVtab; local
129863 Rtree *pRtree = (Rtree *)pVtab; local
129906 rtreeSqlInit( Rtree *pRtree, sqlite3 *db, const char *zDb, const char *zPrefix, int isCreate ) argument
130015 getNodeSize( sqlite3 *db, Rtree *pRtree, int isCreate ) argument
130062 Rtree *pRtree; local
[all...]

Completed in 714 milliseconds