Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h1352 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
H A Dsqlite3.c2391 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member
22413 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); in sqlite3OsFullPathname()
193692 return pRealVfs->xFullPathname(pRealVfs, zPath, nOut, zOut);

Completed in 728 milliseconds