Home | History | Annotate | Download | only in dist

Lines Matching defs:nRow

1294     int nRow = 0;
1329 nRow++;
1332 if( rc!=SQLITE_OK || nRow==0 ){
2217 int nRow;
2228 &azResult, &nRow, 0, &zErrMsg
2239 &azResult, &nRow, 0, &zErrMsg
2254 for(i=1; i<=nRow; i++){
2261 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol;
2263 for(j=i+1; j<=nRow; j+=nPrintRow){