Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c17214 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
118631 VFUNCTION(random, 0, 0, 0, randomFunc ),
118632 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
118638 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
118639 VFUNCTION(changes, 0, 0, 0, changes ),
118640 VFUNCTION(total_changes, 0, 0, 0, total_changes ),