| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | extern-post-js.js | 41 ? (...args)=>console.warn('sqlite3.debugModule:',...args) 88 console.warn("Replaced sqlite3InitModule()"); 89 console.warn("self.location.href =",self.location.href); 91 console.warn("document.currentScript.src =",
|
| H A D | sqlite3-api-opfs.js | 110 1:console.warn.bind(console), 117 const warn = (...args)=>logImpl(1, ...args); function 381 warn("Shutting down OPFS async listener. The OPFS VFS will no longer work."); 385 warn("Attempting to restart OPFS VFS async listener. Might work, might not."); 832 warn("OPFS xGetLastError() has nothing sensible to return."); 1231 warn("End of OPFS sanity checks."); 1264 warn("Running sanity checks because of opfs-sanity-check URL arg..."); 1304 console.warn("Ignoring inability to install OPFS sqlite3_vfs:",e.message);
|
| H A D | sqlite3-api-cleanup.js | 57 console.warn("Installing sqlite3 bits as global S for local dev/test purposes."); 66 console.warn("This is not running in an Emscripten module context, so",
|
| H A D | sqlite3-opfs-async-proxy.js | 60 1:console.warn.bind(console), 67 const warn = (...args)=>logImpl(1, ...args); function 203 warn("Error getting sync handle. Waiting",ms, 252 warn("closeSyncHandleNoThrow() ignoring:",e,fh); 393 catch(e){ warn("Ignoring dirHandle.removeEntry() failure of",fh,e) } 819 warn("Restarting after opfs-async-shutdown. Might or might not work.");
|
| H A D | sqlite3-api-worker1.js | 627 if(0) console.warn("Worker is propagating an exception to main thread.",
|
| H A D | sqlite3-api-oo1.js | 1318 console.warn("Unsupported bind() argument type:",val); 1522 console.warn("sqlite3_step() rc=",rc,
|
| H A D | sqlite3-api-prologue.js | 146 console.warn("sqlite3ApiBootstrap() called multiple times.",
|
| H A D | sqlite3-api-glue.js | 117 console.warn("sqlite3_wasm_db_error() is not exported.",arguments);
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | demo-worker1.js | 35 const warn = console.warn.bind(console); 302 warn("Unknown sqlite3-worker message type:",ev); 327 warn("Unknown sqlite3-api message type:",ev); 339 warn("Unknown sqlite3-api message type:",ev);
|
| H A D | batch-runner.js | 19 const warn = console.warn.bind(console); 57 warn("Unhandled db entry type:",type,'name =',name); 95 warn: console.warn.bind(console), property
|
| H A D | scratchpad-wasmfs-main.js | 20 warn = console.warn.bind(console),
|
| H A D | demo-worker1-promiser.js | 20 const warn = console.warn.bind(console); 143 warn("Intentional error:",e);
|
| H A D | test-opfs-vfs.js | 20 const warn = (...args)=>console.warn(logPrefix,...args); function
|
| H A D | demo-123.js | 41 const warn = (...args)=>logHtml('warning',...args); function 185 warn("Got expected exception:",e.message);
|
| H A D | demo-jsstorage.js | 37 const warn = function(...args){ function
|
| H A D | tester1.js | 114 const warn = (...args)=>{ function 115 console.warn(...args);
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 280 console.warn("No handlers found for message type:",msg); 348 console.warn("Unexpected module-type message:",ev); 480 console.warn("Unhandled 'working' event:",ev.data);
|
| H A D | fiddle-worker.js | 318 console.warn("Unknown fiddle-worker message type:",ev);
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.js | 268 console.warn("ondispose() for",ctor.structName,'@', 279 console.warn("ondispose() for",ctor.structName,'@',
|
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | rules.vc | 421 !if [nmakehlp -l -warn:3] 422 LINKERFLAGS = $(LINKERFLAGS) -warn:3
|
| /sqlite-3.40.0/src/ |
| H A D | sqliteInt.h | 219 #pragma warn -rch /* unreachable code */ 220 #pragma warn -ccc /* Condition is always true or false */ 221 #pragma warn -aus /* Assigned value is never used */ 222 #pragma warn -csu /* Comparing signed and unsigned */ 223 #pragma warn -spa /* Suspicious pointer arithmetic */
|
| /sqlite-3.40.0/ |
| H A D | aclocal.m4 | 1432 # The compiler can only warn and ignore the option if not recognized 1469 # The linker can only warn and ignore the option if not recognized 1886 # The compiler can only warn and ignore the option if not recognized 1930 need_locks=warn
|
| H A D | ltmain.sh | 1313 elif test "$need_locks" = warn; then
|
| /sqlite-3.40.0/test/ |
| H A D | fts1porter.test | 22763 warn warn 22764 warned warn 22765 warning warn 22766 warnings warn 22767 warns warn
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 11389 warmth warmth warn warn 11390 warned warn warning warn 11391 warnings warn warns warn
|