Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19150 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
137276 VFUNCTION(random, 0, 0, 0, randomFunc ),
137277 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
137285 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
137286 VFUNCTION(changes, 0, 0, 0, changes ),
137287 VFUNCTION(total_changes, 0, 0, 0, total_changes ),