Home | History | Annotate | Download | only in amalgamation

Lines Matching refs:iFirst

16015   int iFirst;
16018 i = iFirst = mem5.aiFreelist[iLogsize];
16019 assert( iFirst>=0 );
16021 if( i<iFirst ) iFirst = i;
16024 memsys5Unlink(iFirst, iLogsize);
16025 return iFirst;
54615 int iFirst = iPage;
54622 N+1, expected, iFirst);
89693 int iFirst, mx;
89696 iFirst = 8;
89700 iFirst = 0;
89703 for(i=iFirst; i<mx; i++){
89704 sqlite3VdbeSetColName(pParse->pVdbe, i-iFirst, COLNAME_NAME,
99036 ** Return TRUE if any of the expressions in pList->a[iFirst...] contain
99042 int iFirst, /* Be searching with the iFirst-th expression */
99046 while( iFirst<pList->nExpr ){
99047 if( (exprTableUsage(pMaskSet, pList->a[iFirst++].pExpr)&allowed)!=0 ){
120034 sqlite3_int64 iFirst; /* First slot in %_segments written */
121646 pWriter->iFirst = pWriter->iFree;
121766 pWriter->iFirst, pWriter->iFree, &iLast, &zRoot, &nRoot);
121770 p, iLevel, iIdx, pWriter->iFirst, iLastLeaf, iLast, zRoot, nRoot);
123053 int iFirst = 0;
123055 fts3GetDeltaPosition(&pCsr, &iFirst);
123058 pPhrase->iHead = iFirst;
123059 pPhrase->iTail = iFirst;