Home
last modified time | relevance | path

Searched refs:sqlite3rbu_create_vfs (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/ext/rbu/
H A Drbu3.test143 # Test that sqlite3rbu_create_vfs() returns an error if the requested
150 list [catch {sqlite3rbu_create_vfs xyz nosuchparent} msg] $msg
H A Dsqlite3rbu.h617 SQLITE_API int sqlite3rbu_create_vfs(const char *zName, const char *zParent);
H A Drbufault2.test55 sqlite3rbu_create_vfs -default rbu ""
H A Drbumulti.test89 sqlite3rbu_create_vfs -default myrbu ""
H A Drbu11.test27 sqlite3rbu_create_vfs -default rbu ""
H A Dtest_rbu.c357 rc = sqlite3rbu_create_vfs(zName, zParent); in test_sqlite3rbu_create_vfs()
H A Drbu1.test131 sqlite3rbu_create_vfs -default myrbu ""
H A Dsqlite3rbu.c3853 p->rc = sqlite3rbu_create_vfs(zRnd, 0); in rbuCreateVfs()
5280 int sqlite3rbu_create_vfs(const char *zName, const char *zParent){ in sqlite3rbu_create_vfs() function