Home
last modified time | relevance | path

Searched defs:xFullPathname (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js821 xFullPathname: function(pVfs,zName,nOut,pOut){ method
/sqlite-3.40.0/src/
H A Dsqlite.h.in1468 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member