Lines Matching refs:CallCount
166 struct CallCount { struct
183 struct CallCount *p; in dense_rankStepFunc() argument
184 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in dense_rankStepFunc()
190 struct CallCount *p; in dense_rankValueFunc()
191 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in dense_rankValueFunc()
302 struct CallCount *p; in rankStepFunc()
303 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in rankStepFunc()
314 struct CallCount *p; in rankValueFunc()
315 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in rankValueFunc()
333 struct CallCount *p; in percent_rankStepFunc()
336 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in percent_rankStepFunc()
346 struct CallCount *p; in percent_rankInvFunc()
349 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in percent_rankInvFunc()
353 struct CallCount *p; in percent_rankValueFunc()
354 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in percent_rankValueFunc()
378 struct CallCount *p; in cume_distStepFunc()
381 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in cume_distStepFunc()
391 struct CallCount *p; in cume_distInvFunc()
394 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in cume_distInvFunc()
398 struct CallCount *p; in cume_distValueFunc()
399 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, 0); in cume_distValueFunc()