HomeSort by: relevance | last modified time | path
    Searched refs:nRow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 952 sqlite3_int64 nRow; /* Number of rows handled so far */
1264 i64 nRow = 0;
1283 sqlite3_stmt_scanstatus_v2(pS,i, SQLITE_SCANSTAT_NVISIT,f,(void*)&nRow);
1288 if( nCycle>=0 || nLoop>=0 || nRow>=0 ){
1307 if( nRow>=0 ){
1309 qrfApproxInt64(pStats, nRow);
2364 sqlite3_int64 nRow; /* Number of rows */
2366 sqlite3_int64 n; /* Number of cells. nCol*nRow */
2643 sqlite3_int64 nRow = 1;
2651 nRow = (pData->n + nCol - 1)/nCol
    [all...]
sqlite3.c 20361 ** u1.nRow !fg.isTabFunc && !fg.isIndexedBy
20408 u32 nRow; /* Number of rows in a VALUES clause */
    [all...]

Completed in 95 milliseconds