Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c16670 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
114901 VFUNCTION(load_extension, 1, 0, 0, loadExt ),
114902 VFUNCTION(load_extension, 2, 0, 0, loadExt ),
114950 VFUNCTION(random, 0, 0, 0, randomFunc ),
114951 VFUNCTION(randomblob, 1, 0, 0, randomBlob ),
114957 VFUNCTION(last_insert_rowid, 0, 0, 0, last_insert_rowid),
114958 VFUNCTION(changes, 0, 0, 0, changes ),
114959 VFUNCTION(total_changes, 0, 0, 0, total_changes ),

Completed in 418 milliseconds