Searched refs:timelib_long (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/ext/date/lib/ |
H A D | timelib.h | 90 char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst); 92 timelib_long timelib_parse_tz_cor(char**); 124 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim… 149 timelib_long timelib_date_to_int(timelib_time *d, int *error); 154 timelib_long timelib_parse_tz_cor(char **ptr);
|
H A D | timelib.c | 201 timelib_long timelib_date_to_int(timelib_time *d, int *error) in timelib_date_to_int() 216 return (timelib_long) d->sse; in timelib_date_to_int() 314 timelib_long timelib_parse_tz_cor(char **ptr) in timelib_parse_tz_cor() 317 timelib_long tmp; in timelib_parse_tz_cor()
|
H A D | timelib_structs.h | 129 typedef int64_t timelib_long; typedef 137 typedef int32_t timelib_long; typedef
|
H A D | parse_date.re | 590 static timelib_long timelib_lookup_month(char **ptr) 594 timelib_long value = 0; 614 static timelib_long timelib_get_month(char **ptr) 695 const static timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… 733 static timelib_long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found) 737 timelib_long value = 0; 760 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim… 763 timelib_long retval = 0; 791 timelib_long offset = 0; 2269 char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst)
|
H A D | parse_iso_intervals.re | 197 static timelib_long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, cons… 199 timelib_long retval = 0;
|
H A D | parse_iso_intervals.c | 199 static timelib_long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, cons… in timelib_get_zone() 201 timelib_long retval = 0; in timelib_get_zone()
|
H A D | parse_date.c | 592 static timelib_long timelib_lookup_month(char **ptr) in timelib_lookup_month() 596 timelib_long value = 0; in timelib_lookup_month() 616 static timelib_long timelib_get_month(char **ptr) in timelib_get_month() 697 const static timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… in abbr_search() 735 static timelib_long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found) in timelib_lookup_abbr() 739 timelib_long value = 0; in timelib_lookup_abbr() 762 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim… in timelib_parse_zone() 765 timelib_long retval = 0; in timelib_parse_zone() 793 timelib_long offset = 0; in timelib_parse_zone() 25375 char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst) in timelib_timezone_id_from_abbr()
|
Completed in 59 milliseconds