Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.h8463 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
Dsqlite3.c8723 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
160145 RtreeDValue rScore; /* The score for this node. Smallest goes first. */
160944 pInfo->rScore = pInfo->rParentScore = pSearch->rScore;
160948 if( pInfo->rScore<*prScore || *prScore<RTREE_ZERO ){
160949 *prScore = pInfo->rScore;
161075 if( pA->rScore<pB->rScore ) return -1;
161076 if( pA->rScore>pB->rScore ) return +1;
161131 RtreeDValue rScore, /* Score for the new search point */
161145 pNew->rScore = rScore;
161166 RtreeDValue rScore, /* Score for the new search point */
[all …]