Lines Matching full:dist
31483 ** https://android-review.googlesource.com/#/c/115351/3/dist/sqlite3.c)
65411 int dist;
65412 dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby);
65415 if( d2<dist ){
65417 dist = d2;
97036 int dist = 3;
97070 /* Variable 'dist' stores the number of tokens read since the most
97072 ** token is read and 'dist' equals 2, the condition stated above
97079 dist++;
97081 dist = 0;
97083 } while( dist!=2 || (token!=TK_WHEN && token!=TK_FOR && token!=TK_BEGIN) );