Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dtt3_checkpoint.c47 struct CheckpointStarvationCtx { struct
51 typedef struct CheckpointStarvationCtx CheckpointStarvationCtx; argument
59 CheckpointStarvationCtx *p = (CheckpointStarvationCtx *)pCtx; in checkpoint_starvation_walhook()
92 static void checkpoint_starvation_main(int nMs, CheckpointStarvationCtx *p){ in checkpoint_starvation_main()
132 CheckpointStarvationCtx ctx = { SQLITE_CHECKPOINT_PASSIVE, 0 }; in checkpoint_starvation_1()
142 CheckpointStarvationCtx ctx = { SQLITE_CHECKPOINT_RESTART, 0 }; in checkpoint_starvation_2()