MCPcopy
hub / github.com/sql-js/sql.js / _sqlite3XPrintf

Function _sqlite3XPrintf

js/sql-debug.js:33805–33816  ·  view source on GitHub ↗
($0,$1,$varargs)

Source from the content-addressed store, hash-verified

33803 return (0)|0;
33804}
33805function _sqlite3XPrintf($0,$1,$varargs) {
33806 $0 = $0|0;
33807 $1 = $1|0;
33808 $varargs = $varargs|0;
33809 var $2 = 0, label = 0, sp = 0;
33810 sp = STACKTOP;
33811 STACKTOP = STACKTOP + 16|0;
33812 $2 = sp;
33813 HEAP32[$2>>2] = $varargs;
33814 _sqlite3VXPrintf($0,$1,$2);
33815 STACKTOP = sp;return;
33816}
33817function _sqlite3_compileoption_used($0) {
33818 $0 = $0|0;
33819 var $$0 = 0, $$01722$i = 0, $$01845 = 0, $$023$i = 0, $$023$i21$lcssa = 0, $$in$i = 0, $$lcssa77 = 0, $$lcssa79 = 0, $$lcssa79$in = 0, $$ph$ph = 0, $$phi$trans$insert28$i = 0, $$phi$trans$insert28$i25 = 0, $$phi$trans$insert29$i = 0, $$phi$trans$insert29$i26 = 0, $$pre27$i = 0, $$pre27$i24 = 0, $$pre30$i = 0, $$pre30$i27 = 0, $1 = 0, $10 = 0;

Callers 9

_printfFuncFunction · 0.85
_sqlite3_stepFunction · 0.85
_sqlite3UniqueConstraintFunction · 0.85
_pragmaVtabConnectFunction · 0.85
_pragmaVtabFilterFunction · 0.85
_checkAppendMsgFunction · 0.85
_sqlite3VdbeExpandSqlFunction · 0.85
_fts3EvalSelectDeferredFunction · 0.85

Calls 1

_sqlite3VXPrintfFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…