Lines Matching refs:pCtx
167 static int test_table_filter(void *pCtx, const char *zTbl){ in test_table_filter() argument
168 TestSession *p = (TestSession*)pCtx; in test_table_filter()
198 void *pCtx, in testStreamOutput() argument
202 TestSessionsBlob *pBlob = (TestSessionsBlob*)pCtx; in testStreamOutput()
284 void *pCtx = (void*)&o; in test_session_cmd() local
286 rc = sqlite3session_patchset_strm(pSession, testStreamOutput, pCtx); in test_session_cmd()
288 rc = sqlite3session_changeset_strm(pSession, testStreamOutput, pCtx); in test_session_cmd()
504 void *pCtx, /* Pointer to TestConflictHandler structure */ in test_filter_handler() argument
507 TestConflictHandler *p = (TestConflictHandler *)pCtx; in test_filter_handler()
527 void *pCtx, /* Pointer to TestConflictHandler structure */ in test_conflict_handler() argument
531 TestConflictHandler *p = (TestConflictHandler *)pCtx; in test_conflict_handler()
694 void *pCtx, /* Pointer to TestConflictHandler structure */ in replace_handler() argument
731 void *pCtx, /* Context pointer */ in testStreamInput() argument
735 TestStreamInput *p = (TestStreamInput*)pCtx; in testStreamInput()
1064 void *pCtx = (void*)&sStr; in test_sqlite3session_foreach() local
1067 rc = sqlite3changeset_start_v2_strm(&pIter, testStreamInput, pCtx, f); in test_sqlite3session_foreach()