Home
last modified time | relevance | path

Searched defs:offset64 (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js528 xRead: async function(fid/*sqlite3_file pointer*/,n,offset64){ argument
606 xWrite: async function(fid/*sqlite3_file pointer*/,n,offset64){ argument
H A Dsqlite3-api-opfs.js729 xRead: function(pFile,pDest,n,offset64){ argument
772 xWrite: function(pFile,pSrc,n,offset64){ argument
/sqlite-3.40.0/src/
H A Dvdbe.c2803 u64 offset64; /* 64-bit offset */ in sqlite3VdbeExec() local