Lines Matching refs:SessionApplyCtx
3749 typedef struct SessionApplyCtx SessionApplyCtx; typedef
3750 struct SessionApplyCtx { struct
3780 SessionApplyCtx *p, in sessionUpdateFind() argument
3917 static void sessionUpdateFree(SessionApplyCtx *p){ in sessionUpdateFree()
3950 SessionApplyCtx *p /* Session changeset-apply context */ in sessionDeleteRow()
4015 SessionApplyCtx *p /* Session changeset-apply context */ in sessionSelectRow()
4033 SessionApplyCtx *p /* Session changeset-apply context */ in sessionInsertRow()
4070 static int sessionStat1Sql(sqlite3 *db, SessionApplyCtx *p){ in sessionStat1Sql()
4211 SessionApplyCtx *p, /* Apply context */ in sessionRebaseAdd()
4286 SessionApplyCtx *p, /* changeset_apply() context */ in sessionConflictHandler()
4384 SessionApplyCtx *p, /* changeset_apply() context */ in sessionApplyOneOp()
4518 SessionApplyCtx *pApply, /* Apply context */ in sessionApplyOneWithRetry()
4576 SessionApplyCtx *pApply, in sessionRetryConstraints()
4648 SessionApplyCtx sApply; /* changeset_apply() context object */ in sessionChangesetApply()