| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-glue.js | 366 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 D | sqlite3-api-prologue.js | 538 xFunc, xStep, xFinal, xDestroy argument 546 xFunc, xStep, xFinal argument
|
| H A D | sqlite3-wasm.c | 329 void (*xFunc)(void*); member
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | tester1.js | 1362 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 D | demo-123.js | 163 xFunc: function(pCx, arg){ // note the call arg count method
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | ieee754.c | 272 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); in sqlite3_ieee_init() member
|
| H A D | urifuncs.c | 188 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); in sqlite3_urifuncs_init() member
|
| H A D | decimal.c | 606 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); in sqlite3_decimal_init() member
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest8.c | 310 void (*xFunc)(int *); in do_writer_crash_test() member
|
| H A D | lsmtest6.c | 622 void (*xFunc)(OomTest *); in do_test_oom1() member
|
| H A D | lsmtest_main.c | 1480 int (*xFunc)(int, char **); in main() member
|
| /sqlite-3.40.0/ext/icu/ |
| H A D | icu.c | 509 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); in sqlite3IcuInit() member
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_aux.c | 694 fts5_extension_function xFunc;/* Callback function */ in sqlite3Fts5AuxInit() member
|
| H A D | fts5_main.c | 97 fts5_extension_function xFunc; /* Callback function */ member 2604 fts5_extension_function xFunc, /* Aux. function implementation */ in fts5CreateAux()
|
| /sqlite-3.40.0/src/ |
| H A D | sqliteInt.h | 1982 #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 D | test_func.c | 675 void (*xFunc)(sqlite3_context*,int,sqlite3_value **); in registerTestFunctions() member
|
| H A D | test1.c | 5365 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 D | geopoly.c | 1768 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); in sqlite3_geopoly_init() member
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 967 void (*xFunc)(sqlite3_context*,int,sqlite3_value **); in recoverOpenOutput() member
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3.c | 3842 void (*xFunc)(sqlite3_context*,int,sqlite3_value**); in fts3FindFunctionMethod() member
|