Searched refs:VFUNCTION (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 18504 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro 133215 VFUNCTION(random, 0, 0, 0, randomFunc ), 133216 VFUNCTION(randomblob, 1, 0, 0, randomBlob ), 133224 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid), 133225 VFUNCTION(changes, 0, 0, 0, changes ), 133226 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
|