| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-oo1.js | 202 const arg = {}; 206 if(undefined===arg.flags) arg.flags = 'c'; 207 if(undefined===arg.vfs) arg.vfs = null; 208 if(undefined===arg.filename) arg.filename = ':memory:'; 212 arg.vfs = vfs; 214 return arg; 764 if(!arg.sql){ 1438 let ndx, arg; 1454 if(null===arg){ 1478 return bindOne(this, ndx, affirmSupportedBindType(arg), arg); [all …]
|
| H A D | pre-js.js | 77 .then((arg)=>onSuccess(arg.instance, arg.module)); 83 .then((arg)=>onSuccess(arg.instance, arg.module));
|
| H A D | sqlite3-api-glue.js | 278 let i, pVal, valType, arg; 293 arg = capi.sqlite3_value_int64(pVal); 294 if(util.bigIntFitsDouble(arg)) arg = Number(arg); 296 else arg = capi.sqlite3_value_double(pVal)/*yes, double, for larger integers*/; 299 arg = capi.sqlite3_value_double(pVal); 302 arg = capi.sqlite3_value_text(pVal); 310 arg = n ? wasm.heap8u().slice(pBlob, pBlob + Number(n)) : null; 314 arg = null; break; 320 tgt.push(arg);
|
| /sqlite-3.40.0/ |
| H A D | ltmain.sh | 1866 arg=$1 1886 for arg 1890 dest=$arg 1903 prev=$arg 1916 dest=$arg 3919 if (!arg || !*arg) 4113 for arg 4713 arg= 4718 arg="$arg $wl$func_quote_for_eval_result" 4729 arg= [all …]
|
| H A D | configure | 57 arg=$1; 58 case $arg in #( 60 expr "X$arg" : "X\\(.*\\)$as_nl"; 61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 12066 case $arg in #( 12068 expr "X$arg" : "X\\(.*\\)$as_nl"; 13123 defundef = arg[2] 13124 mac1 = arg[3] 13126 defundef = substr(arg[1], 2) [all …]
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 1238 xcv.arg.i64 = (i)=>BigInt(i); 1240 xcv.arg.i32 = (i)=>(i | 0); 1243 xcv.arg.f32 = xcv.arg.float = (i)=>Number(i).valueOf(); 1244 xcv.arg.f64 = xcv.arg.double = xcv.arg.f32; 1245 xcv.arg.int = xcv.arg.i32; 1246 xcv.result['*'] = xcv.result['pointer'] = xcv.arg['**'] = xcv.arg[ptrIR]; 1255 xcv.arg[t+'*'] = xcv.result[t+'*'] = xcv.arg[ptrIR]; 1276 xcv.arg.string = xcv.arg.utf8 = xcv.arg['pointer'] = xcv.arg['*'] 1663 const finalThen = function(arg){ argument 1668 tgt.module = arg.module; [all …]
|
| /sqlite-3.40.0/ext/repair/ |
| H A D | sqlite3_checker.tcl | 130 set arg [lindex $argv $i] 131 if {[regexp {^-+tclsh$} $arg]} { 135 if {[regexp {^-+version$} $arg]} { 141 if {[regexp {^-+freelist$} $arg]} { 146 if {[regexp {^-+summary$} $arg]} { 151 if {[regexp {^-+trace$} $arg]} { 155 if {[regexp {^-+batchsize$} $arg]} { 164 if {[regexp {^-+index$} $arg]} { 174 if {[regexp {^-+table$} $arg]} { 184 if {[regexp {^-} $arg]} { [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | wapptest.tcl | 820 set arg [lindex $argv $i] 821 if {[string range $arg 0 1]=="--"} { 822 set arg [string range $arg 1 end] 824 if {[info exists WAPPARG($arg)]} { 825 lappend lWappArg $arg 826 if {$WAPPARG($arg)} { 831 lappend lTestArg $arg 845 set arg [lindex $lTestArg $i] 847 if {[lsearch $lPlatform $arg]<0} { 848 puts stderr "No such platform: $arg. Platforms are: $lPlatform" [all …]
|
| H A D | tkt3718.test | 35 # f1(<arg>) 37 # Uses database handle [db] to execute "SELECT f2(<arg>)". Returns either 38 # the results or error message from the "SELECT f2(<arg>)" query to the 49 # f2(<arg>) 51 # Return the value of <arg>. Unless <arg> is "three", in which case throw
|
| H A D | fts2.test | 18 while {[set arg [lshift argv]] != ""} { 19 switch -- $arg { 27 set argv [linsert $argv 0 $arg]
|
| H A D | mallocAll.test | 17 while {[set arg [lshift argv]] != ""} { 18 switch -- $arg { 23 set argv [linsert $argv 0 $arg]
|
| H A D | pg_common.tcl | 172 proc ifcapable {arg} { argument 173 puts $::fd "ifcapable $arg { finish_test ; return }"
|
| H A D | fts4merge.test | 81 foreach {tn arg} { 91 INSERT INTO t2(t2) VALUES($arg);
|
| H A D | fts4noti.test | 32 foreach {tn arg res} { 45 do_catchsql_test 1.$tn "CREATE VIRTUAL TABLE t1 USING fts4 $arg" $res
|
| H A D | enc2.test | 330 proc test_function {enc arg} { 331 return "$enc $arg"
|
| /sqlite-3.40.0/tool/ |
| H A D | mkpragmatab.tcl | 422 set arg 0 424 global name type if arg allbyname typebyif flags cols all_cols 437 set allbyname($name) [list $type $arg $if $flags $cols] 443 set arg 0 460 set arg $val 575 foreach {type arg if flag cx} $allbyname($name) break 606 puts $fd " /* iArg: */ $arg \175,"
|
| H A D | spaceanal.tcl | 82 foreach arg $argv { 83 if {[regexp {^-+pageinfo$} $arg]} { 85 } elseif {[regexp {^-+stats$} $arg]} { 87 } elseif {[regexp {^-+debug$} $arg]} { 89 } elseif {[regexp {^-+tclsh$} $arg]} { 92 } elseif {[regexp {^-+version$} $arg]} { 97 } elseif {[regexp {^-} $arg]} { 98 puts stderr "Unknown option: $arg" 103 set file_to_analyze $arg
|
| H A D | lemon.c | 200 char *arg; member 545 char *arg in Action_add() argument 1992 }else if( op[j].arg==0 ){ in handleflags() 1995 *((int*)op[j].arg) = v; in handleflags() 2084 *(int*)(op[j].arg) = lv; in handleswitch() 2090 *(char**)(op[j].arg) = sv; in handleswitch() 4463 if( lemp->arg && lemp->arg[0] ){ in ReportTable() 4464 i = lemonStrlen(lemp->arg); in ReportTable() 4466 while( i>=1 && (ISALNUM(lemp->arg[i-1]) || lemp->arg[i-1]=='_') ) i--; in ReportTable() 4471 name,lemp->arg,&lemp->arg[i]); lineno++; in ReportTable() [all …]
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | demo-123.js | 163 xFunc: function(pCx, arg){ // note the call arg count argument 164 return arg + arg;
|
| H A D | tester1.js | 569 /requires 0 arg/). 573 T.mustThrowMatching(()=>fw(1), /requires 0 arg/); 719 const wtsFunc = function(arg){ argument 723 T.assert(WTStruct.instanceForPointer(arg) === wts); 868 instm._requireFileArg = function(arg,methodName){ argument 869 arg = capi.sqlite3_file.resolveToInstance(arg); 870 if(!arg){ 873 return arg; 1369 xFunc: (pCx,arg)=>arg
|
| H A D | split-speedtest1-script.sh | 4 infile=${1:?arg = speedtest1 --script output file}
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5config.test | 82 foreach {tn arg} { 95 set func [string map {' ''} "first($arg)"] 98 SELECT rank IS $arg FROM zzz WHERE zzz MATCH 'a + b + c'
|
| /sqlite-3.40.0/autoconf/tea/tclconfig/ |
| H A D | install-sh | 184 for arg 192 dst_arg=$arg
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | regexp.c | 391 static int re_insert(ReCompiled *p, int iBefore, int op, int arg){ in re_insert() argument 400 p->aArg[iBefore] = arg; in re_insert() 406 static int re_append(ReCompiled *p, int op, int arg){ in re_append() argument 407 return re_insert(p, p->nState, op, arg); in re_append()
|
| /sqlite-3.40.0/ext/fts5/tool/ |
| H A D | loadfts5.tcl | 70 set arg [lindex $argv $i]
|