Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18047 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
130544 VFUNCTION(random, 0, 0, 0, randomFunc ),
130545 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
130551 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
130552 VFUNCTION(changes, 0, 0, 0, changes ),
130553 VFUNCTION(total_changes, 0, 0, 0, total_changes ),