Searched refs:zVfsName (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1553 sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7924 ** ^If zVfsName is NULL then the default VFS is returned.
7939 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
H A Dshell.c28086 char *zVfsName = 0; local
28088 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFSNAME, &zVfsName);
28089 if( zVfsName ){
28090 oputf("%s\n", zVfsName);
28091 sqlite3_free(zVfsName);
H A Dsqlite3.c8237 ** ^If zVfsName is NULL then the default VFS is returned.
8252 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
216668 const char *zVfsName; /* Name of automatically created rbu vfs */ member in struct:sqlite3rbu
[all...]

Completed in 790 milliseconds