Lines Matching refs:xStep
5271 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are
5274 ** callback only; NULL pointers must be passed as the xStep and xFinal
5275 ** parameters. ^An aggregate SQL function requires an implementation of xStep
5280 ** ^The sixth, seventh, eighth and ninth parameters (xStep, xFinal, xValue
5282 ** C-language callbacks that implement the new function. xStep and xFinal
5326 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5336 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5346 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5356 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5664 ** called once for each invocation of the xStep callback and then one
5666 ** an aggregate query, the xStep() callback of the aggregate function
5688 ** to the xStep or xFinal callback routine that implements the aggregate