Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dsqlite3.c201560 nodeZero(Rtree *pRtree, RtreeNode *p) global() argument
201577 nodeHashLookup(Rtree *pRtree, i64 iNode) global() argument
201586 nodeHashInsert(Rtree *pRtree, RtreeNode *pNode) global() argument
201597 nodeHashDelete(Rtree *pRtree, RtreeNode *pNode) global() argument
201613 nodeNew(Rtree *pRtree, RtreeNode *pParent) global() argument
201631 nodeBlobReset(Rtree *pRtree) global() argument
201642 nodeAcquire( Rtree *pRtree, i64 iNode, RtreeNode *pParent, RtreeNode **ppNode ) global() argument
201755 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) global() argument
201773 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) global() argument
201788 nodeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) global() argument
201812 nodeWrite(Rtree *pRtree, RtreeNode *pNode) global() argument
201838 nodeRelease(Rtree *pRtree, RtreeNode *pNode) global() argument
201867 nodeGetRowid( Rtree *pRtree, RtreeNode *pNode, int iCell ) global() argument
201879 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) global() argument
201893 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) global() argument
201950 rtreeReference(Rtree *pRtree) global() argument
201958 rtreeRelease(Rtree *pRtree) global() argument
201991 Rtree *pRtree = (Rtree *)pVtab; global() local
202020 Rtree *pRtree = (Rtree *)pVTab; global() local
202040 Rtree *pRtree = (Rtree *)(pCsr->base.pVtab); global() local
202068 Rtree *pRtree = (Rtree *)(cur->pVtab); global() local
202303 nodeRowidIndex( Rtree *pRtree, RtreeNode *pNode, i64 iRowid, int *piIndex ) global() argument
202326 nodeParentIndex(Rtree *pRtree, RtreeNode *pNode, int *piIndex) global() argument
202557 Rtree *pRtree = RTREE_OF_CURSOR(pCur); global() local
202669 Rtree *pRtree = (Rtree *)cur->pVtab; global() local
202722 findLeafNode( Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf, sqlite3_int64 *piNode ) global() argument
202783 Rtree *pRtree = (Rtree *)pVtabCursor->pVtab; global() local
202932 Rtree *pRtree = (Rtree*)tab; global() local
203020 cellArea(Rtree *pRtree, RtreeCell *p) global() argument
203050 cellMargin(Rtree *pRtree, RtreeCell *p) global() argument
203063 cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2) global() argument
203084 cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2) global() argument
203102 cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell) global() argument
203111 cellOverlap( Rtree *pRtree, RtreeCell *p, RtreeCell *aCell, int nCell ) global() argument
203143 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) global() argument
203203 AdjustTree( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) global() argument
203241 rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode) global() argument
203251 parentWrite(Rtree *pRtree, sqlite3_int64 iNode, sqlite3_int64 iPar) global() argument
203344 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) global() argument
203403 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) global() argument
203501 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) global() argument
203525 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) global() argument
203673 fixLeafParent(Rtree *pRtree, RtreeNode *pLeaf) global() argument
203708 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) global() argument
203758 fixBoundingBox(Rtree *pRtree, RtreeNode *pNode) global() argument
203785 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) global() argument
203816 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) global() argument
203921 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) global() argument
203956 reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode) global() argument
203985 rtreeNewRowid(Rtree *pRtree, i64 *piRowid) global() argument
203998 rtreeDeleteRowid(Rtree *pRtree, sqlite3_int64 iDelete) global() argument
204126 rtreeConstraintError(Rtree *pRtree, int iCol) global() argument
204170 Rtree *pRtree = (Rtree *)pVtab; global() local
204313 Rtree *pRtree = (Rtree *)pVtab; global() local
204324 Rtree *pRtree = (Rtree *)pVtab; global() local
204334 Rtree *pRtree = (Rtree *)pVtab; global() local
204367 Rtree *pRtree = (Rtree *)pVtab; global() local
204381 rtreeQueryStat1(sqlite3 *db, Rtree *pRtree) global() argument
204453 rtreeSqlInit( Rtree *pRtree, sqlite3 *db, const char *zDb, const char *zPrefix, int isCreate ) global() argument
204616 getNodeSize( sqlite3 *db, Rtree *pRtree, int isCreate, char **pzErr ) global() argument
204682 Rtree *pRtree; global() local
206580 Rtree *pRtree; global() local
206697 Rtree *pRtree = (Rtree *)pVtabCursor->pVtab; global() local
206876 Rtree *pRtree = (Rtree *)cur->pVtab; global() local
206936 Rtree *pRtree = (Rtree *)pVtab; global() local
[all...]

Completed in 231 milliseconds