Searched refs:prScore (Results 1 – 1 of 1) sorted by relevance
1199 sqlite3_rtree_dbl *prScore, /* OUT: score for the cell */ in rtreeCallbackConstraint() argument1250 *prScore = RTREE_ZERO; in rtreeCallbackConstraint()1258 if( pInfo->rScore<*prScore || *prScore<RTREE_ZERO ){ in rtreeCallbackConstraint()1259 *prScore = pInfo->rScore; in rtreeCallbackConstraint()