Home
last modified time | relevance | path

Searched refs:proxy (Results 1 – 15 of 15) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-worker1-promiser.js200 const proxy = Object.create(null);
201 proxy.message = msg;
206 proxy.onrow = msg.args.callback;
208 handlerMap[rowCallbackId] = proxy;
229 proxy.resolve = resolve;
230 proxy.reject = reject;
231 handlerMap[msg.messageId] = proxy;
H A DREADME.md81 - `sqlite3-opfs-async-proxy.js`\
82 is the asynchronous backend part of the OPFS proxy. It speaks
104 The non-JS outlier file is `sqlite3-wasm.c`: it is a proxy for
/sqlite-3.40.0/test/
H A Dmanydb.test22 # if we're using proxy locks, we use 5 filedescriptors for a db
24 # sqlite uses 3 (proxy locking adds the conch and the local lock)
H A Dfilectrl.test45 forcedelete .test_control_lockproxy.db-conch test.proxy
H A Dexclusive.test404 # if we're using proxy locks, we use 3 filedescriptors for a db
406 # sqlite uses 1 (proxy locking adds the conch and the local lock)
H A Dlock5.test34 # Disable the proxy locking for these tests
H A Dspellfix4.test277 ('proxy'),
H A Dshared.test45 # if we're using proxy locks, we use 2 filedescriptors for a db
47 # normally sqlite uses 1 (proxy locking adds the conch and the local lock)
H A Dpragma.test43 # pragma-16.*: Test proxy locking
/sqlite-3.40.0/src/
H A Dos_unix.c7836 unixFile *proxy = pCtx->lockProxy; in proxyCheckReservedLock() local
7837 return proxy->pMethod->xCheckReservedLock((sqlite3_file*)proxy, pResOut); in proxyCheckReservedLock()
7875 unixFile *proxy = pCtx->lockProxy; in proxyLock() local
7876 rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock); in proxyLock()
7877 pFile->eFileLock = proxy->eFileLock; in proxyLock()
7899 unixFile *proxy = pCtx->lockProxy; in proxyUnlock() local
7900 rc = proxy->pMethod->xUnlock((sqlite3_file*)proxy, eFileLock); in proxyUnlock()
7901 pFile->eFileLock = proxy->eFileLock; in proxyUnlock()
H A Dshell.c.in1195 const char * zInput; /* Input string from wasm/JS proxy */
H A Dsqlite.h.in8580 ** used as a proxy for the total work done by the prepared statement.
/sqlite-3.40.0/ext/wasm/
H A DGNUmakefile225 SOAP.js := $(dir.api)/sqlite3-opfs-async-proxy.js
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md719 to proxy static/shared C-side instances:
/sqlite-3.40.0/
H A Dmanifest509 F ext/wasm/api/sqlite3-opfs-async-proxy.js 24d1c1982a012d998907105a4ff1ff6881bf462395e90c0632681770…