Searched defs:nRow (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtable.c35 int nRow; member in struct:TabResult
55 if( p->nRow==0 && argv!=0 ){
74 if( p->nRow==0 ){
113 p->nRow++;
144 res.nRow = 0;
188 if( pnRow ) *pnRow = res.nRow;
H A Dtest1.c210 int nRow, nCol; local
221 rc = sqlite_get_table_printf(db, argv[2], &aResult, &nRow, &nCol,
226 sprintf(zBuf, "%d", nRow);
230 for(i=0; i<(nRow+1)*nCol; i++){
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c898 int nRow, rc; local
909 &azResult, &nRow, 0, &zErrMsg
919 &azResult, &nRow, 0, &zErrMsg, azArg[1], azArg[1]
930 for(i=1; i<=nRow; i++){
937 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol;
939 for(j=i+1; j<=nRow; j+=nPrintRow){

Completed in 86 milliseconds