Searched refs:LastValueCtx (Results 1 – 1 of 1) sorted by relevance
480 struct LastValueCtx { struct493 struct LastValueCtx *p; in last_valueStepFunc() argument495 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in last_valueStepFunc()511 struct LastValueCtx *p; in last_valueInvFunc()514 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in last_valueInvFunc()524 struct LastValueCtx *p; in last_valueValueFunc()525 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, 0); in last_valueValueFunc()531 struct LastValueCtx *p; in last_valueFinalizeFunc()532 p = (struct LastValueCtx*)sqlite3_aggregate_context(pCtx, sizeof(*p)); in last_valueFinalizeFunc()