Searched refs:iSample (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c11992 int iSample; /* Percentage of tables to sample for stat1 */ member in struct:sqlite3expert
13455 assert( p->iSample>0 );
13470 if( p->iSample==100 ){
13485 sqlite3 *dbrem = (p->iSample==100 ? p->db : p->dbv);
13582 /* If iSample==0, no sqlite_stat1 data is required. */
13583 if( p->iSample==0 ) return SQLITE_OK;
13596 sqlite3 *dbrem = (p->iSample==100 ? p->db : p->dbv);
13623 if( p->iSample<100 && iPrev!=iRowid ){
13624 samplectx.target = (double)p->iSample / 100.0;
13625 samplectx.iTarget = p->iSample;
20984 int iSample = 0; local
[all...]
H A Dsqlite3.c162364 int iSample; /* Smallest sample larger than or equal to pRec */ local
[all...]

Completed in 670 milliseconds