Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19129 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
137055 VFUNCTION(random, 0, 0, 0, randomFunc ),
137056 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
137064 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
137065 VFUNCTION(changes, 0, 0, 0, changes ),
137066 VFUNCTION(total_changes, 0, 0, 0, total_changes ),