Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c18101 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
131297 VFUNCTION(random, 0, 0, 0, randomFunc ),
131298 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
131304 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
131305 VFUNCTION(changes, 0, 0, 0, changes ),
131306 VFUNCTION(total_changes, 0, 0, 0, total_changes ),