Searched refs:xFunc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
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.h2161 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */
5407 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are
5409 ** aggregate. ^A scalar SQL function requires an implementation of the xFunc
5412 ** and xFinal and NULL pointer must be passed for xFunc. ^To delete an existing
5461 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
5471 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
5481 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
6050 ** These routines are used by the xFunc or xFinal callbacks that
H A Dsqlite3.c2474 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */
5720 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are
5722 ** aggregate. ^A scalar SQL function requires an implementation of the xFunc
5725 ** and xFinal and NULL pointer must be passed for xFunc. ^To delete an existing
5774 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
5784 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
5794 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
6363 ** These routines are used by the xFunc or xFinal callbacks that
17981 ** FUNCTION(zName, nArg, iArg, bNC, xFunc)
17983 ** implemented by C function xFunc tha
233268 fts5_extension_function xFunc;/* Callback function */ member in struct:Builtin
247755 fts5_extension_function xFunc; /* Callback function */ member in struct:Fts5Auxiliary
250405 fts5CreateAux( fts5_api *pApi, const char *zName, void *pUserData, fts5_extension_function xFunc, void(*xDestroy)(void*) ) argument
[all...]
H A Dshell.c4495 void (*xFunc)(sqlite3_context*,int,sqlite3_value**);
4513 aFunc[i].iArg ? db : 0, aFunc[i].xFunc, 0, 0);
5585 void (*xFunc)(sqlite3_context*,int,sqlite3_value**);
5603 aFunc[i].xFunc, 0, 0);
16177 void (*xFunc)(sqlite3_context*,int,sqlite3_value **);
16208 aFunc[ii].nArg, SQLITE_UTF8, (void*)p, aFunc[ii].xFunc, 0, 0
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d485 SQLITE_CONFIG_LOG = 16, /** xFunc, void* */
947 void function (sqlite3_context*,int,sqlite3_value**) xFunc,
958 void function (sqlite3_context*,int,sqlite3_value**) xFunc,
969 void function (sqlite3_context*,int,sqlite3_value**) xFunc,

Completed in 651 milliseconds