Searched refs:nRow (Results 1 – 2 of 2) sorted by relevance
1534 int nRow, rc; in do_meta_command() local1545 &azResult, &nRow, 0, &zErrMsg in do_meta_command()1556 &azResult, &nRow, 0, &zErrMsg in do_meta_command()1568 for(i=1; i<=nRow; i++){ in do_meta_command()1575 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()1577 for(j=i+1; j<=nRow; j+=nPrintRow){ in do_meta_command()
67444 int nRow; member67464 if( p->nRow==0 && argv!=0 ){ in sqlite3_get_table_cb()67480 if( p->nRow==0 ){ in sqlite3_get_table_cb()67510 p->nRow++; in sqlite3_get_table_cb()67545 res.nRow = 0; in sqlite3_get_table()67589 if( pnRow ) *pnRow = res.nRow; in sqlite3_get_table()