Searched refs:testStreamInput (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/session/ |
| H A D | test_session.c | 730 static int testStreamInput( in testStreamInput() function 840 rc = sqlite3changeset_apply_strm(db, testStreamInput, (void*)&sStr, in testSqlite3changesetApply() 845 rc = sqlite3changeset_apply_v2_strm(db, testStreamInput, (void*)&sStr, in testSqlite3changesetApply() 948 testStreamInput, (void*)&sIn, testStreamOutput, (void*)&sOut in test_sqlite3changeset_invert() 991 testStreamInput, (void*)&sLeft, in test_sqlite3changeset_concat() 992 testStreamInput, (void*)&sRight, in test_sqlite3changeset_concat() 1067 rc = sqlite3changeset_start_v2_strm(&pIter, testStreamInput, pCtx, f); in test_sqlite3session_foreach() 1075 rc = sqlite3changeset_start_strm(&pIter, testStreamInput, (void*)&sStr); in test_sqlite3session_foreach() 1231 testStreamInput, (void*)&sStr, in test_rebaser_cmd()
|