Lines Matching refs:xFunc
1943 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */
4661 ** ^The sixth, seventh and eighth parameters, xFunc, xStep and xFinal, are
4663 ** aggregate. ^A scalar SQL function requires an implementation of the xFunc
4666 ** and xFinal and NULL pointer must be passed for xFunc. ^To delete an existing
4706 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
4716 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
4726 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
5073 ** These routines are used by the xFunc or xFinal callbacks that