Searched refs:NtileCtx (Results 1 – 1 of 1) sorted by relevance
410 struct NtileCtx { struct427 struct NtileCtx *p; in ntileStepFunc() argument429 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in ntileStepFunc()447 struct NtileCtx *p; in ntileInvFunc()450 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in ntileInvFunc()454 struct NtileCtx *p; in ntileValueFunc()455 p = (struct NtileCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in ntileValueFunc()