| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 2342 int nLeft = nIdx/2; in SortByDistance() local 2343 int nRight = nIdx-nLeft; in SortByDistance() 2345 int *aRight = &aIdx[nLeft]; in SortByDistance() 2354 if( iLeft==nLeft ){ in SortByDistance() 2411 int nLeft = nIdx/2; in SortByDimension() local 2412 int nRight = nIdx-nLeft; in SortByDimension() 2414 int *aRight = &aIdx[nLeft]; in SortByDimension() 2497 int nLeft; in splitNodeStartree() local 2502 nLeft++ in splitNodeStartree() 2513 if( kk<nLeft ){ in splitNodeStartree() [all …]
|
| /sqlite-3.40.0/ext/icu/ |
| H A D | icu.c | 432 int nLeft, in icuCollationColl() argument 439 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2); in icuCollationColl()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_snippet.c | 665 int nLeft; /* Tokens to the left of first highlight */ in fts3SnippetShift() local 669 for(nLeft=0; !(hlmask & ((u64)1 << nLeft)); nLeft++); in fts3SnippetShift() 672 nDesired = (nLeft-nRight)/2; in fts3SnippetShift()
|
| H A D | fts3.c | 2452 int nLeft, /* Maximum difference in token positions */ in fts3PoslistNearMerge() argument 2468 fts3PoslistPhraseMerge(&pTmp2, nLeft, 1, 0, pp2, pp1); in fts3PoslistNearMerge() 2694 char *aLeft, int nLeft, /* Left doclist */ in fts3DoclistPhraseMerge() argument 2701 char *pEnd1 = &aLeft[nLeft]; in fts3DoclistPhraseMerge() 4233 int nLeft; in fts3EvalPhraseMergeToken() local 4239 nLeft = p->doclist.nAll; in fts3EvalPhraseMergeToken() 4247 nLeft = nList; in fts3EvalPhraseMergeToken() 4252 pTab->bDescIdx, nDiff, pLeft, nLeft, &pRight, &nRight in fts3EvalPhraseMergeToken()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 1351 const char *pLeft, int nLeft, in docListUnion() argument 1358 if( nLeft==0 ){ in docListUnion() 1363 dataBufferAppend(pOut, pLeft, nLeft); in docListUnion() 1459 const char *pLeft, int nLeft, in docListPhraseMerge() argument 1467 if( nLeft==0 || nRight==0 ) return; in docListPhraseMerge() 1497 const char *pLeft, int nLeft, in docListAndMerge() argument 1504 if( nLeft==0 || nRight==0 ) return; in docListAndMerge() 1532 const char *pLeft, int nLeft, in docListOrMerge() argument 1539 if( nLeft==0 ){ in docListOrMerge() 1582 const char *pLeft, int nLeft, in docListExceptMerge() argument [all …]
|
| /sqlite-3.40.0/src/ |
| H A D | whereexpr.c | 1067 int nLeft; /* Number of elements on left side vector */ in exprAnalyze() local 1399 && (nLeft = sqlite3ExprVectorSize(pExpr->pLeft))>1 in exprAnalyze() 1400 && sqlite3ExprVectorSize(pExpr->pRight)==nLeft in exprAnalyze() 1406 for(i=0; i<nLeft; i++){ in exprAnalyze() 1409 Expr *pLeft = sqlite3ExprForVectorField(pParse, pExpr->pLeft, i, nLeft); in exprAnalyze() 1410 Expr *pRight = sqlite3ExprForVectorField(pParse, pExpr->pRight, i, nLeft); in exprAnalyze()
|
| H A D | wal.c | 1646 int nLeft, /* IN: Elements in array *paLeft */ in walMerge() argument 1657 assert( nLeft>0 && nRight>0 ); in walMerge() 1658 while( iRight<nRight || iLeft<nLeft ){ in walMerge() 1662 if( (iLeft<nLeft) in walMerge() 1672 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++; in walMerge() 1674 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage ); in walMerge()
|
| H A D | resolve.c | 1268 int nLeft, nRight; in resolveExprStep() local 1271 nLeft = sqlite3ExprVectorSize(pExpr->pLeft); in resolveExprStep() 1275 if( nRight==nLeft ){ in resolveExprStep() 1282 if( nLeft!=nRight ){ in resolveExprStep()
|
| H A D | expr.c | 624 int nLeft = sqlite3ExprVectorSize(pLeft); in codeVectorCompare() local 635 if( nLeft!=sqlite3ExprVectorSize(pRight) ){ in codeVectorCompare() 661 assert( i>=0 && i<nLeft ); in codeVectorCompare() 675 if( (opx==TK_LT || opx==TK_GT) && i<nLeft-1 ){ in codeVectorCompare() 685 if( i==nLeft-1 ){ in codeVectorCompare() 693 if( i==nLeft-2 ) opx = op; in codeVectorCompare()
|
| H A D | test1.c | 1735 int nLeft, in testCreateCollationCmp() argument 1745 Tcl_ListObjAppendElement(0, pScript, Tcl_NewStringObj((char *)zLeft, nLeft)); in testCreateCollationCmp()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_sorted.c | 5894 int nLeft = 0; in lsmSortedDumpStructure() local 5898 aLeft[nLeft++] = pSeg; in lsmSortedDumpStructure() 5912 for(i=0; i<nLeft || i<nRight; i++){ in lsmSortedDumpStructure() 5918 if( i<nLeft ){ in lsmSortedDumpStructure()
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 5386 int nLeft, /* Number of bytes in lhs input */ in sqlite3changeset_concat() argument 5398 rc = sqlite3changegroup_add(pGrp, nLeft, pLeft); in sqlite3changeset_concat()
|