Home
last modified time | relevance | path

Searched defs:log (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/ext/wasm/
H A Dtest-opfs-vfs.js19 const log = (...args)=>console.log(logPrefix,...args); function
H A Ddemo-jsstorage.js33 const log = function(...args){ function
H A Dspeedtest1-worker.js48 const log = (...args)=>logMsg('stdout',args); function
H A Dbatch-runner.js94 log: console.log.bind(console), property
H A Ddemo-123.js40 const log = (...args)=>logHtml('',...args); function
H A Dtester1.js110 const log = (...args)=>{ function
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js66 const log = (...args)=>logImpl(2, ...args); function
H A Dsqlite3-api-opfs.js116 const log = (...args)=>logImpl(2, ...args); function
/sqlite-3.40.0/ext/lsm1/
H A DlsmInt.h258 LogMark log; member
301 DbLog log; /* Current layout of log file */ member
/sqlite-3.40.0/src/
H A Dsqlite3ext.h225 void (*log)(int,const char*,...); member