Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c410 struct NtileCtx { struct
427 struct NtileCtx *p; in ntileStepFunc() argument
429 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()