Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_window.c33 typedef struct TestWindowCtx TestWindowCtx; typedef
34 struct TestWindowCtx { struct
47 TestWindowCtx *pCtx = sqlite3_aggregate_context(ctx, sizeof(TestWindowCtx)); in doTestWindowStep() argument
79 TestWindowCtx *pCtx = sqlite3_aggregate_context(ctx, sizeof(TestWindowCtx)); in doTestWindowFinalize()