Searched refs:VFUNCTION (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 16903 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro 122434 VFUNCTION(random, 0, 0, 0, randomFunc ), 122435 VFUNCTION(randomblob, 1, 0, 0, randomBlob ), 122441 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid), 122442 VFUNCTION(changes, 0, 0, 0, changes ), 122443 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
|