Searched refs:push (Results 1 – 25 of 25) sorted by relevance
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 463 pushSigType: (dest, letter)=>dest.push(f._.typeCodes[f._.letterType(letter)]) 475 if('v'===sig[0]) wasmCode.push(0); 477 wasmCode.push(1); 486 wasmCode.push( 562 if(ptr===oldLen) cache.freeFuncIndexes.push(oldLen); 570 if(ptr===oldLen) cache.freeFuncIndexes.push(oldLen); 588 fi.push(ptr); 1004 cache.scopedAlloc.push(a); 1062 cache.scopedAlloc[cache.scopedAlloc.length-1].push(p); 1253 if(target.bigIntEnabled) copyToResult.push('i64');
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-glue.js | 19 self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ 133 f._.push(...args); 184 aVals.push( wasm.cstringToJs(wasm.getPtrValue(pColVals + offset)) ); 185 aNames.push( wasm.cstringToJs(wasm.getPtrValue(pColNames + offset)) ); 320 tgt.push(arg); 382 tgtUninst.push(fArg); 384 rc.push(fArg);
|
| H A D | sqlite3-api-prologue.js | 991 wasm.bindingSignatures.push(["sqlite3_normalized_sql", "string", "sqlite3_stmt*"]); 1099 rc.push(mem + offset); 1301 rc.push(wasm.cstringToJs(oVfs.$zName)); 1381 if('session'===which || ""===which) rc.stores.push(self.sessionStorage); 1382 if('local'===which || ""===which) rc.stores.push(self.localStorage); 1407 if(k.startsWith(kvinfo.prefix)) toRm.push(k);
|
| H A D | sqlite3-api-opfs.js | 21 self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ 483 typeIds.push(getTypeIdById(viewU8[offset])); 496 rc.push(v); 528 typeIds.push(getTypeId(args[i])); 643 tgt.ondispose.push('ondispose.__removeFuncList handler', 647 tgt.ondispose.__removeFuncList.push(memKey, pFunc); 1020 tgt.dirs.push(subDir); 1023 tgt.files.push(handle.name); 1292 self.sqlite3ApiBootstrap.initializersAsync.push(async (sqlite3)=>{
|
| H A D | sqlite3-api-worker1.js | 325 self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ 370 if(this.dbList.indexOf(db)<0) this.dbList.push(db); 589 wState.xfer.push(response.byteArray.buffer);
|
| H A D | sqlite3-api-oo1.js | 17 self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ 810 opt.saveSql.push(capi.sqlite3_sql(pStmt).trim()); 827 if(resultRows) resultRows.push(row); 1665 this.db._blobXfer.push(rc.buffer); 1723 tgt.push(capi.sqlite3_column_name(this.pointer, i));
|
| H A D | post-js-header.js | 11 Module.postRun.push(function(Module/*the Emscripten-style module object*/){
|
| H A D | sqlite3-opfs-async-proxy.js | 668 typeIds.push(getTypeIdById(viewU8[offset])); 681 rc.push(v); 700 typeIds.push(getTypeId(args[i]));
|
| /sqlite-3.40.0/test/ |
| H A D | tkt-18458b1a.test | 22 # Disable the flattener and push-down optimizations 24 optimization_control db push-down 0 28 optimization_control db push-down 1
|
| H A D | windowpushd.test | 12 # focus of this file is testing the push-down optimization when 100 optimization_control db push-down $tn
|
| H A D | select4.test | 973 # The where push-down optimization from 2015-06-02 is suppose to disable 1009 # Adverse interaction between the constant propagation and push-down 1032 # the push-down optimization. This is harmless in delivery builds, as that code
|
| H A D | unionall.test | 422 optimization_control db query-flattener,push-down 0
|
| H A D | join5.test | 165 # 2015-08-20. LEFT JOIN and the push-down optimization.
|
| H A D | rowvalue.test | 308 # WHERE-clause push-down optimizations.
|
| H A D | fts1porter.test | 16274 push push 16275 pushes push
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | demo-worker1.js | 57 push: function(type,callback){ method 58 this.queue.push(callback); 85 const messageId = MsgHandlerQueue.push(eventType,function(ev){
|
| H A D | batch-runner.js | 384 rc.push(['db', ...mk]); 387 rc.push(row); 388 row.push(...mk.map((kk)=>m[kk])); 400 ar.push(row.join(colSeparator),'\n');
|
| H A D | speedtest1-worker.js | 45 App.logBuffer.push(msg);
|
| H A D | fiddle.make | 99 push-fiddle: fiddle
|
| H A D | tester1.js | 225 this.tests.push(testObj); 248 skipped.push( n+': '+t.name ); 272 this.testGroups.push( this.currentTestGroup = 385 if(w.bigIntEnabled) li.push(64); 860 tgt.__ondispose.push(pFunc, wrapperKey);
|
| H A D | GNUmakefile | 624 .PHONY: push-testing 625 push-testing:
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.js | 391 Object.keys(this.structInfo.members).forEach((k)=>a.push(this.memberKey(k))); 465 obj.ondispose.push(v); 574 if(bigIntEnabled) a.push('j');
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 272 : (this._msgMap[type] = [])).push(callback);
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 8145 push push pushes push
|
| /sqlite-3.40.0/src/ |
| H A D | shell.c.in | 12020 ** client code can "push" SQL into it after this call returns. */
|