Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/
H A Dtest-opfs-vfs.js21 const error = (...args)=>console.error(logPrefix,...args); function
H A Ddemo-jsstorage.js40 const error = function(...args){ function
H A Ddemo-123.js42 const error = (...args)=>logHtml('error',...args); function
H A Dtester1.js118 const error = (...args)=>{ function
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle-worker.js264 error: e.message property
/sqlite-3.40.0/test/
H A Dmalloc_common.tcl569 proc do_error_test {name sql error} {
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js68 const error = (...args)=>logImpl(0, ...args); function
H A Dsqlite3-api-opfs.js118 const error = (...args)=>logImpl(0, ...args); function
/sqlite-3.40.0/tool/
H A Dlemon.c411 char *error; /* Code to execute when an error is seen */ member
/sqlite-3.40.0/src/
H A Dos_unix.c1298 static void storeLastErrno(unixFile *pFile, int error){ in storeLastErrno()