Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js463 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 Dsqlite3-api-glue.js19 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 Dsqlite3-api-prologue.js991 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 Dsqlite3-api-opfs.js21 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 Dsqlite3-api-worker1.js325 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 Dsqlite3-api-oo1.js17 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 Dpost-js-header.js11 Module.postRun.push(function(Module/*the Emscripten-style module object*/){
H A Dsqlite3-opfs-async-proxy.js668 typeIds.push(getTypeIdById(viewU8[offset]));
681 rc.push(v);
700 typeIds.push(getTypeId(args[i]));
/sqlite-3.40.0/test/
H A Dtkt-18458b1a.test22 # Disable the flattener and push-down optimizations
24 optimization_control db push-down 0
28 optimization_control db push-down 1
H A Dwindowpushd.test12 # focus of this file is testing the push-down optimization when
100 optimization_control db push-down $tn
H A Dselect4.test973 # 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 Dunionall.test422 optimization_control db query-flattener,push-down 0
H A Djoin5.test165 # 2015-08-20. LEFT JOIN and the push-down optimization.
H A Drowvalue.test308 # WHERE-clause push-down optimizations.
H A Dfts1porter.test16274 push push
16275 pushes push
/sqlite-3.40.0/ext/wasm/
H A Ddemo-worker1.js57 push: function(type,callback){ method
58 this.queue.push(callback);
85 const messageId = MsgHandlerQueue.push(eventType,function(ev){
H A Dbatch-runner.js384 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 Dspeedtest1-worker.js45 App.logBuffer.push(msg);
H A Dfiddle.make99 push-fiddle: fiddle
H A Dtester1.js225 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 DGNUmakefile624 .PHONY: push-testing
625 push-testing:
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.js391 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 Dfiddle.js272 : (this._msgMap[type] = [])).push(callback);
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5porter.test8145 push push pushes push
/sqlite-3.40.0/src/
H A Dshell.c.in12020 ** client code can "push" SQL into it after this call returns. */