Lines Matching refs:xStep
5285 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are
5288 ** callback only; NULL pointers must be passed as the xStep and xFinal
5289 ** parameters. ^An aggregate SQL function requires an implementation of xStep
5294 ** ^The sixth, seventh, eighth and ninth parameters (xStep, xFinal, xValue
5296 ** C-language callbacks that implement the new function. xStep and xFinal
5340 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5350 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5360 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5370 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5678 ** called once for each invocation of the xStep callback and then one
5680 ** an aggregate query, the xStep() callback of the aggregate function
5702 ** to the xStep or xFinal callback routine that implements the aggregate