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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c107550 nodeZero(Rtree *pRtree, RtreeNode *p) argument
107572 nodeHashLookup(Rtree *pRtree, i64 iNode) argument
107582 nodeHashInsert(Rtree *pRtree, RtreeNode *pNode) argument
107595 nodeHashDelete(Rtree *pRtree, RtreeNode *pNode) argument
107611 nodeNew(Rtree *pRtree, RtreeNode *pParent, int zero) argument
107629 nodeAcquire( Rtree *pRtree, i64 iNode, RtreeNode *pParent, RtreeNode **ppNode ) argument
107691 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
107709 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
107725 nodeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
107751 nodeWrite(Rtree *pRtree, RtreeNode *pNode) argument
107777 nodeRelease(Rtree *pRtree, RtreeNode *pNode) argument
107804 nodeGetRowid( Rtree *pRtree, RtreeNode *pNode, int iCell ) argument
107816 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
107830 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
107880 rtreeReference(Rtree *pRtree) argument
107888 rtreeRelease(Rtree *pRtree) argument
107916 Rtree *pRtree = (Rtree *)pVtab; local
107961 Rtree *pRtree = (Rtree *)(cur->pVtab); local
107987 testRtreeCell(Rtree *pRtree, RtreeCursor *pCursor) argument
108021 testRtreeEntry(Rtree *pRtree, RtreeCursor *pCursor) argument
108053 descendToCell( Rtree *pRtree, RtreeCursor *pCursor, int iHeight, int *pEof ) argument
108113 nodeRowidIndex(Rtree *pRtree, RtreeNode *pNode, i64 iRowid) argument
108125 nodeParentIndex(Rtree *pRtree, RtreeNode *pNode) argument
108137 Rtree *pRtree = (Rtree *)(pVtabCursor->pVtab); local
108175 Rtree *pRtree = (Rtree *)pVtabCursor->pVtab; local
108188 Rtree *pRtree = (Rtree *)cur->pVtab; local
108215 findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf) argument
108238 Rtree *pRtree = (Rtree *)pVtabCursor->pVtab; local
108432 cellArea(Rtree *pRtree, RtreeCell *p) argument
108445 cellMargin(Rtree *pRtree, RtreeCell *p) argument
108457 cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2) argument
108476 cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2) argument
108494 cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell) argument
108504 cellOverlap( Rtree *pRtree, RtreeCell *p, RtreeCell *aCell, int nCell, int iExclude ) argument
108539 cellOverlapEnlargement( Rtree *pRtree, RtreeCell *p, RtreeCell *pInsert, RtreeCell *aCell, int nCell, int iExclude ) argument
108561 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
108645 AdjustTree( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
108669 rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode) argument
108679 parentWrite(Rtree *pRtree, sqlite3_int64 iNode, sqlite3_int64 iPar) argument
108693 LinearPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
108711 LinearPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
108773 QuadraticPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
108805 QuadraticPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
108921 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
108981 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
109083 splitNodeGuttman( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
109135 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
109154 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
109279 fixLeafParent(Rtree *pRtree, RtreeNode *pLeaf) argument
109299 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
109342 fixBoundingBox(Rtree *pRtree, RtreeNode *pNode) argument
109365 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
109396 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
109499 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
109536 reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode) argument
109565 newRowid(Rtree *pRtree, i64 *piRowid) argument
109576 hashIsEmpty(Rtree *pRtree) argument
109594 Rtree *pRtree = (Rtree *)pVtab; local
109751 Rtree *pRtree = (Rtree *)pVtab; local
109791 rtreeSqlInit( Rtree *pRtree, sqlite3 *db, const char *zDb, const char *zPrefix, int isCreate ) argument
109910 Rtree *pRtree; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dsqlite3.c107550 nodeZero(Rtree *pRtree, RtreeNode *p) argument
107572 nodeHashLookup(Rtree *pRtree, i64 iNode) argument
107582 nodeHashInsert(Rtree *pRtree, RtreeNode *pNode) argument
107595 nodeHashDelete(Rtree *pRtree, RtreeNode *pNode) argument
107611 nodeNew(Rtree *pRtree, RtreeNode *pParent, int zero) argument
107629 nodeAcquire( Rtree *pRtree, i64 iNode, RtreeNode *pParent, RtreeNode **ppNode ) argument
107691 nodeOverwriteCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iCell ) argument
107709 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
107725 nodeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
107751 nodeWrite(Rtree *pRtree, RtreeNode *pNode) argument
107777 nodeRelease(Rtree *pRtree, RtreeNode *pNode) argument
107804 nodeGetRowid( Rtree *pRtree, RtreeNode *pNode, int iCell ) argument
107816 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
107830 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
107880 rtreeReference(Rtree *pRtree) argument
107888 rtreeRelease(Rtree *pRtree) argument
107916 Rtree *pRtree = (Rtree *)pVtab; local
107961 Rtree *pRtree = (Rtree *)(cur->pVtab); local
107987 testRtreeCell(Rtree *pRtree, RtreeCursor *pCursor) argument
108021 testRtreeEntry(Rtree *pRtree, RtreeCursor *pCursor) argument
108053 descendToCell( Rtree *pRtree, RtreeCursor *pCursor, int iHeight, int *pEof ) argument
108113 nodeRowidIndex(Rtree *pRtree, RtreeNode *pNode, i64 iRowid) argument
108125 nodeParentIndex(Rtree *pRtree, RtreeNode *pNode) argument
108137 Rtree *pRtree = (Rtree *)(pVtabCursor->pVtab); local
108175 Rtree *pRtree = (Rtree *)pVtabCursor->pVtab; local
108188 Rtree *pRtree = (Rtree *)cur->pVtab; local
108215 findLeafNode(Rtree *pRtree, i64 iRowid, RtreeNode **ppLeaf) argument
108238 Rtree *pRtree = (Rtree *)pVtabCursor->pVtab; local
108432 cellArea(Rtree *pRtree, RtreeCell *p) argument
108445 cellMargin(Rtree *pRtree, RtreeCell *p) argument
108457 cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2) argument
108476 cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2) argument
108494 cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell) argument
108504 cellOverlap( Rtree *pRtree, RtreeCell *p, RtreeCell *aCell, int nCell, int iExclude ) argument
108539 cellOverlapEnlargement( Rtree *pRtree, RtreeCell *p, RtreeCell *pInsert, RtreeCell *aCell, int nCell, int iExclude ) argument
108561 ChooseLeaf( Rtree *pRtree, RtreeCell *pCell, int iHeight, RtreeNode **ppLeaf ) argument
108645 AdjustTree( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell ) argument
108669 rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode) argument
108679 parentWrite(Rtree *pRtree, sqlite3_int64 iNode, sqlite3_int64 iPar) argument
108693 LinearPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
108711 LinearPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
108773 QuadraticPickNext( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeCell *pLeftBox, RtreeCell *pRightBox, int *aiUsed ) argument
108805 QuadraticPickSeeds( Rtree *pRtree, RtreeCell *aCell, int nCell, int *piLeftSeed, int *piRightSeed ) argument
108921 SortByDimension( Rtree *pRtree, int *aIdx, int nIdx, int iDim, RtreeCell *aCell, int *aSpare ) argument
108981 splitNodeStartree( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
109083 splitNodeGuttman( Rtree *pRtree, RtreeCell *aCell, int nCell, RtreeNode *pLeft, RtreeNode *pRight, RtreeCell *pBboxLeft, RtreeCell *pBboxRight ) argument
109135 updateMapping( Rtree *pRtree, i64 iRowid, RtreeNode *pNode, int iHeight ) argument
109154 SplitNode( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
109279 fixLeafParent(Rtree *pRtree, RtreeNode *pLeaf) argument
109299 removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight) argument
109342 fixBoundingBox(Rtree *pRtree, RtreeNode *pNode) argument
109365 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
109396 Reinsert( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
109499 rtreeInsertCell( Rtree *pRtree, RtreeNode *pNode, RtreeCell *pCell, int iHeight ) argument
109536 reinsertNodeContent(Rtree *pRtree, RtreeNode *pNode) argument
109565 newRowid(Rtree *pRtree, i64 *piRowid) argument
109576 hashIsEmpty(Rtree *pRtree) argument
109594 Rtree *pRtree = (Rtree *)pVtab; local
109751 Rtree *pRtree = (Rtree *)pVtab; local
109791 rtreeSqlInit( Rtree *pRtree, sqlite3 *db, const char *zDb, const char *zPrefix, int isCreate ) argument
109910 Rtree *pRtree; local
[all...]

Completed in 544 milliseconds