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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h383 #define sqlite3_vfs_find sqlite3_api->vfs_find macro
H A Dsqlite3.h821 ** in a thread-safe way. The [sqlite3_vfs_find()] interface
5241 ** ^The sqlite3_vfs_find() interface returns a pointer to a VFS given its name.
5260 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
H A Dsqlite3.c1374 ** in a thread-safe way. The [sqlite3_vfs_find()] interface
5794 ** ^The sqlite3_vfs_find() interface returns a pointer to a VFS given its name.
5813 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
14587 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfs){ function
19985 sqlite3OsRandomness(sqlite3_vfs_find(0), 256, k);
89275 #define sqlite3_vfs_find macro
[all...]

Completed in 357 milliseconds