Searched refs:async (Results 1 – 25 of 26) sorted by relevance
12
| /sqlite-3.40.0/ext/async/ |
| H A D | sqlite3async.c | 546 if( async.pQueueLast ){ in addAsyncWrite() 557 async.nFile--; in addAsyncWrite() 576 if( async.nFile==0 ){ in incrOpenFileCount() 579 async.nFile++; in incrOpenFileCount() 596 return async.ioError; in addNewAsyncWrite() 681 rc = async.ioError; in asyncRead() 1569 async.ioError = rc; in asyncWriterThread() 1572 if( async.ioError && !async.pQueueFirst ){ in asyncWriterThread() 1583 if( !async.pQueueFirst || !async.ioError ){ in asyncWriterThread() 1652 async.eHalt = eWhen; in sqlite3async_control() [all …]
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-opfs-async-proxy.js | 183 const getSyncHandle = async (fh)=>{ 227 const closeSyncHandle = async (fh)=>{ 249 const closeSyncHandleNoThrow = async (fh)=>{ 329 'opfs-async-metrics': async ()=>{ 335 'opfs-async-shutdown': async ()=>{ 339 mkdir: async (dirname)=>{ 354 xAccess: async (filename)=>{ 381 xClose: async function(fid/*sqlite3_file pointer*/){ 403 xDelete: async function(...args){ 460 xLock: async function(fid/*sqlite3_file pointer*/, [all …]
|
| H A D | sqlite3-api-opfs.js | 915 opfsUtil.getDirForFilename = async function f(absFilename, createDirs = false){ 932 opfsUtil.mkdir = async function(absDirName){ 945 opfsUtil.entryExists = async function(fsEntryName){ 1012 opfsUtil.treeList = async function(){ 1013 const doDir = async function callee(dirHandle,tgt){ 1039 opfsUtil.rmfr = async function(){ 1061 opfsUtil.unlink = async function(fsEntryName, recursive = false, 1117 opfsUtil.traverse = async function(opt){ 1126 const doDir = async function callee(dirHandle, depth){ 1292 self.sqlite3ApiBootstrap.initializersAsync.push(async (sqlite3)=>{
|
| H A D | pre-js.js | 75 ? async ()=>{ 79 : async ()=>{ // Safari < v15
|
| H A D | sqlite3-api-worker1.js | 597 'opfs-tree': async function(ev){ 604 self.onmessage = async function(ev){
|
| H A D | README.md | 81 - `sqlite3-opfs-async-proxy.js`\ 83 directly to the (async) OPFS API and channels those results back
|
| H A D | sqlite3-api-prologue.js | 1495 asyncPostInit: async function(){
|
| /sqlite-3.40.0/test/ |
| H A D | async2.test | 18 # The async logic is not built into this system 85 do_test async-$err-1.1.$n { 92 do_test async-$err-1.2.$n.1 { 97 do_test async-$err-1.2.$n.2 { 104 do_test async-$err-1.3.$n.1 { 109 do_test async-$err-1.3.$n.2 {
|
| H A D | async.test | 9 # $Id: async.test,v 1.21 2009/06/05 17:09:12 drh Exp $ 15 # The async logic is not built into this system 46 # This proc flushes the contents of the async-IO queue through to the 49 # this is required for the tests to work in async mode.
|
| H A D | tkt-94c04eaadb.test | 18 # The async logic is not built into this system 36 # Switch to async mode.
|
| H A D | async5.test | 17 # The async logic is not built into this system
|
| H A D | async3.test | 22 # The async logic is not built into this system
|
| H A D | memleak.test | 41 async.test
|
| H A D | main.test | 512 set rc [catch {sqlite3 db test.db -vfs async} msg] 514 } {1 {no such vfs: async}}
|
| H A D | async4.test | 33 # The async logic is not built into this system
|
| H A D | permutations.test | 106 all.test async.test quick.test veryquick.test 957 async.test
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | demo-worker1-promiser.js | 23 const logHtml = async function(cssClass,...args){ 32 const testCount = async ()=>{ 62 const wtest = async function(msgType, msgArgs, callback){ 71 const runTests = async function(){ 100 const runTests2 = async function(){
|
| H A D | batch-runner.js | 113 execSql: async function(name,sql){ 303 loadSqlList: async function(){ 346 fetchFile: async function(fn, cacheIt=false){ 426 evalFile: async function(fn){ 564 this.e.btnRunRemaining.addEventListener('click', async function(){
|
| H A D | test-opfs-vfs.js | 16 const tryOpfsVfs = async function(sqlite3){ 34 const wait = async (ms)=>{
|
| H A D | tester1.js | 228 run: async function(sqlite3){ 289 runTests: async function(sqlite3){ 290 return new Promise(async function(pok,pnok){ 1759 test: async function(sqlite3){
|
| H A D | GNUmakefile | 225 SOAP.js := $(dir.api)/sqlite3-opfs-async-proxy.js
|
| /sqlite-3.40.0/ |
| H A D | manifest | 48 F ext/async/README.txt e12275968f6fde133a80e04387d0e839b0c51f91 49 F ext/async/sqlite3async.c 6f247666b495c477628dd19364d279c78ea48cd90c72d9f9b98ad1aff3294f94 50 F ext/async/sqlite3async.h 46b47c79357b97ad85d20d2795942c0020dc20c532114a49808287f04aa5309a 509 F ext/wasm/api/sqlite3-opfs-async-proxy.js 24d1c1982a012d998907105a4ff1ff6881bf462395e90c0632681770… 774 F test/async.test 1d0e056ba1bb9729283a0f22718d3a25e82c277b
|
| H A D | main.mk | 49 TCCX += -I$(TOP)/ext/async -I$(TOP)/ext/userauth 448 $(TOP)/ext/async/sqlite3async.c \
|
| H A D | Makefile.in | 34 TCC += -I${TOP}/ext/fts3 -I${TOP}/ext/async -I${TOP}/ext/session 531 $(TOP)/ext/async/sqlite3async.c \
|
| H A D | Makefile.msc | 1611 $(TOP)\ext\async\sqlite3async.c
|
12