Home | History | Annotate | Download | only in orig

Lines Matching refs:nRow

1289     int nRow = 0;
1324 nRow++;
1327 if( rc!=SQLITE_OK || nRow==0 ){
2198 int nRow;
2209 &azResult, &nRow, 0, &zErrMsg
2220 &azResult, &nRow, 0, &zErrMsg
2235 for(i=1; i<=nRow; i++){
2242 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol;
2244 for(j=i+1; j<=nRow; j+=nPrintRow){