Searched refs:opRun (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-opfs.js | 356 const opRun = (op,...args)=>{ function 382 opRun('opfs-async-shutdown'); 688 rc = opRun('xClose', pFile); 701 ? opRun('xSync', pFile, 0) 708 const rc = opRun('xFileSize', pFile); 721 rc = opRun('xLock', pFile, lockType); 734 rc = opRun('xRead',pFile, n, Number(offset64)); 756 const rc = opRun('xTruncate', pFile, Number(sz64)); 766 rc = opRun('xUnlock', pFile, lockType); 778 rc = opRun('xWrite', pFile, n, Number(offset64)); [all …]
|