Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c206 struct NthValueCtx { struct
215 struct NthValueCtx *p; in nth_valueStepFunc() argument
216 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in nth_valueStepFunc()
252 struct NthValueCtx *p; in nth_valueFinalizeFunc()
253 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, 0); in nth_valueFinalizeFunc()
268 struct NthValueCtx *p; in first_valueStepFunc()
269 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in first_valueStepFunc()
280 struct NthValueCtx *p; in first_valueFinalizeFunc()
281 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in first_valueFinalizeFunc()