Searched refs:NthValueCtx (Results 1 – 1 of 1) sorted by relevance
206 struct NthValueCtx { struct215 struct NthValueCtx *p; in nth_valueStepFunc() argument216 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()