Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 24 of 24) sorted by relevance

/sqlite-3.40.0/test/
H A Dprogress.test21 ifcapable !progress {
46 do_test progress-1.0 {
55 db progress
63 do_test progress-1.1 {
74 do_test progress-1.2 {
82 db progress 0 ""
105 do_test progress-1.3 {
107 db progress 0 ""
116 db progress 0 ""
135 db progress 0 ""
[all …]
H A Dview3.test50 ifcapable progress {
52 db progress 1000 {expr 1}
H A Dvacuum2.test213 } {1 {cannot VACUUM - SQL statements in progress}}
219 } {1 {cannot VACUUM - SQL statements in progress}}
229 } {1 2 3 4 5 6 7 8 9 10 {1 {cannot VACUUM - SQL statements in progress}}}
H A Demptytable.test32 db progress 1000000 {stopDb}
H A Dcapi3c.test1259 ifcapable progress {
1262 db progress 5 "expr 1"
1273 db progress 5 "expr 1"
1294 db progress 0 {}
H A Dtclsqlite.test45 …interrupt, last_insert_rowid, nullvalue, onecolumn, preupdate, profile, progress, rekey, restore, …
104 set v [catch {db progress 1} msg]
106 } {1 {wrong # args: should be "db progress N CALLBACK"}}
H A Dsavepoint.test293 } {1 {cannot open savepoint - SQL statements in progress}}
329 } {1 {cannot release savepoint - SQL statements in progress}}
H A Dbackup.test367 # a backup is in progress.
370 # while a backup is in progress.
H A De_vacuum.test313 } {1 {cannot VACUUM - SQL statements in progress}}
H A Dincrblob.test492 } {1 {cannot commit transaction - SQL statements in progress}}
H A Dautoindex1.test117 # Modify the second table of the join while the join is in progress
H A Dpermutations.test665 null.test progress.test quote.test rowid.test select1.test select2.test
H A Dfts1porter.test15986 progress progress
15987 progression progress
/sqlite-3.40.0/ext/wasm/common/
H A DSqliteTestUtil.js189 progress: E('#module-progress'), property
195 if(f.ui.progress){
196 f.ui.progress.value = f.last.step;
197 f.ui.progress.max = f.last.step + 1;
204 if(f.ui.progress){
205 f.ui.progress.remove();
207 delete f.ui.progress;
/sqlite-3.40.0/ext/rbu/
H A Drbu_common.tcl21 set progress [rbu progress]
30 error "B: state=$state progress=$progress oal=$oal_exists wal=$wal_exists"
39 error "A: state=$state progress=$progress oal=$oal_exists wal=$wal_exists"
H A Drbuprogress.test86 # file to *-wal. After each of these steps, the progress remains
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle.js354 progress: E('#module-progress'), property
360 progress.value = msg.step;
361 progress.max = msg.step + 1/*we don't know how many steps to expect*/;
364 f.ui.progress.classList.remove('hidden');
371 if(f.ui.progress){
372 f.ui.progress.remove();
374 delete f.ui.progress;
/sqlite-3.40.0/tool/
H A Dlemon.c843 int progress; in FindFirstSets() local
854 progress = 0; in FindFirstSets()
864 progress = 1; in FindFirstSets()
867 }while( progress ); in FindFirstSets()
872 progress = 0; in FindFirstSets()
1117 int progress; in FindFollowSets() local
1128 progress = 0; in FindFollowSets()
5209 int i, progress; in SetUnion() local
5210 progress = 0; in SetUnion()
5214 progress = 1; in SetUnion()
[all …]
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5interrupt.test53 db progress 1 progress_handler
H A Dfts5porter.test8001 progress progress progression progress
/sqlite-3.40.0/src/
H A Dshell.c.in1156 unsigned nProgress; /* Number of progress callbacks encountered */
1157 unsigned mxProgress; /* Maximum progress callbacks before failing */
1158 unsigned flgProgress; /* Flags for the progress callback */
1231 #define SHELL_PROGRESS_QUIET 0x01 /* Omit announcing every progress callback */
4505 ".progress N Invoke progress handler after every N opcodes",
4506 " --limit N Interrupt after N progress callbacks",
4507 " --once Do no more than one progress interrupt",
9374 if( c=='p' && n>=3 && cli_strncmp(azArg[0], "progress", n)==0 ){
H A Dsqlite.h.in2747 ** invoke the busy handlers, neither will make any progress. Therefore,
3360 ** invocations of the callback X. ^If N is less than one then the progress
3363 ** ^Only a single progress handler may be defined at one time per
3364 ** [database connection]; setting a new progress handler cancels the
3365 ** old one. ^Setting parameter X to NULL disables the progress handler.
3366 ** ^The progress handler is also disabled by setting N to a value less
3369 ** ^If the progress callback returns non-zero, the operation is
3371 ** "Cancel" button on a GUI progress dialog box.
3373 ** The progress handler callback must not do anything that will modify
3374 ** the database connection that invoked the progress handler.
[all …]
/sqlite-3.40.0/
H A Dmanifest1400 F test/progress.test ebab27f670bd0d4eb9d20d49cef96e68141d92fb
H A Daclocal.m4601 -q, --quiet do not print progress messages