Home
last modified time | relevance | path

Searched refs:async (Results 1 – 25 of 26) sorted by relevance

12

/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c546 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 Dsqlite3-opfs-async-proxy.js183 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 Dsqlite3-api-opfs.js915 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 Dpre-js.js75 ? async ()=>{
79 : async ()=>{ // Safari < v15
H A Dsqlite3-api-worker1.js597 'opfs-tree': async function(ev){
604 self.onmessage = async function(ev){
H A DREADME.md81 - `sqlite3-opfs-async-proxy.js`\
83 directly to the (async) OPFS API and channels those results back
H A Dsqlite3-api-prologue.js1495 asyncPostInit: async function(){
/sqlite-3.40.0/test/
H A Dasync2.test18 # 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 Dasync.test9 # $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 Dtkt-94c04eaadb.test18 # The async logic is not built into this system
36 # Switch to async mode.
H A Dasync5.test17 # The async logic is not built into this system
H A Dasync3.test22 # The async logic is not built into this system
H A Dmemleak.test41 async.test
H A Dmain.test512 set rc [catch {sqlite3 db test.db -vfs async} msg]
514 } {1 {no such vfs: async}}
H A Dasync4.test33 # The async logic is not built into this system
H A Dpermutations.test106 all.test async.test quick.test veryquick.test
957 async.test
/sqlite-3.40.0/ext/wasm/
H A Ddemo-worker1-promiser.js23 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 Dbatch-runner.js113 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 Dtest-opfs-vfs.js16 const tryOpfsVfs = async function(sqlite3){
34 const wait = async (ms)=>{
H A Dtester1.js228 run: async function(sqlite3){
289 runTests: async function(sqlite3){
290 return new Promise(async function(pok,pnok){
1759 test: async function(sqlite3){
H A DGNUmakefile225 SOAP.js := $(dir.api)/sqlite3-opfs-async-proxy.js
/sqlite-3.40.0/
H A Dmanifest48 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 Dmain.mk49 TCCX += -I$(TOP)/ext/async -I$(TOP)/ext/userauth
448 $(TOP)/ext/async/sqlite3async.c \
H A DMakefile.in34 TCC += -I${TOP}/ext/fts3 -I${TOP}/ext/async -I${TOP}/ext/session
531 $(TOP)/ext/async/sqlite3async.c \
H A DMakefile.msc1611 $(TOP)\ext\async\sqlite3async.c

12