/external/chromium_org/third_party/sqlite/src/src/ |
table.c | 33 int nRow; /* Number of rows in the result */ 35 int nData; /* Slots used in azResult[]. (nRow+1)*nColumn */ 53 if( p->nRow==0 && argv!=0 ){ 69 if( p->nRow==0 ){ 99 p->nRow++; 134 res.nRow = 0; 177 if( pnRow ) *pnRow = res.nRow;
|
test8.c | 779 int nRow; 794 ** variable nRow. The 'estimated-cost' of the scan will be the number of 812 nRow = sqlite3_column_int(pStmt, 0); 897 /* Approximation of log2(nRow). */ 899 if( nRow & (1<<ii) ){ 904 pIdxInfo->estimatedCost = (double)nRow; [all...] |
shell.c | [all...] |
vdbeaux.c | [all...] |
test1.c | 584 int nRow, nCol; 604 rc = sqlite3_get_table(db, zSql, &aResult, &nRow, &nCol, &zErr); 605 resCount = (nRow+1)*nCol; 612 sprintf(zBuf, "%d", nRow); [all...] |
where.c | [all...] |
sqliteInt.h | [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
speedtest16.c | 82 int nRow = 0; 84 while( (rc=sqlite3_step(pStmt))==SQLITE_ROW ){ nRow++; } 88 rc, nRow, iElapse);
|
speedtest8.c | 74 int nRow = 0; 76 while( (rc=sqlite3_step(pStmt))==SQLITE_ROW ){ nRow++; } 81 rc, nRow, iElapse);
|
speedtest8inst1.c | 55 int nRow = 0; 60 while( (rc=sqlite3_step(pStmt))==SQLITE_ROW ){ nRow++; }
|
/external/chromium_org/third_party/sqlite/src/test/ |
threadtest3.c | [all...] |
/external/sqlite/dist/orig/ |
shell.c | [all...] |
sqlite3.c | [all...] |
/external/sqlite/dist/ |
shell.c | [all...] |
sqlite3.c | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |