Searched refs:SFUNCTION (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | func.c | 2242 SFUNCTION(load_extension, 1, 0, 0, loadExt ), in sqlite3RegisterBuiltinFunctions() 2243 SFUNCTION(load_extension, 2, 0, 0, loadExt ), in sqlite3RegisterBuiltinFunctions()
|
| H A D | sqliteInt.h | 1989 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
|