Home
last modified time | relevance | path

Searched refs:SFUNCTION (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dfunc.c2242 SFUNCTION(load_extension, 1, 0, 0, loadExt ), in sqlite3RegisterBuiltinFunctions()
2243 SFUNCTION(load_extension, 2, 0, 0, loadExt ), in sqlite3RegisterBuiltinFunctions()
H A DsqliteInt.h1989 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro