Home
last modified time | relevance | path

Searched refs:rtreeConstraintError (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/rtree/
H A Drtree.c3180 static int rtreeConstraintError(Rtree *pRtree, int iCol){ in rtreeConstraintError() function
3271 rc = rtreeConstraintError(pRtree, ii+1); in rtreeUpdate()
3282 rc = rtreeConstraintError(pRtree, ii+1); in rtreeUpdate()
3303 rc = rtreeConstraintError(pRtree, 0); in rtreeUpdate()
H A Dgeopoly.c1637 rc = rtreeConstraintError(pRtree, 0); in geopolyUpdate()