Home
last modified time | relevance | path

Searched refs:timelib_sll (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/date/lib/
H A Ddow.c26 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod()
38 static timelib_sll century_value(timelib_sll j) in century_value()
43 static timelib_sll timelib_day_of_week_ex(timelib_sll y, timelib_sll m, timelib_sll d, int iso) in timelib_day_of_week_ex()
62 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_week()
67 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week()
78 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year()
83 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month()
88 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date()
136 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d) in timelib_daynr_from_weeknr()
149 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s) in timelib_valid_time()
[all …]
H A Dtimelib.h64 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
65 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
66 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
67 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d);
68 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
69 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli…
70 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s);
71 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d);
107 timelib_sll timelib_get_current_offset(timelib_time *t);
142 double timelib_ts_to_juliandate(timelib_sll ts);
[all …]
H A Dtm2unixtime.c31 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit()
43 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month()
52 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month()
61 …range_limit_days_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m… in do_range_limit_days_relative()
65 timelib_sll days; in do_range_limit_days_relative()
103 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
313 static timelib_sll do_years(timelib_sll year) in do_years()
315 timelib_sll i; in do_years()
317 timelib_sll eras; in do_years()
379 timelib_sll tmp; in do_adjust_timezone()
[all …]
H A Dtimelib_structs.h72 typedef int64_t timelib_sll; typedef
76 typedef signed long long timelib_sll; typedef
137 timelib_sll amount;
141 timelib_sll y, m, d; /* Years, Months and Days */
142 timelib_sll h, i, s; /* Hours, mInutes and Seconds */
149 timelib_sll days; /* Contains the number of *days*, instead of Y-M-D differences */
160 timelib_sll transistion_time;
164 timelib_sll y, m, d; /* Year, Month, Day */
165 timelib_sll h, i, s; /* Hour, mInute, Second */
173 timelib_sll sse; /* Seconds since epoch */
[all …]
H A Dunixtime2tm.c40 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts) in timelib_unixtime2gmt()
42 timelib_sll days, remainder, tmp_days; in timelib_unixtime2gmt()
43 timelib_sll cur_year = 1970; in timelib_unixtime2gmt()
44 timelib_sll i; in timelib_unixtime2gmt()
45 timelib_sll hours, minutes, seconds; in timelib_unixtime2gmt()
139 timelib_sll sse; in timelib_update_from_sse()
175 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts) in timelib_unixtime2local()
217 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset()
H A Dastro.c207 …, int upper_limb, double *h_rise, double *h_set, timelib_sll *ts_rise, timelib_sll *ts_set, timeli… in timelib_astro_rise_set_altitude()
218 timelib_sll timestamp, old_sse; in timelib_astro_rise_set_altitude()
293 double timelib_ts_to_juliandate(timelib_sll ts) in timelib_ts_to_juliandate()
H A Dparse_tz.c402 static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_ti… in fetch_timezone_offset()
446 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
462 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst()
465 timelib_sll dummy; in timelib_timestamp_is_in_dst()
473 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()
480 timelib_sll transistion_time; in timelib_get_time_zone_info()
505 timelib_sll timelib_get_current_offset(timelib_time *t) in timelib_get_current_offset()
508 timelib_sll retval; in timelib_get_current_offset()
H A Dparse_date.re375 static timelib_sll timelib_meridian(char **ptr, timelib_sll h)
377 timelib_sll retval = 0;
398 static timelib_sll timelib_meridian_with_check(char **ptr, timelib_sll h)
1067 timelib_sll i;
1435 timelib_sll w, d;
1454 timelib_sll w, d;
1570 timelib_sll i;
1594 timelib_sll i;
1840 timelib_sll tmp;
1970 timelib_sll min;
[all …]
H A Dparse_iso_intervals.re131 static timelib_sll timelib_get_nr(char **ptr, int max_length)
134 timelib_sll tmp_nr = TIMELIB_UNSET;
317 timelib_sll nr;
H A Dinterval.c28 timelib_sll dst_corr = 0 ,dst_h_corr = 0, dst_m_corr = 0; in timelib_diff()
H A Dparse_iso_intervals.c133 static timelib_sll timelib_get_nr(char **ptr, int max_length) in timelib_get_nr()
136 timelib_sll tmp_nr = TIMELIB_UNSET; in timelib_get_nr()
349 timelib_sll nr; in scan()
H A Dtimelib.c181 timelib_sll ts; in timelib_date_to_int()
H A Dparse_date.c377 static timelib_sll timelib_meridian(char **ptr, timelib_sll h) in timelib_meridian()
379 timelib_sll retval = 0; in timelib_meridian()
400 static timelib_sll timelib_meridian_with_check(char **ptr, timelib_sll h) in timelib_meridian_with_check()
402 timelib_sll retval = 0; in timelib_meridian_with_check()
540 timelib_sll value = 0; in timelib_lookup_relative_text()
13185 timelib_sll w, d; in scan()
13213 timelib_sll w, d; in scan()
16682 timelib_sll i; in scan()
16749 timelib_sll i; in scan()
16878 timelib_sll i; in scan()
[all …]
/PHP-5.5/ext/date/
H A Dphp_date.c1023 static char *english_suffix(timelib_sll number) in english_suffix()
1039 char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1048 char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1065 timelib_sll isoweek, isoyear; in date_format()
1270 timelib_sll isoweek, isoyear; in php_idate()
2242 timelib_sll utc_offset = dateobj->time->z; in date_object_get_properties()
2565 timelib_sll new_offset; in php_date_initialize()
3791 timelib_sll utc_offset = tzobj->tzi.utc_offset; in PHP_FUNCTION()
4012 timelib_sll value = -1; in date_interval_read_property()
4609 timelib_sll rise, set, transit; in php_do_date_sunrise_sunset()
[all …]
H A Dphp_date.h141 timelib_sll utc_offset; /* TIMELIB_ZONETYPE_OFFSET */

Completed in 91 milliseconds