OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_vfs_find
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/public-domain/sqlite/man/
Makefile
217
sqlite3_vfs_find
.3 \
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
555
#define
sqlite3_vfs_find
sqlite3_api->vfs_find
macro
sqlite3.h
1370
** in a thread-safe way. The [
sqlite3_vfs_find
()] interface
8320
** ^The
sqlite3_vfs_find
() interface returns a pointer to a VFS given its name.
8339
SQLITE_API sqlite3_vfs *
sqlite3_vfs_find
(const char *zVfsName);
shell.c
12112
pOrig =
sqlite3_vfs_find
(0);
13681
sqlite3_vfs *pVfs =
sqlite3_vfs_find
(0);
19337
pRoot =
sqlite3_vfs_find
(zOldVfsName);
19392
sqlite3_vfs *pVfs =
sqlite3_vfs_find
(zTraceName);
24060
if( clockVfs==0 ) clockVfs =
sqlite3_vfs_find
(0);
[
all
...]
sqlite3.c
1691
** in a thread-safe way. The [
sqlite3_vfs_find
()] interface
8641
** ^The
sqlite3_vfs_find
() interface returns a pointer to a VFS given its name.
8660
SQLITE_API sqlite3_vfs *
sqlite3_vfs_find
(const char *zVfsName);
27651
SQLITE_API sqlite3_vfs *
sqlite3_vfs_find
(const char *zVfs){
function
142775
#define
sqlite3_vfs_find
macro
[
all
...]
Completed in 155 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026