Home | History | Annotate | Download | only in fts3

Lines Matching defs:iOut

394     int iOut = 0;                 /* Index of next byte to write to output */
402 z[iOut++] = quote;
405 z[iOut++] = z[iIn++];
408 z[iOut] = '\0';
2036 int iOut;
2038 for(iOut=0; iOut<SizeofArray(pTS->aaOutput); iOut++){
2041 if( pTS->aaOutput[iOut]==0 ){
2042 assert( iOut>0 );
2043 pTS->aaOutput[iOut] = aMerge;
2044 pTS->anOutput[iOut] = nMerge;
2048 nNew = nMerge + pTS->anOutput[iOut];
2057 pTS->aaOutput[iOut], pTS->anOutput[iOut], aMerge, nMerge, 0
2060 if( iOut>0 ) sqlite3_free(aMerge);
2061 sqlite3_free(pTS->aaOutput[iOut]);
2062 pTS->aaOutput[iOut] = 0;
2066 if( (iOut+1)==SizeofArray(pTS->aaOutput) ){
2067 pTS->aaOutput[iOut] = aMerge;
2068 pTS->anOutput[iOut] = nMerge;