Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/session/
H A Dsqlite3session.h223 int sqlite3session_attach(
H A Dsession_speed_test.c228 rc = sqlite3session_attach(pSession, 0); in run_test()
H A Dtest_session.c84 if( rc==SQLITE_OK ) rc = sqlite3session_attach(pSession, NULL); in sql_exec_changeset()
273 rc = sqlite3session_attach(pSession, zArg); in test_session_cmd()
H A Dsessionfault.test38 # Whereas test 1.2 passes NULL to sqlite3session_attach() to attach all
H A Dsession2.test285 # Test that if NULL is passed to sqlite3session_attach(), all database
H A Dsqlite3session.c1469 rc = sqlite3session_attach(pSession, zName); in sessionFindTable()
1944 int sqlite3session_attach( in sqlite3session_attach() function
/sqlite-3.40.0/test/
H A Dsessionfuzz.c916 rc = sqlite3session_attach(pSess, 0); in main()
/sqlite-3.40.0/src/
H A Dshell.c.in9712 ** Invoke the sqlite3session_attach() interface to attach a particular
9721 rc = sqlite3session_attach(pSession->p, azCmd[1]);
9723 raw_printf(stderr, "ERROR: sqlite3session_attach() returns %d\n", rc);