Home
last modified time | relevance | path

Searched refs:opId (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js767 const opId = Atomics.load(state.sabOPView, state.opIds.whichOp);
769 const hnd = opHandlers[opId] ?? toss("No waitLoop handler for whichOp #",opId);
777 else error("Missing callback for opId",opId);
H A Dsqlite3-api-opfs.js698 xFileControl: function(pFile, opId, pArg){ argument
700 const rc = (capi.SQLITE_FCNTL_SYNC===opId)