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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h474 #define sqlite3_vfs_find sqlite3_api->vfs_find macro
H A Dsqlite3.c2182 ** in a thread-safe way. The [sqlite3_vfs_find()] interface
7703 ** ^The sqlite3_vfs_find() interface returns a pointer to a VFS given its name.
7722 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
21145 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfs){ function
113739 #define sqlite3_vfs_find macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h474 #define sqlite3_vfs_find sqlite3_api->vfs_find macro
H A Dsqlite3.c2182 ** in a thread-safe way. The [sqlite3_vfs_find()] interface
7703 ** ^The sqlite3_vfs_find() interface returns a pointer to a VFS given its name.
7722 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
21145 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfs){ function
113739 #define sqlite3_vfs_find macro
[all...]

Completed in 835 milliseconds