| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-worker1-promiser.js | 129 const f = config; 131 config.onready = f; 133 config = Object.assign(Object.create(null), callee.defaultConfig, config); 137 const err = config.onerror 140 const debug = config.debug || noop; 146 if(!config.worker) config.worker = callee.defaultConfig.worker; 147 if('function'===typeof config.worker) config.worker = config.worker(); 149 config.worker.onmessage = function(ev){ 156 if(config.onready) config.onready(); 164 if(config.onunhandled) config.onunhandled(arguments[0]); [all …]
|
| H A D | sqlite3-api-prologue.js | 150 const config = Object.assign(Object.create(null),{ 171 if('function' === typeof config[k]){ 172 config[k] = config[k](); 265 if(config.wasmfsOpfsDir && !/^\/[^/]+$/.test(config.wasmfsOpfsDir)){ 685 ptrSizeof: config.wasmPtrSizeof || 4, 693 ptrIR: config.wasmPtrIR || "i32", 701 bigIntEnabled: !!config.bigIntEnabled, 705 exports: config.exports 714 memory: config.memory || config.exports['memory'] 1213 const pdir = config.wasmfsOpfsDir; [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | releasetest_data.tcl | 419 set config [lindex $args end-1] 436 if {[string match *-ndebug $config]} { 438 set config [string range $config 0 end-7] 440 if {[string match *-debug $config]} { 443 set config [string range $config 0 end-6] 445 regexp {^(.*)-[0-9]+} $config -> config 450 puts stderr "No such config: $config" 475 foreach param $::Configs($config) { 595 set config [string range $config 0 end-1] 616 && ![string match Sanitize* $config] [all …]
|
| H A D | testrunner.tcl | 59 config TEXT, 223 foreach config $clist { 225 array set O $::testspec($config) 320 set c $config 335 proc r_testname {config filename} { 338 set name "$config-$name" 346 set f [r_testname $config $filename] 586 lappend errlist [r_testname $config $filename] 657 foreach {config filename} $t {} 659 array set O $::testspec($config) [all …]
|
| H A D | wapptest.tcl | 63 set config [dict get $t config] 129 "Sanitize" == $config 151 lappend G(test_array) [dict create config $config target $target] 385 set name [dict get $j config] 395 set name [dict get $j config] 414 set name [dict get $j config] 482 config { 541 set config [dict get $t config] 564 <td class="nowrap"> %html($config) 626 set name [dict get $j config] [all …]
|
| H A D | fts4unicode.test | 410 foreach {tn2 config res} { 414 set config [string map [list * $c] $config] 417 do_unicode_token_test3 7.$tn1.$tn2 {*}$config $input $output
|
| H A D | show_speedtest1_rtree.tcl | 31 .c config -width $w -height $h
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.js | 19 self.Jaccwabyt = function StructBinderFactory(config){ argument 43 if(!(config.heap instanceof WebAssembly.Memory) 44 && !(config.heap instanceof Function)){ 48 (config[k] instanceof Function) || 52 const heap = (config.heap instanceof Function) 53 ? config.heap : (()=>new Uint8Array(config.heap.buffer)), 54 alloc = config.alloc, 55 dealloc = config.dealloc, 65 ptrSizeof = config.ptrSizeof || 4, 66 ptrIR = config.ptrIR || 'i32' [all …]
|
| H A D | jaccwabyt.md | 179 // These config options are all required: 188 for the ones shown above. Those three config options abstract away 191 deallocator. In a conventional Emscripten setup, that config might 472 `heap` config option. 541 string and returns its address relative to `config.heap()`. If 544 configured `config.dealloc()` function. 546 - `config` 553 Given a pointer value relative to `config.memory`, if that pointer 577 config options. 845 completely optional [StructBinderFactory][] config options.
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 103 (NS.config ? 104 (NS.config.projectCode || NS.config.projectName 105 || NS.config.shortProjectName) 206 config: { 258 if(this.config.autoScrollOutput){ 310 storage.setJSON(configStorageKey,this.config); 321 Object.keys(SF.config).forEach(function(k){ 323 SF.config[k] = storedConfig[k]; 463 if(null!==sql && this.config.autoClearOutput){ 502 const confVal = !!SF.config[e.dataset.config]; [all …]
|
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 317 struct config { struct 481 struct config *Configtable_find(struct config *); 1115 struct config *cfp; in FindFollowSets() 1153 struct config *cfp; in FindActions() 1314 return (struct config*)calloc(1, sizeof(struct config)); in newconfig() 1463 struct config *old; in Configlist_return() 1473 struct config *old; in Configlist_basis() 5583 const struct config *a = (struct config *) _a; in Configcmp() 5584 const struct config *b = (struct config *) _b; in Configcmp() 5592 PRIVATE int statecmp(struct config *a, struct config *b) in statecmp() [all …]
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 1660 self.WhWasmUtilInstaller.yawl = function(config){ argument 1661 const wfetch = ()=>fetch(config.uri, {credentials: 'same-origin'}); 1665 if(config.wasmUtilTarget){ 1667 const tgt = config.wasmUtilTarget; 1677 tgt.memory = (config.imports && config.imports.env 1678 && config.imports.env.memory) 1690 if(config.onload) config.onload(arg,config); 1696 return WebAssembly.instantiateStreaming(wfetch(), config.imports||{}) 1702 .then(bytes => WebAssembly.instantiate(bytes, config.imports||{}))
|
| /sqlite-3.40.0/autoconf/tea/ |
| H A D | Makefile.in | 395 -rm -f config.cache config.log config.status 454 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 456 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
| /sqlite-3.40.0/autoconf/ |
| H A D | INSTALL | 28 definitions. Finally, it creates a shell script `config.status' that 30 file `config.log' containing compiler output (useful mainly for 33 It can also use an optional file (typically called `config.cache' 34 and enabled with `--cache-file=config.cache' or simply `-C') that saves 43 some point `config.cache' contains results you don't want to keep, you 290 you can create a site shell script called `config.site' that gives 292 `configure' looks for `PREFIX/share/config.site' if it exists, then 293 `PREFIX/etc/config.site' if it exists. Or, you can set the 340 traditionally `config.cache'. FILE defaults to `/dev/null' to 343 `--config-cache' [all …]
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | recover1.test | 46 $R config testdb rstate.db 61 $R config testdb rstate.db 62 $R config rowids 1 206 $R config lostandfound "" 207 $R config invalid xyz
|
| H A D | recoverold.test | 41 $R config lostandfound lost_and_found 59 $R config lostandfound lost_and_found 174 $R config lostandfound lost_and_found 175 $R config freelistcorrupt 1
|
| H A D | recoverrowid.test | 22 $R config rowids $bRowids
|
| H A D | recovercorrupt.test | 58 $R config lostandfound lost_and_found
|
| H A D | recoverfault.test | 76 $R config lostandfound lost_and_found
|
| H A D | recoverslowidx.test | 60 $R config slowindexes 1
|
| /sqlite-3.40.0/ |
| H A D | sqlite.pc.in | 1 # Package Information for pkg-config
|
| H A D | sqlite3.pc.in | 1 # Package Information for pkg-config
|
| /sqlite-3.40.0/contrib/ |
| H A D | sqlitecon.tcl | 72 catch {$editmenu config -postcommand "sqlitecon::EnableEditMenu $w"} 91 $w.t tag config ok -foreground blue 92 $w.t tag config err -foreground red
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5unicode2.test | 421 foreach {tn2 config res} { 425 set config [string map [list * $c] $config] 428 do_unicode_token_test3 7.$tn1.$tn2 {*}$config $input $output
|
| /sqlite-3.40.0/autoconf/tea/tclconfig/ |
| H A D | tcl.m4 | 3714 AC_CACHE_VAL(ac_cv_c_$1config,[ 3717 if test x"${with_$1config}" != x ; then 3718 case ${with_$1config} in 3720 if test -f ${with_$1config}; then 3722 with_$1config=`echo ${with_$1config} | sed 's!/$1Config\.sh$!!'` 3726 ac_cv_c_$1config=`(cd ${with_$1config}; pwd)` 3757 ac_cv_c_$1config=`(cd $i; pwd)` 3761 ac_cv_c_$1config=`(cd $i/unix; pwd)` 3779 ac_cv_c_$1config=`(cd $i; pwd)` 3786 if test x"${ac_cv_c_$1config}" = x ; then [all …]
|