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

/external/sqlite/dist/orig/
H A Dshell.c2392 char *zVfsName = 0; local
2394 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFSNAME, &zVfsName);
2395 if( zVfsName ){
2396 printf("%s\n", zVfsName);
2397 sqlite3_free(zVfsName);
H A Dsqlite3.h5424 ** ^If zVfsName is NULL then the default VFS is returned.
5439 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
H A Dsqlite3.c5974 ** ^If zVfsName is NULL then the default VFS is returned.
5989 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
[all...]
/external/sqlite/dist/
H A Dshell.c2411 char *zVfsName = 0; local
2413 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFSNAME, &zVfsName);
2414 if( zVfsName ){
2415 printf("%s\n", zVfsName);
2416 sqlite3_free(zVfsName);
H A Dsqlite3.h5424 ** ^If zVfsName is NULL then the default VFS is returned.
5439 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
H A Dsqlite3.c5974 ** ^If zVfsName is NULL then the default VFS is returned.
5989 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
[all...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4480 ** If zVfsName is NULL then the default VFS is returned.
4498 sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);

Completed in 737 milliseconds