Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 121) sorted by relevance

12345

/sqlite-3.40.0/test/
H A Dwapp.tcl251 return [dict get $wapp $name]
498 if {[dict get $W .toread]<=0} {
513 set hdr [split [dict get $W .header] \n]
640 set URI [dict get $wapp REQUEST_URI]
652 dict set wapp SELF_URL [dict get $wapp BASE_URL]/[dict get $wapp PATH_HEAD]
669 set base [dict get $wapp BASE_URL]
685 set mname [dict get $wapp PATH_HEAD]
723 set mimetype [dict get $wapp .mimetype]
747 set reply [dict get $wapp .reply]
834 set len [dict get $W CONTENT_LENGTH]
[all …]
H A Dfts3sort.test86 set A($X(docid)) [array get X]
91 set B($X(docid)) [array get X]
96 set C($X(docid)) [array get X]
101 set D($X(docid)) [array get X]
113 set DATA($X(docid)) [array get X]
116 do_test $tn.5 { lsort [array get A] } [lsort [array get DATA]]
117 do_test $tn.6 { lsort [array get B] } [lsort [array get DATA]]
118 do_test $tn.7 { lsort [array get C] } [lsort [array get DATA]]
119 do_test $tn.8 { lsort [array get D] } [lsort [array get DATA]]
122 do_test $tn.9 { set CONTROL($tn) } [lsort [array get DATA]]
[all …]
H A Dwapptest.tcl23 set G(tcl) [::tcl::pkgconfig get libdir,install]
63 set config [dict get $t config]
64 set target [dict get $t target]
385 set name [dict get $j config]
395 set name [dict get $j config]
414 set name [dict get $j config]
419 set target [dict get $j target]
541 set config [dict get $t config]
542 set target [dict get $t target]
626 set name [dict get $j config]
H A Dfts4aa.test131 # Should get the same search results from FTS3
142 foreach {q r} [array get fts4aa_res] {
149 # Should get the same search results when the page size is very large
163 foreach {q r} [array get fts4aa_res] {
170 # Should get the same search results when an authorizer prevents
187 foreach {q r} [array get fts4aa_res] {
H A Dfunc5.test17 # Verify that constant string expressions that get factored into initializing
35 # Verify that SQLITE_DETERMINISTIC functions get factored out of the
39 # time. But counter2() is marked as deterministic, so it does get factored
H A Dlock.test179 # a RESERVED lock) tries to get a RESERVED lock, we do get a busy callback
189 # db2 does not hold a lock so we should get a busy callback here
210 # We get a busy callback because db2 is not holding a lock
H A Dmutex1.test139 # NOTE: Make sure all the app and vfs mutexes get used.
159 foreach {key value} [array get counters] {
H A Dtestrunner.tcl464 interp eval tinterp [list array set ::cmdlinearg [array get ::cmdlinearg]]
467 interp eval tinterp [list array set ::G [array get ::G]]
480 puts_into_caller [dict get $opt -errorinfo]
H A Dfts3_common.tcl67 array set opts [array get default]
116 array set opts [array get default]
H A Dspeed3.test102 # puts "1: [array get stats1]"
103 # puts "2: [array get stats2]"
H A Dwal6.test46 # Under Windows, you'll get an error trying to delete
238 # Confirm that it is possible to get an SQLITE_BUSY_SNAPSHOT error from
H A Dfts3matchinfo.test135 foreach {fmt res} [array get resarray] {
158 foreach {fmt res} [array get resarray] {
166 foreach {format res} [array get resarray] {
171 foreach {format res} [array get resarray] {
H A Dmalloc_common.tcl137 array set O [array get DEFAULT]
341 array set O [array get DEFAULT]
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js424 out.cbArg = (stmt)=>stmt.get(opt.rowMode);
431 const rc = stmt.get(this.obj)[this.colName];
454 if(stmt.step()) rc = stmt.get(getArg);
514 Object.keys(__stmtMap.get(this)).forEach((k,s)=>{
618 __stmtMap.get(this)[pStmt] = stmt;
1045 if(stmt.step()) rc = stmt.get(0,asType);
1335 delete __stmtMap.get(this.db)[this.pointer];
1603 get: function(ndx,asType){ method in Stmt
1610 ndx[i] = this.get(i++);
1694 const s = this.get(ndx, capi.SQLITE_STRING);
[all …]
H A Dsqlite3-api-prologue.js1138 get: wasm.exports.sqlite3_wasm_pstack_ptr property
1150 get: wasm.exports.sqlite3_wasm_pstack_quota property
1158 get: wasm.exports.sqlite3_wasm_pstack_remaining property
H A Dsqlite3-worker1.js39 theJs = urlParams.get('sqlite3.dir') + '/' + theJs;
H A Dpre-js.js35 theFile = up.get(path);
/sqlite-3.40.0/ext/wasm/
H A Ddemo-123.js129 log("row ",++this.counter,"get(0) =",row.get(0));
174 log("a =",row.get(0), "twice(a) =", row.get(1),
175 "twice(''||a) =",row.get(2));
271 sqlite3Js = urlParams.get('sqlite3.dir') + '/' + sqlite3Js;
H A Dtester1.js1167 .assert(3 === st.get(0))
1168 .mustThrow(()=>st.get(1))
1169 .mustThrow(()=>st.get(0,~capi.SQLITE_INTEGER))
1170 .assert(3 === st.get(0,capi.SQLITE_INTEGER))
1172 .assert('3' === st.get(0,capi.SQLITE_TEXT))
1174 .assert(3.0 === st.get(0,capi.SQLITE_FLOAT))
1176 .assert(3 === st.get({}).a)
1177 .assert(3 === st.get([])[0])
1179 .assert(st.get(0,capi.SQLITE_BLOB) instanceof Uint8Array)
1180 .assert(1===st.get(0,capi.SQLITE_BLOB).length)
[all …]
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.js262 if(!m) m = __instancePointerMap.get(obj);
285 delete __ptrBacklinks.get(ctor)[m];
319 __ptrBacklinks.get(ctor)[m] = obj;
381 get: function(){return __instancePointerMap.get(this)}, method
610 prop.get = function(){
701 const map = __ptrBacklinks.get(StructCtor);
/sqlite-3.40.0/contrib/
H A Dsqlitecon.tcl215 set line [$w get $start "$start lineend"]
537 if {![catch {set text [$w get sel.first sel.last]}]} {
576 if {[catch {selection get -displayof $w -selection CLIPBOARD} topaste]
577 && [catch {selection get -displayof $w -selection PRIMARY} topaste]} {
630 puts $fd [string trimright [$w get 1.0 end] \n]
673 set txt [string trimright [$w.t get 1.0 end]]
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb2.cc95 pKey = pCur->get(&nKey, &pVal, &nVal); in test_kc_delete_range()
135 pKcDb->pVal = pKcDb->db->get((const char *)pKey, nKey, &nVal); in test_kc_fetch()
176 pKey = pCur->get(&nKey, &pVal, &nVal); in test_kc_scan()
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js187 get: ()=>(target.instance && target.instance.exports)
368 return fptr < ft.length ? ft.get(fptr) : undefined;
545 if(ft.get(ptr)){ /* Table was modified via a different API */
589 const rc = ft.get(ptr);
1068 get: ()=>cache.scopedAlloc.length,
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle.js129 get: (k,dflt)=>$storageHolder.hasOwnProperty(
137 return 'true'===this.get(k,''+(!!dflt));
144 const x = this.get(k,f);
811 SF.dbExec(urlParams.get('sql') || null);
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5matchinfo.test103 foreach {fmt res} [array get resarray] {
126 foreach {fmt res} [array get resarray] {
134 foreach {format res} [array get resarray] {
139 foreach {format res} [array get resarray] {

12345