Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching full:xstep

3069 ** The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3072 ** callback only, NULL pointers should be passed as the xStep and xFinal
3073 ** parameters. An aggregate SQL function requires an implementation of xStep
3113 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3123 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
3166 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters