Searched refs:timelib_long (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/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… 148 timelib_long timelib_date_to_int(timelib_time *d, int *error); 153 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() 311 timelib_long timelib_parse_tz_cor(char **ptr) in timelib_parse_tz_cor() 314 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 | 577 static timelib_long timelib_lookup_month(char **ptr) 581 timelib_long value = 0; 601 static timelib_long timelib_get_month(char **ptr) 681 const static timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… 719 static timelib_long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found) 723 timelib_long value = 0; 746 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim… 749 timelib_long retval = 0; 777 timelib_long offset = 0; 2220 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 | 579 static timelib_long timelib_lookup_month(char **ptr) in timelib_lookup_month() 583 timelib_long value = 0; in timelib_lookup_month() 603 static timelib_long timelib_get_month(char **ptr) in timelib_get_month() 683 const static timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… in abbr_search() 721 static timelib_long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found) in timelib_lookup_abbr() 725 timelib_long value = 0; in timelib_lookup_abbr() 748 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim… in timelib_parse_zone() 751 timelib_long retval = 0; in timelib_parse_zone() 779 timelib_long offset = 0; in timelib_parse_zone() 24331 char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst) in timelib_timezone_id_from_abbr()
|
Completed in 74 milliseconds