Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c480 struct LastValueCtx { struct
493 struct LastValueCtx *p; in last_valueStepFunc() argument
495 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in last_valueStepFunc()
511 struct LastValueCtx *p; in last_valueInvFunc()
514 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in last_valueInvFunc()
524 struct LastValueCtx *p; in last_valueValueFunc()
525 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, 0); in last_valueValueFunc()
531 struct LastValueCtx *p; in last_valueFinalizeFunc()
532 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in last_valueFinalizeFunc()