Home | History | Annotate | Download | only in dist

Lines Matching refs:xFunc

1412 #define SQLITE_CONFIG_LOG          16  /* xFunc, void* */
3397 ** ^The seventh, eighth and ninth parameters, xFunc, xStep and xFinal, are
3399 ** aggregate. ^A scalar SQL function requires an implementation of the xFunc
3402 ** and xFinal and NULL pointer must be passed for xFunc. ^To delete an existing
3442 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3452 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3462 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
3507 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
3691 ** These routines are used by the xFunc or xFinal callbacks that