Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c1199 sqlite3_rtree_dbl *prScore, /* OUT: score for the cell */ in rtreeCallbackConstraint() argument
1250 *prScore = RTREE_ZERO; in rtreeCallbackConstraint()
1258 if( pInfo->rScore<*prScore || *prScore<RTREE_ZERO ){ in rtreeCallbackConstraint()
1259 *prScore = pInfo->rScore; in rtreeCallbackConstraint()