Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:DateTime

12937 typedef struct DateTime DateTime;
12938 struct DateTime {
13016 static int parseTimezone(const char *zDate, DateTime *p){
13051 static int parseHhMmSs(const char *zDate, DateTime *p){
13093 static void computeJD(DateTime *p){
13135 ** Write the result into the DateTime structure and return 0
13139 static int parseYyyyMmDd(const char *zDate, DateTime *p){
13174 static void setDateTimeToCurrent(sqlite3_context *context, DateTime *p){
13199 DateTime *p
13220 static void computeYMD(DateTime *p){
13246 static void computeHMS(DateTime *p){
13264 static void computeYMD_HMS(DateTime *p){
13272 static void clearYMD_HMS_TZ(DateTime *p){
13284 static sqlite3_int64 localtimeOffset(DateTime *p){
13285 DateTime x, y;
13370 static int parseModifier(const char *zMod, DateTime *p){
13499 DateTime tx;
13569 ** the resulting time into the DateTime structure p. Return 0
13579 DateTime *p
13621 DateTime x;
13629 ** datetime( TIMESTRING, MOD, MOD, ...)
13638 DateTime x;
13658 DateTime x;
13677 DateTime x;
13710 DateTime x;
13788 DateTime y = x;
13867 ** This function returns the same value as datetime('now').
13939 FUNCTION(datetime, -1, 0, 0, datetimeFunc ),
23760 DATETIME dt;
23831 DATETIME dt;