Home
last modified time | relevance | path

Searched refs:Rtree (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/rtree/
H A Drtree.c110 typedef struct Rtree Rtree; typedef
1045 Rtree *pRtree = (Rtree *)pVtab; in rtreeDestroy()
1074 Rtree *pRtree = (Rtree *)pVTab; in rtreeOpen()
1122 Rtree *pRtree = (Rtree *)(cur->pVtab); in rtreeClose()
1723 Rtree *pRtree = (Rtree *)cur->pVtab; in rtreeColumn()
1986 Rtree *pRtree = (Rtree*)tab; in rtreeBestIndex()
3224 Rtree *pRtree = (Rtree *)pVtab; in rtreeUpdate()
3367 Rtree *pRtree = (Rtree *)pVtab; in rtreeBeginTransaction()
3378 Rtree *pRtree = (Rtree *)pVtab; in rtreeEndTransaction()
3388 Rtree *pRtree = (Rtree *)pVtab; in rtreeRename()
[all …]
H A Dgeopoly.c1230 Rtree *pRtree; in geopolyInit()
1242 pRtree = (Rtree *)sqlite3_malloc64(sizeof(Rtree)+nDb+nName+2); in geopolyInit()
1246 memset(pRtree, 0, sizeof(Rtree)+nDb+nName+2); in geopolyInit()
1347 Rtree *pRtree = (Rtree *)pVtabCursor->pVtab; in geopolyFilter()
1526 Rtree *pRtree = (Rtree *)cur->pVtab; in geopolyColumn()
1586 Rtree *pRtree = (Rtree *)pVtab; in geopolyUpdate()
H A DrtreeA.test192 } {{Rtree depth out of range (65535)
/sqlite-3.40.0/test/
H A Dbackcompat.test450 # Test that Rtree tables may be read/written by different versions of