Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c16921 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ macro
23902 DFUNCTION(current_time, 0, 0, 0, ctimeFunc ),
23903 DFUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc),
23904 DFUNCTION(current_date, 0, 0, 0, cdateFunc ),
122395 DFUNCTION(sqlite_compileoption_used,1, 0, 0, compileoptionusedFunc ),
122396 DFUNCTION(sqlite_compileoption_get, 1, 0, 0, compileoptiongetFunc ),
122437 DFUNCTION(sqlite_version, 0, 0, 0, versionFunc ),
122438 DFUNCTION(sqlite_source_id, 0, 0, 0, sourceidFunc ),