Home
last modified time | relevance | path

Searched defs:xFunc (Results 1 – 20 of 20) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-glue.js366 xFunc: {sig:'v(pip)', f:__xFunc}, property
392 xFunc, //void (*xFunc)(sqlite3_context*,int,sqlite3_value**) argument
404 const funcArgs = __xWrapFuncs({xFunc, xStep, xFinal, xDestroy}, field
421 xFunc, xStep, xFinal argument
H A Dsqlite3-api-prologue.js538 xFunc, xStep, xFinal, xDestroy argument
546 xFunc, xStep, xFinal argument
H A Dsqlite3-wasm.c329 void (*xFunc)(void*); member
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js1362 xFunc: (pCx,...args)=>{ method
1454 xFunc: ()=>{}, xStep: ()=>{} method
1467 db.createFunction('nope',{xFunc:()=>{}, xDestroy:'nope'}); method
1470 db.createFunction('nope',{xFunc:()=>{}, pApp:'nope'}); method
H A Ddemo-123.js163 xFunc: function(pCx, arg){ // note the call arg count method
/sqlite-3.40.0/ext/misc/
H A Dieee754.c272 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); in sqlite3_ieee_init() member
H A Durifuncs.c188 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); in sqlite3_urifuncs_init() member
H A Ddecimal.c606 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); in sqlite3_decimal_init() member
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest8.c310 void (*xFunc)(int *); in do_writer_crash_test() member
H A Dlsmtest6.c622 void (*xFunc)(OomTest *); in do_test_oom1() member
H A Dlsmtest_main.c1480 int (*xFunc)(int, char **); in main() member
/sqlite-3.40.0/ext/icu/
H A Dicu.c509 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); in sqlite3IcuInit() member
/sqlite-3.40.0/ext/fts5/
H A Dfts5_aux.c694 fts5_extension_function xFunc;/* Callback function */ in sqlite3Fts5AuxInit() member
H A Dfts5_main.c97 fts5_extension_function xFunc; /* Callback function */ member
2604 fts5_extension_function xFunc, /* Aux. function implementation */ in fts5CreateAux()
/sqlite-3.40.0/src/
H A DsqliteInt.h1982 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
1986 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
1989 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
1992 #define MFUNCTION(zName, nArg, xPtr, xFunc) \ argument
1995 #define JFUNCTION(zName, nArg, iArg, xFunc) \ argument
2008 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
2011 #define PURE_DATE(zName, nArg, iArg, bNC, xFunc) \ argument
2015 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ argument
2019 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument
2029 #define INTERNAL_FUNCTION(zName, nArg, xFunc) \ argument
H A Dtest_func.c675 void (*xFunc)(sqlite3_context*,int,sqlite3_value **); in registerTestFunctions() member
H A Dtest1.c5365 const char *(*xFunc)(sqlite3_stmt*, int); in test_stmt_utf8() local
5420 const void *(*xFunc)(sqlite3_stmt*, int); in test_stmt_utf16() local
5461 int (*xFunc)(sqlite3_stmt*, int); in test_stmt_int() local
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c1768 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); in sqlite3_geopoly_init() member
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c967 void (*xFunc)(sqlite3_context*,int,sqlite3_value **); in recoverOpenOutput() member
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c3842 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); in fts3FindFunctionMethod() member