Home | History | Annotate | Download | only in dist

Lines Matching full:nrow

1995     int nRow = 0;
2024 nRow++;
2027 if( rc!=SQLITE_OK || nRow==0 ){
2948 int nRow;
2959 &azResult, &nRow, 0, &zErrMsg
2970 &azResult, &nRow, 0, &zErrMsg
2985 for(i=1; i<=nRow; i++){
2992 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol;
2994 for(j=i+1; j<=nRow; j+=nPrintRow){