Searched refs:STR_FUNCTION (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 16932 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ macro 23906 STR_FUNCTION(current_time, 0, "%H:%M:%S", 0, currentTimeFunc), 23907 STR_FUNCTION(current_date, 0, "%Y-%m-%d", 0, currentTimeFunc), 23908 STR_FUNCTION(current_timestamp, 0, "%Y-%m-%d %H:%M:%S", 0, currentTimeFunc),
|