Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js1213 const readBuf = wasm.scopedAlloc(16);
1214 rc = ioSyncWrappers.xRead(sq3File.pointer, readBuf, 6, 2);
1215 wasm.setMemValue(readBuf+6,0);
1216 let jRead = wasm.cstringToJs(readBuf);
/sqlite-3.40.0/src/
H A Dos_unix.c7323 char readBuf[PROXY_MAXCONCHLEN]; in proxyTakeConch() local
7347 readLen = seekAndRead((unixFile*)conchFile, 0, readBuf, PROXY_MAXCONCHLEN); in proxyTakeConch()
7354 readBuf[0]!=(char)PROXY_CONCHVERSION ){ in proxyTakeConch()
7367 hostIdMatch = !memcmp(&readBuf[PROXY_HEADERLEN], myHostID, in proxyTakeConch()
7380 memcpy(lockPath, &readBuf[PROXY_PATHINDEX], pathLen); in proxyTakeConch()
7388 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()