Lines Matching refs:sqlite3_aggregate_context

152   i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p));  in row_numberStepFunc()
158 i64 *p = (i64*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in row_numberValueFunc()
184 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in dense_rankStepFunc()
191 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in dense_rankValueFunc()
216 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in nth_valueStepFunc()
253 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, 0); in nth_valueFinalizeFunc()
269 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in first_valueStepFunc()
281 p = (struct NthValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in first_valueFinalizeFunc()
303 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in rankStepFunc()
315 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in rankValueFunc()
336 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in percent_rankStepFunc()
349 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in percent_rankInvFunc()
354 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in percent_rankValueFunc()
381 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in cume_distStepFunc()
394 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in cume_distInvFunc()
399 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, 0); in cume_distValueFunc()
429 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in ntileStepFunc()
450 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in ntileInvFunc()
455 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in ntileValueFunc()
495 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in last_valueStepFunc()
514 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in last_valueInvFunc()
525 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, 0); in last_valueValueFunc()
532 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in last_valueFinalizeFunc()