Home
last modified time | relevance | path

Searched defs:xFileSize (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js442 xFileSize: async function(fid/*sqlite3_file pointer*/){ method
H A Dsqlite3-api-opfs.js706 xFileSize: function(pFile,pSz64){ method
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js909 xFileSize: /*i(Pp)*/function(f,pSz){ method
/sqlite-3.40.0/src/
H A Dsqlite.h.in840 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); member