Searched refs:nRow (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | table.c | 35 int nRow; member 55 if( p->nRow==0 && argv!=0 ){ in sqlite_get_table_cb() 74 if( p->nRow==0 ){ in sqlite_get_table_cb() 113 p->nRow++; in sqlite_get_table_cb() 144 res.nRow = 0; in sqlite_get_table() 188 if( pnRow ) *pnRow = res.nRow; in sqlite_get_table()
|
H A D | test1.c | 210 int nRow, nCol; in test_get_table_printf() local 221 rc = sqlite_get_table_printf(db, argv[2], &aResult, &nRow, &nCol, in test_get_table_printf() 226 sprintf(zBuf, "%d", nRow); in test_get_table_printf() 230 for(i=0; i<(nRow+1)*nCol; i++){ in test_get_table_printf()
|
/titanic_41/usr/src/cmd/sqlite/ |
H A D | shell.c | 898 int nRow, rc; in do_meta_command() local 909 &azResult, &nRow, 0, &zErrMsg in do_meta_command() 919 &azResult, &nRow, 0, &zErrMsg, azArg[1], azArg[1] in do_meta_command() 930 for(i=1; i<=nRow; i++){ in do_meta_command() 937 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command() 939 for(j=i+1; j<=nRow; j+=nPrintRow){ in do_meta_command()
|