Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dtimelib.h113 typedef int64_t timelib_long; typedef
121 typedef int32_t timelib_long; typedef
588 const char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst);
609 timelib_long timelib_parse_zone(const char **ptr, int *dst, timelib_time *t, int *tz_not_found, con…
962 timelib_long timelib_date_to_int(timelib_time *d, int *error);
H A Dtimelib.c170 timelib_long timelib_date_to_int(timelib_time *d, int *error) in timelib_date_to_int()
185 return (timelib_long) d->sse; in timelib_date_to_int()
H A Dparse_date.re630 static timelib_long timelib_lookup_month(const char **ptr)
634 timelib_long value = 0;
654 static timelib_long timelib_get_month(const char **ptr)
806 static timelib_long timelib_lookup_abbr(const char **ptr, int *dst, char **tz_abbr, int *found)
810 timelib_long value = 0;
842 static timelib_long timelib_parse_tz_cor(const char **ptr, int *tz_not_found)
845 timelib_long tmp;
903 static timelib_long timelib_parse_tz_minutes(const char **ptr, timelib_time *t)
905 timelib_long retval = TIMELIB_UNSET;
937 timelib_long retval = 0;
[all …]
H A Dparse_date.c632 static timelib_long timelib_lookup_month(const char **ptr) in timelib_lookup_month()
636 timelib_long value = 0; in timelib_lookup_month()
656 static timelib_long timelib_get_month(const char **ptr) in timelib_get_month()
808 static timelib_long timelib_lookup_abbr(const char **ptr, int *dst, char **tz_abbr, int *found) in timelib_lookup_abbr()
812 timelib_long value = 0; in timelib_lookup_abbr()
844 static timelib_long timelib_parse_tz_cor(const char **ptr, int *tz_not_found) in timelib_parse_tz_cor()
847 timelib_long tmp; in timelib_parse_tz_cor()
905 static timelib_long timelib_parse_tz_minutes(const char **ptr, timelib_time *t) in timelib_parse_tz_minutes()
907 timelib_long retval = TIMELIB_UNSET; in timelib_parse_tz_minutes()
939 timelib_long retval = 0; in timelib_parse_zone()
[all …]

Completed in 42 milliseconds