Home
last modified time | relevance | path

Searched refs:xFunc (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h83 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
87 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
217 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
H A Dsqlite3.h4872 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
4882 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
4892 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
H A Dsqlite3.c16667 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
16670 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
16673 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
16675 0, 0, xFunc, 0, 0, 0, #zName, {0} }
16684 pArg, 0, xFunc, 0, 0, 0, #zName, }
16697 #define INTERNAL_FUNCTION(zName, nArg, xFunc) \ argument
16699 0, 0, xFunc, 0, 0, 0, #zName, {0} }
164021 *pxFunc = aOverload[i].xFunc;
187964 p->xFunc, 0, 0
204102 aBuiltin[i].xFunc,
[all …]

Completed in 411 milliseconds