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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile210 sqlite3_vfs_find.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h545 #define sqlite3_vfs_find sqlite3_api->vfs_find macro
H A Dsqlite3.h1322 ** in a thread-safe way. The [sqlite3_vfs_find()] interface
7920 ** ^The sqlite3_vfs_find() interface returns a pointer to a VFS given its name.
7939 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
H A Dshell.c1293 if( clockVfs==0 ) clockVfs = sqlite3_vfs_find(0);
9280 pOrig = sqlite3_vfs_find(0);
10804 sqlite3_vfs *pVfs = sqlite3_vfs_find(0);
28072 for(pVfs=sqlite3_vfs_find(0); pVfs; pVfs=pVfs->pNext){
29172 sqlite3_vfs *pVfs = sqlite3_vfs_find(zVfs);
H A Dsqlite3.c1635 ** in a thread-safe way. The [sqlite3_vfs_find()] interface
8233 ** ^The sqlite3_vfs_find() interface returns a pointer to a VFS given its name.
8252 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
26120 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfs){ function
136017 #define sqlite3_vfs_find macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1553 sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);

Completed in 814 milliseconds