Lines Matching full:xstep
3400 ** ^The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3403 xStep and xFinal
3404 ** parameters. ^An aggregate SQL function requires an implementation of xStep
3446 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3456 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3466 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3510 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
3573 ** called once for each invocation of the xStep callback and then one
3575 ** an aggregate query, the xStep() callback of the aggregate function
3594 ** to the xStep or xFinal callback routine that implements the aggregate