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

/external/sqlite/dist/orig/
H A Dshell.c1289 int nRow = 0; local
1324 nRow++;
1327 if( rc!=SQLITE_OK || nRow==0 ){
2198 int nRow; local
2209 &azResult, &nRow, 0, &zErrMsg
2220 &azResult, &nRow, 0, &zErrMsg
2235 for(i=1; i<=nRow; i++){
2242 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol;
2244 for(j=i+1; j<=nRow; j+=nPrintRow){
H A Dsqlite3.c10795 double nRow; /* Estimated number of rows (for EQP) */ member in struct:WherePlan
60647 int nRow; /* Stop when row count reaches this */ local
79478 tRowcnt nRow; /* Number of rows in the entire table */ member in struct:Stat3Accum
79510 tRowcnt nRow; local
99148 int nRow; /* Number of rows in the result */ member in struct:TabResult
104372 double nRow = 0; local
105478 double nRow; /* Estimated number of rows in result set */ local
106264 sqlite3_int64 nRow; /* Expected number of rows visited by scan */ local
[all...]
/external/sqlite/dist/
H A Dshell.c1294 int nRow = 0; local
1329 nRow++;
1332 if( rc!=SQLITE_OK || nRow==0 ){
2217 int nRow; local
2228 &azResult, &nRow, 0, &zErrMsg
2239 &azResult, &nRow, 0, &zErrMsg
2254 for(i=1; i<=nRow; i++){
2261 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol;
2263 for(j=i+1; j<=nRow; j+=nPrintRow){
H A Dsqlite3.c10795 double nRow; /* Estimated number of rows (for EQP) */ member in struct:WherePlan
60660 int nRow; /* Stop when row count reaches this */ local
79491 tRowcnt nRow; /* Number of rows in the entire table */ member in struct:Stat3Accum
79523 tRowcnt nRow; local
99161 int nRow; /* Number of rows in the result */ member in struct:TabResult
104385 double nRow = 0; local
105491 double nRow; /* Estimated number of rows in result set */ local
106277 sqlite3_int64 nRow; /* Expected number of rows visited by scan */ local
[all...]

Completed in 378 milliseconds