Home
last modified time | relevance | path

Searched refs:SQLITE_DEFAULT_UNIX_VFS (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c76 #ifndef SQLITE_DEFAULT_UNIX_VFS
77 # define SQLITE_DEFAULT_UNIX_VFS "unix-none" macro
/sqlite-3.40.0/src/
H A Dos_unix.c8061 #ifdef SQLITE_DEFAULT_UNIX_VFS in sqlite3_os_init()
8063 0==strcmp(aVfs[i].zName,SQLITE_DEFAULT_UNIX_VFS)); in sqlite3_os_init()