Lines Matching refs:async
141 const getDirForFilename = async function f(absFilename, createDirs = false){
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){
409 xDeleteNoWait: async function(filename, syncDir = 0, recursive = false){
442 xFileSize: async function(fid/*sqlite3_file pointer*/){
460 xLock: async function(fid/*sqlite3_file pointer*/,
482 xOpen: async function(fid/*sqlite3_file pointer*/, filename,
528 xRead: async function(fid/*sqlite3_file pointer*/,n,offset64){
553 xSync: async function(fid/*sqlite3_file pointer*/,flags/*ignored*/){
570 xTruncate: async function(fid/*sqlite3_file pointer*/,size){
588 xUnlock: async function(fid/*sqlite3_file pointer*/,
606 xWrite: async function(fid/*sqlite3_file pointer*/,n,offset64){
736 const waitLoop = async function f(){