Searched refs:VFUNCTION (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | func.c | 2289 VFUNCTION(random, 0, 0, 0, randomFunc ), in sqlite3RegisterBuiltinFunctions() 2290 VFUNCTION(randomblob, 1, 0, 0, randomBlob ), in sqlite3RegisterBuiltinFunctions() 2296 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid), in sqlite3RegisterBuiltinFunctions() 2297 VFUNCTION(changes, 0, 0, 0, changes ), in sqlite3RegisterBuiltinFunctions() 2298 VFUNCTION(total_changes, 0, 0, 0, total_changes ), in sqlite3RegisterBuiltinFunctions()
|
| H A D | sqliteInt.h | 1986 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
|