| /sqlite-3.40.0/test/ |
| H A D | progress.test | 21 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 D | view3.test | 50 ifcapable progress { 52 db progress 1000 {expr 1}
|
| H A D | vacuum2.test | 213 } {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 D | emptytable.test | 32 db progress 1000000 {stopDb}
|
| H A D | capi3c.test | 1259 ifcapable progress { 1262 db progress 5 "expr 1" 1273 db progress 5 "expr 1" 1294 db progress 0 {}
|
| H A D | tclsqlite.test | 45 …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 D | savepoint.test | 293 } {1 {cannot open savepoint - SQL statements in progress}} 329 } {1 {cannot release savepoint - SQL statements in progress}}
|
| H A D | backup.test | 367 # a backup is in progress. 370 # while a backup is in progress.
|
| H A D | e_vacuum.test | 313 } {1 {cannot VACUUM - SQL statements in progress}}
|
| H A D | incrblob.test | 492 } {1 {cannot commit transaction - SQL statements in progress}}
|
| H A D | autoindex1.test | 117 # Modify the second table of the join while the join is in progress
|
| H A D | permutations.test | 665 null.test progress.test quote.test rowid.test select1.test select2.test
|
| H A D | fts1porter.test | 15986 progress progress 15987 progression progress
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | SqliteTestUtil.js | 189 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 D | rbu_common.tcl | 21 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 D | rbuprogress.test | 86 # file to *-wal. After each of these steps, the progress remains
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 354 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 D | lemon.c | 843 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 D | fts5interrupt.test | 53 db progress 1 progress_handler
|
| H A D | fts5porter.test | 8001 progress progress progression progress
|
| /sqlite-3.40.0/src/ |
| H A D | shell.c.in | 1156 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 D | sqlite.h.in | 2747 ** 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 D | manifest | 1400 F test/progress.test ebab27f670bd0d4eb9d20d49cef96e68141d92fb
|
| H A D | aclocal.m4 | 601 -q, --quiet do not print progress messages
|