Lines Matching defs:pCtx

32   void *pCtx;  member
1165 static int sessionStat1Old(void *pCtx, int iCol, sqlite3_value **ppVal){ in sessionStat1Old()
1175 static int sessionStat1New(void *pCtx, int iCol, sqlite3_value **ppVal){ in sessionStat1New()
1185 static int sessionStat1Count(void *pCtx){ in sessionStat1Count()
1189 static int sessionStat1Depth(void *pCtx){ in sessionStat1Depth()
1490 void *pCtx, /* Copy of third arg to preupdate_hook() */ in xPreUpdate()
1527 static int sessionPreupdateOld(void *pCtx, int iVal, sqlite3_value **ppVal){ in sessionPreupdateOld()
1530 static int sessionPreupdateNew(void *pCtx, int iVal, sqlite3_value **ppVal){ in sessionPreupdateNew()
1533 static int sessionPreupdateCount(void *pCtx){ in sessionPreupdateCount()
1536 static int sessionPreupdateDepth(void *pCtx){ in sessionPreupdateDepth()
1563 static int sessionDiffOld(void *pCtx, int iVal, sqlite3_value **ppVal){ in sessionDiffOld()
1568 static int sessionDiffNew(void *pCtx, int iVal, sqlite3_value **ppVal){ in sessionDiffNew()
1573 static int sessionDiffCount(void *pCtx){ in sessionDiffCount()
1577 static int sessionDiffDepth(void *pCtx){ in sessionDiffDepth()
1929 void *pCtx /* First argument passed to xFilter */ in sqlite3session_table_filter()
4289 void *pCtx, /* First argument for conflict handler */ in sessionConflictHandler()
4386 void *pCtx, /* First argument for the conflict handler */ in sessionApplyOneOp()
4520 void *pCtx /* First argument passed to xConflict */ in sessionApplyOneWithRetry()
4578 void *pCtx /* First argument passed to xConflict */ in sessionRetryConstraints()
4628 static int sessionChangesetApply( in sessionChangesetApply()
4632 void *pCtx, /* Copy of sixth arg to _apply() */ in sessionChangesetApply()
4826 int sqlite3changeset_apply_v2( in sqlite3changeset_apply_v2()
4831 void *pCtx, /* Copy of sixth arg to _apply() */ in sqlite3changeset_apply_v2()
4859 int sqlite3changeset_apply( in sqlite3changeset_apply()
4864 void *pCtx, /* Copy of sixth arg to _apply() */ in sqlite3changeset_apply()
4884 int sqlite3changeset_apply_v2_strm( in sqlite3changeset_apply_v2_strm()
4889 void *pCtx, /* Copy of sixth arg to _apply() */ in sqlite3changeset_apply_v2_strm()
4911 int sqlite3changeset_apply_strm( in sqlite3changeset_apply_strm()
4916 void *pCtx, /* Copy of sixth arg to _apply() */ in sqlite3changeset_apply_strm()