timelib_sll       212 ext/date/lib/astro.c int timelib_astro_rise_set_altitude(timelib_time *t_loc, double lon, double lat, double altit, int upper_limb, double *h_rise, double *h_set, timelib_sll *ts_rise, timelib_sll *ts_set, timelib_sll *ts_transit)
timelib_sll       223 ext/date/lib/astro.c 	timelib_sll   timestamp, old_sse;
timelib_sll       298 ext/date/lib/astro.c double timelib_ts_to_juliandate(timelib_sll ts)
timelib_sll        30 ext/date/lib/dow.c static timelib_sll positive_mod(timelib_sll x, timelib_sll y)
timelib_sll        32 ext/date/lib/dow.c 	timelib_sll tmp;
timelib_sll        42 ext/date/lib/dow.c static timelib_sll century_value(timelib_sll j)
timelib_sll        47 ext/date/lib/dow.c static timelib_sll timelib_day_of_week_ex(timelib_sll y, timelib_sll m, timelib_sll d, int iso)
timelib_sll        49 ext/date/lib/dow.c 	timelib_sll c1, y1, m1, dow;
timelib_sll        66 ext/date/lib/dow.c timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d)
timelib_sll        71 ext/date/lib/dow.c timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d)
timelib_sll        82 ext/date/lib/dow.c timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d)
timelib_sll        87 ext/date/lib/dow.c timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m)
timelib_sll        92 ext/date/lib/dow.c void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy)
timelib_sll       140 ext/date/lib/dow.c timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d)
timelib_sll       142 ext/date/lib/dow.c 	timelib_sll dow, day;
timelib_sll       153 ext/date/lib/dow.c int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s)
timelib_sll       161 ext/date/lib/dow.c int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d)
timelib_sll        32 ext/date/lib/interval.c 	timelib_sll dst_corr = 0 ,dst_h_corr = 0, dst_m_corr = 0;
timelib_sll       382 ext/date/lib/parse_date.c static timelib_sll timelib_meridian(char **ptr, timelib_sll h)
timelib_sll       384 ext/date/lib/parse_date.c 	timelib_sll retval = 0;
timelib_sll       405 ext/date/lib/parse_date.c static timelib_sll timelib_meridian_with_check(char **ptr, timelib_sll h)
timelib_sll       407 ext/date/lib/parse_date.c 	timelib_sll retval = 0;
timelib_sll       449 ext/date/lib/parse_date.c static timelib_sll timelib_get_nr_ex(char **ptr, int max_length, int *scanned_length)
timelib_sll       452 ext/date/lib/parse_date.c 	timelib_sll tmp_nr = TIMELIB_UNSET;
timelib_sll       477 ext/date/lib/parse_date.c static timelib_sll timelib_get_nr(char **ptr, int max_length)
timelib_sll       541 ext/date/lib/parse_date.c static timelib_sll timelib_lookup_relative_text(char **ptr, int *behavior)
timelib_sll       545 ext/date/lib/parse_date.c 	timelib_sll  value = 0;
timelib_sll       566 ext/date/lib/parse_date.c static timelib_sll timelib_get_relative_text(char **ptr, int *behavior)
timelib_sll       646 ext/date/lib/parse_date.c static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s)
timelib_sll      13131 ext/date/lib/parse_date.c 		timelib_sll w, d;
timelib_sll      13157 ext/date/lib/parse_date.c 		timelib_sll w, d;
timelib_sll      16612 ext/date/lib/parse_date.c 		timelib_sll i;
timelib_sll      16677 ext/date/lib/parse_date.c 		timelib_sll i;
timelib_sll      16804 ext/date/lib/parse_date.c 		timelib_sll i;
timelib_sll      24739 ext/date/lib/parse_date.c 	timelib_sll tmp;
timelib_sll      24869 ext/date/lib/parse_date.c 					timelib_sll min;
timelib_sll      24883 ext/date/lib/parse_date.c 					timelib_sll sec;
timelib_sll       139 ext/date/lib/parse_iso_intervals.c static timelib_sll timelib_get_nr(char **ptr, int max_length)
timelib_sll       142 ext/date/lib/parse_iso_intervals.c 	timelib_sll tmp_nr = TIMELIB_UNSET;
timelib_sll       349 ext/date/lib/parse_iso_intervals.c 		timelib_sll nr;
timelib_sll       408 ext/date/lib/parse_tz.c static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_time)
timelib_sll       452 ext/date/lib/parse_tz.c static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts)
timelib_sll       468 ext/date/lib/parse_tz.c int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz)
timelib_sll       471 ext/date/lib/parse_tz.c 	timelib_sll dummy;
timelib_sll       479 ext/date/lib/parse_tz.c timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz)
timelib_sll       486 ext/date/lib/parse_tz.c 	timelib_sll                transistion_time;
timelib_sll       511 ext/date/lib/parse_tz.c timelib_sll timelib_get_current_offset(timelib_time *t)
timelib_sll       514 ext/date/lib/parse_tz.c 	timelib_sll retval;
timelib_sll       203 ext/date/lib/timelib.c 	timelib_sll ts;
timelib_sll        77 ext/date/lib/timelib.h timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
timelib_sll        78 ext/date/lib/timelib.h timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
timelib_sll        79 ext/date/lib/timelib.h timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
timelib_sll        80 ext/date/lib/timelib.h timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d);
timelib_sll        81 ext/date/lib/timelib.h timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
timelib_sll        82 ext/date/lib/timelib.h void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy);
timelib_sll        83 ext/date/lib/timelib.h int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s);
timelib_sll        84 ext/date/lib/timelib.h int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d);
timelib_sll       108 ext/date/lib/timelib.h void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts);
timelib_sll       109 ext/date/lib/timelib.h void timelib_unixtime2local(timelib_time *tm, timelib_sll ts);
timelib_sll       111 ext/date/lib/timelib.h void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
timelib_sll       118 ext/date/lib/timelib.h int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz);
timelib_sll       119 ext/date/lib/timelib.h timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
timelib_sll       120 ext/date/lib/timelib.h timelib_sll timelib_get_current_offset(timelib_time *t);
timelib_sll       156 ext/date/lib/timelib.h double timelib_ts_to_juliandate(timelib_sll ts);
timelib_sll       157 ext/date/lib/timelib.h int timelib_astro_rise_set_altitude(timelib_time *time, double lon, double lat, double altit, int upper_limb, double *h_rise, double *h_set, timelib_sll *ts_rise, timelib_sll *ts_set, timelib_sll *ts_transit);
timelib_sll       213 ext/date/lib/timelib_structs.h 	timelib_sll amount;
timelib_sll       217 ext/date/lib/timelib_structs.h 	timelib_sll y, m, d; /* Years, Months and Days */
timelib_sll       218 ext/date/lib/timelib_structs.h 	timelib_sll h, i, s; /* Hours, mInutes and Seconds */
timelib_sll       225 ext/date/lib/timelib_structs.h 	timelib_sll days; /* Contains the number of *days*, instead of Y-M-D differences */
timelib_sll       236 ext/date/lib/timelib_structs.h 	timelib_sll  transistion_time;
timelib_sll       240 ext/date/lib/timelib_structs.h 	timelib_sll      y, m, d;     /* Year, Month, Day */
timelib_sll       241 ext/date/lib/timelib_structs.h 	timelib_sll      h, i, s;     /* Hour, mInute, Second */
timelib_sll       249 ext/date/lib/timelib_structs.h 	timelib_sll      sse;         /* Seconds since epoch */
timelib_sll       262 ext/date/lib/timelib_structs.h 	timelib_sll  utc_offset;
timelib_sll        35 ext/date/lib/tm2unixtime.c static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, timelib_sll *b)
timelib_sll        47 ext/date/lib/tm2unixtime.c static void inc_month(timelib_sll *y, timelib_sll *m)
timelib_sll        56 ext/date/lib/tm2unixtime.c static void dec_month(timelib_sll *y, timelib_sll *m)
timelib_sll        65 ext/date/lib/tm2unixtime.c static void do_range_limit_days_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m, timelib_sll *d, timelib_sll invert)
timelib_sll        67 ext/date/lib/tm2unixtime.c 	timelib_sll leapyear;
timelib_sll        68 ext/date/lib/tm2unixtime.c 	timelib_sll month, year;
timelib_sll        69 ext/date/lib/tm2unixtime.c 	timelib_sll days;
timelib_sll       107 ext/date/lib/tm2unixtime.c static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d)
timelib_sll       109 ext/date/lib/tm2unixtime.c 	timelib_sll leapyear;
timelib_sll       110 ext/date/lib/tm2unixtime.c 	timelib_sll days_this_month;
timelib_sll       111 ext/date/lib/tm2unixtime.c 	timelib_sll last_month, last_year;
timelib_sll       112 ext/date/lib/tm2unixtime.c 	timelib_sll days_last_month;
timelib_sll       150 ext/date/lib/tm2unixtime.c 	timelib_sll current_dow, difference;
timelib_sll       228 ext/date/lib/tm2unixtime.c 	timelib_sll count, dow, rem;
timelib_sll       317 ext/date/lib/tm2unixtime.c static timelib_sll do_years(timelib_sll year)
timelib_sll       319 ext/date/lib/tm2unixtime.c 	timelib_sll i;
timelib_sll       320 ext/date/lib/tm2unixtime.c 	timelib_sll res = 0;
timelib_sll       321 ext/date/lib/tm2unixtime.c 	timelib_sll eras;
timelib_sll       349 ext/date/lib/tm2unixtime.c static timelib_sll do_months(timelib_ull month, timelib_ull year)
timelib_sll       358 ext/date/lib/tm2unixtime.c static timelib_sll do_days(timelib_ull day)
timelib_sll       363 ext/date/lib/tm2unixtime.c static timelib_sll do_time(timelib_ull hour, timelib_ull minute, timelib_ull second)
timelib_sll       365 ext/date/lib/tm2unixtime.c 	timelib_sll res = 0;
timelib_sll       373 ext/date/lib/tm2unixtime.c static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi)
timelib_sll       383 ext/date/lib/tm2unixtime.c 			timelib_sll tmp;
timelib_sll       401 ext/date/lib/tm2unixtime.c 				timelib_sll          tmp;
timelib_sll       443 ext/date/lib/tm2unixtime.c 	timelib_sll res = 0;
timelib_sll       464 ext/date/lib/tm2unixtime.c 	timelib_sll res;
timelib_sll        44 ext/date/lib/unixtime2tm.c void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts)
timelib_sll        46 ext/date/lib/unixtime2tm.c 	timelib_sll days, remainder, tmp_days;
timelib_sll        47 ext/date/lib/unixtime2tm.c 	timelib_sll cur_year = 1970;
timelib_sll        48 ext/date/lib/unixtime2tm.c 	timelib_sll i;
timelib_sll        49 ext/date/lib/unixtime2tm.c 	timelib_sll hours, minutes, seconds;
timelib_sll       143 ext/date/lib/unixtime2tm.c 	timelib_sll sse;
timelib_sll       179 ext/date/lib/unixtime2tm.c void timelib_unixtime2local(timelib_time *tm, timelib_sll ts)
timelib_sll       221 ext/date/lib/unixtime2tm.c void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset)
timelib_sll      1035 ext/date/php_date.c static char *english_suffix(timelib_sll number)
timelib_sll      1051 ext/date/php_date.c char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d)
timelib_sll      1053 ext/date/php_date.c 	timelib_sll day_of_week = timelib_day_of_week(y, m, d);
timelib_sll      1060 ext/date/php_date.c char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d)
timelib_sll      1062 ext/date/php_date.c 	timelib_sll day_of_week = timelib_day_of_week(y, m, d);
timelib_sll      1077 ext/date/php_date.c 	timelib_sll          isoweek, isoyear;
timelib_sll      1138 ext/date/php_date.c 			case 'Y': length = slprintf(buffer, 32, "%s%04lld", t->y < 0 ? "-" : "", php_date_llabs((timelib_sll) t->y)); break;
timelib_sll      1212 ext/date/php_date.c 			case 'U': length = slprintf(buffer, 32, "%lld", (timelib_sll) t->sse); break;
timelib_sll      1280 ext/date/php_date.c 	timelib_sll isoweek, isoyear;
timelib_sll      1474 ext/date/php_date.c 		(ZEND_NUM_ARGS() == 2) ? (timelib_sll) preset_ts : (timelib_sll) time(NULL));
timelib_sll      1509 ext/date/php_date.c 		timelib_unixtime2gmt(now, (timelib_sll) time(NULL));
timelib_sll      1514 ext/date/php_date.c 		timelib_unixtime2local(now, (timelib_sll) time(NULL));
timelib_sll      1627 ext/date/php_date.c 		timelib_unixtime2gmt(ts, (timelib_sll) timestamp);
timelib_sll      1632 ext/date/php_date.c 		timelib_unixtime2local(ts, (timelib_sll) timestamp);
timelib_sll      1737 ext/date/php_date.c 	timelib_unixtime2local(ts, (timelib_sll) timestamp);
timelib_sll      1783 ext/date/php_date.c 	timelib_unixtime2local(ts, (timelib_sll) timestamp);
timelib_sll      2192 ext/date/php_date.c 				timelib_sll utc_offset = dateobj->time->z;
timelib_sll      2490 ext/date/php_date.c 	timelib_sll new_offset = 0;
timelib_sll      2555 ext/date/php_date.c 	timelib_unixtime2local(now, (timelib_sll) time(NULL));
timelib_sll      3508 ext/date/php_date.c 	timelib_unixtime2local(dateobj->time, (timelib_sll)timestamp);
timelib_sll      3751 ext/date/php_date.c 			timelib_sll utc_offset = tzobj->tzi.utc_offset;
timelib_sll      3972 ext/date/php_date.c 	timelib_sll value = -1;
timelib_sll      4133 ext/date/php_date.c 	PHP_DATE_INTERVAL_READ_PROPERTY("y", y, timelib_sll, -1)
timelib_sll      4134 ext/date/php_date.c 	PHP_DATE_INTERVAL_READ_PROPERTY("m", m, timelib_sll, -1)
timelib_sll      4135 ext/date/php_date.c 	PHP_DATE_INTERVAL_READ_PROPERTY("d", d, timelib_sll, -1)
timelib_sll      4136 ext/date/php_date.c 	PHP_DATE_INTERVAL_READ_PROPERTY("h", h, timelib_sll, -1)
timelib_sll      4137 ext/date/php_date.c 	PHP_DATE_INTERVAL_READ_PROPERTY("i", i, timelib_sll, -1)
timelib_sll      4138 ext/date/php_date.c 	PHP_DATE_INTERVAL_READ_PROPERTY("s", s, timelib_sll, -1)
timelib_sll      4632 ext/date/php_date.c 	timelib_sll rise, set, transit;
timelib_sll      4737 ext/date/php_date.c 	timelib_sll     rise, set, transit;
timelib_sll       153 ext/date/php_date.h 		timelib_sll       utc_offset; /* TIMELIB_ZONETYPE_OFFSET */