Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h544 #define sqlite3_vfs_find sqlite3_api->vfs_find macro
H A Dsqlite3.h1321 ** in a thread-safe way. The [sqlite3_vfs_find()] interface
7722 ** ^The sqlite3_vfs_find() interface returns a pointer to a VFS given its name.
7741 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
/third_party/sqlite/src/
H A Dshell.c288 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0); in timeOfDay()
6825 pOrig = sqlite3_vfs_find(0); in sqlite3_appendvfs_init()
8339 sqlite3_vfs *pVfs = sqlite3_vfs_find(0); in zipfileTime()
25202 for(pVfs=sqlite3_vfs_find(0); pVfs; pVfs=pVfs->pNext){ in do_meta_command()
26135 sqlite3_vfs *pVfs = sqlite3_vfs_find(zVfs);
H A Dsqlite3.c1631 ** in a thread-safe way. The [sqlite3_vfs_find()] interface
8031 ** ^The sqlite3_vfs_find() interface returns a pointer to a VFS given its name.
8050 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
25225 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfs){ sqlite3_vfs_find() function
132467 #define sqlite3_vfs_find global() macro
[all...]

Completed in 192 milliseconds