Home
last modified time | relevance | path

Searched refs:fh (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js184 if(!fh.syncHandle){
194 fh.syncHandle = await fh.fileHandle.createSyncAccessHandle();
209 if(!fh.xLock){
211 log("Auto-locked",fh.fid,fh.filenameAbs);
214 return fh.syncHandle;
228 if(fh.syncHandle){
232 delete fh.xLock;
270 if(fh.readOnly) toss(opName+"(): File is read-only: "+fh.filenameAbs);
388 if(fh){
392 try{ await fh.dirHandle.removeEntry(fh.filenamePart) }
[all …]
H A Dsqlite3-api-opfs.js843 const fh = Object.create(null);
844 fh.fid = pFile;
845 fh.filename = zName;
846 fh.sab = new SharedArrayBuffer(state.fileBufferSize);
847 fh.flags = flags;
852 if(fh.readOnly){
855 __openFiles[pFile] = fh;
856 fh.sabView = state.sabFileBufView;
857 fh.sq3File = new sqlite3_file(pFile);
858 fh.sq3File.$pMethods = opfsIoMethods.pointer;
[all …]
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js1793 const fh = await opfs.rootDirectory.getFileHandle(filename);
1794 sh = await fh.createSyncAccessHandle();
/sqlite-3.40.0/test/
H A Dpager1.test1995 fa, fb, fc, fd, fe, ff, fg, fh, fi, fj, fk, fl, fm, fn,
2009 fa, fb, fc, fd, fe, ff, fg, fh, fi, fj, fk, fl, fm, fn,