Searched defs:fid (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-opfs-async-proxy.js | 381 xClose: async function(fid/*sqlite3_file pointer*/){ argument 442 xFileSize: async function(fid/*sqlite3_file pointer*/){ argument 460 xLock: async function(fid/*sqlite3_file pointer*/, argument 482 xOpen: async function(fid/*sqlite3_file pointer*/, filename, argument 509 fid: fid, property 528 xRead: async function(fid/*sqlite3_file pointer*/,n,offset64){ argument 553 xSync: async function(fid/*sqlite3_file pointer*/,flags/*ignored*/){ argument 570 xTruncate: async function(fid/*sqlite3_file pointer*/,size){ argument 588 xUnlock: async function(fid/*sqlite3_file pointer*/, argument 606 xWrite: async function(fid/*sqlite3_file pointer*/,n,offset64){ argument
|