Searched refs:Rtree (Results 1 – 4 of 4) sorted by relevance
110 typedef struct Rtree Rtree; typedef1045 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 …]
1230 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()
192 } {{Rtree depth out of range (65535)
450 # Test that Rtree tables may be read/written by different versions of