Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddate.c1351 STR_FUNCTION(current_time, 0, "%H:%M:%S", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions()
1352 STR_FUNCTION(current_date, 0, "%Y-%m-%d", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions()
1353 STR_FUNCTION(current_timestamp, 0, "%Y-%m-%d %H:%M:%S", 0, currentTimeFunc), in sqlite3RegisterDateTimeFunctions()
H A DsqliteInt.h2019 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ macro