Home | History | Annotate | Download | only in amalgamation

Lines Matching defs: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 ){
120045 sqlite3_int64 iFirst; /* First slot in %_segments written */
121657 pWriter->iFirst = pWriter->iFree;
121777 pWriter->iFirst, pWriter->iFree, &iLast, &zRoot, &nRoot);
121781 p, iLevel, iIdx, pWriter->iFirst, iLastLeaf, iLast, zRoot, nRoot);
123064 int iFirst = 0;
123066 fts3GetDeltaPosition(&pCsr, &iFirst);
123069 pPhrase->iHead = iFirst;
123070 pPhrase->iTail = iFirst;