Home
last modified time | relevance | path

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

/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.c306 int (*xIsfile)(const char *); /* Tells whether the filename is a regular file */ member
34121 if( pVfs == 0 || pVfs->xIsfile == 0 ){ in jx9Vfs_is_file()
34133 rc = pVfs->xIsfile(zPath); in jx9Vfs_is_file()