timelib_sll       218 ext/date/lib/astro.c 	timelib_sll   timestamp, old_sse;
timelib_sll        26 ext/date/lib/dow.c static timelib_sll century_value(timelib_sll j)
timelib_sll        28 ext/date/lib/dow.c 	timelib_sll i = j - 17;
timelib_sll        29 ext/date/lib/dow.c 	timelib_sll c = (4 - i * 2 + (i + 1) / 4) % 7;
timelib_sll        34 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        36 ext/date/lib/dow.c 	timelib_sll c1, y1, m1, dow;
timelib_sll        56 ext/date/lib/dow.c timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d)
timelib_sll        61 ext/date/lib/dow.c timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d)
timelib_sll        72 ext/date/lib/dow.c timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d)
timelib_sll        77 ext/date/lib/dow.c timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m)
timelib_sll       130 ext/date/lib/dow.c timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d)
timelib_sll       132 ext/date/lib/dow.c 	timelib_sll dow, day;
timelib_sll       353 ext/date/lib/parse_date.c static timelib_sll timelib_meridian(char **ptr, timelib_sll h)
timelib_sll       355 ext/date/lib/parse_date.c 	timelib_sll retval = 0;
timelib_sll       384 ext/date/lib/parse_date.c static timelib_sll timelib_get_nr(char **ptr, int max_length)
timelib_sll       387 ext/date/lib/parse_date.c 	timelib_sll tmp_nr = TIMELIB_UNSET;
timelib_sll       498 ext/date/lib/parse_date.c static timelib_sll timelib_lookup_relative_text(char **ptr, int *behavior)
timelib_sll       502 ext/date/lib/parse_date.c 	timelib_sll  value = 0;
timelib_sll       523 ext/date/lib/parse_date.c static timelib_sll timelib_get_relative_text(char **ptr, int *behavior)
timelib_sll      3563 ext/date/lib/parse_date.c 		timelib_sll i;
timelib_sll      16058 ext/date/lib/parse_date.c 		timelib_sll w, d;
timelib_sll      16084 ext/date/lib/parse_date.c 		timelib_sll w, d;
timelib_sll       346 ext/date/lib/parse_tz.c 	timelib_sll dummy;
timelib_sll       361 ext/date/lib/parse_tz.c 	timelib_sll                transistion_time;
timelib_sll       386 ext/date/lib/parse_tz.c timelib_sll timelib_get_current_offset(timelib_time *t)
timelib_sll       389 ext/date/lib/parse_tz.c 	timelib_sll retval;
timelib_sll       144 ext/date/lib/timelib.c 	timelib_sll ts;
timelib_sll        51 ext/date/lib/timelib.h timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
timelib_sll        52 ext/date/lib/timelib.h timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
timelib_sll        53 ext/date/lib/timelib.h timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
timelib_sll        54 ext/date/lib/timelib.h timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d);
timelib_sll        55 ext/date/lib/timelib.h timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
timelib_sll        79 ext/date/lib/timelib.h timelib_sll timelib_get_current_offset(timelib_time *t);
timelib_sll       120 ext/date/lib/timelib_structs.h 	timelib_sll y, m, d; /* Years, Months and Days */
timelib_sll       121 ext/date/lib/timelib_structs.h 	timelib_sll h, i, s; /* Hours, mInutes and Seconds */
timelib_sll       132 ext/date/lib/timelib_structs.h 	timelib_sll  transistion_time;
timelib_sll       137 ext/date/lib/timelib_structs.h 	timelib_sll amount;
timelib_sll       141 ext/date/lib/timelib_structs.h 	timelib_sll      y, m, d;     /* Year, Month, Day */
timelib_sll       142 ext/date/lib/timelib_structs.h 	timelib_sll      h, i, s;     /* Hour, mInute, Second */
timelib_sll       151 ext/date/lib/timelib_structs.h 	timelib_sll      sse;         /* Seconds since epoch */
timelib_sll        54 ext/date/lib/tm2unixtime.c 	timelib_sll leapyear;
timelib_sll        55 ext/date/lib/tm2unixtime.c 	timelib_sll days_this_month;
timelib_sll        56 ext/date/lib/tm2unixtime.c 	timelib_sll last_month, last_year;
timelib_sll        57 ext/date/lib/tm2unixtime.c 	timelib_sll days_last_month;
timelib_sll        89 ext/date/lib/tm2unixtime.c 	timelib_sll current_dow, difference;
timelib_sll       139 ext/date/lib/tm2unixtime.c 	timelib_sll current_dow, this_weekday = 0, count;
timelib_sll       183 ext/date/lib/tm2unixtime.c static timelib_sll do_years(timelib_sll year)
timelib_sll       185 ext/date/lib/tm2unixtime.c 	timelib_sll i;
timelib_sll       186 ext/date/lib/tm2unixtime.c 	timelib_sll res = 0;
timelib_sll       187 ext/date/lib/tm2unixtime.c 	timelib_sll eras;
timelib_sll       215 ext/date/lib/tm2unixtime.c static timelib_sll do_months(timelib_ull month, timelib_ull year)
timelib_sll       224 ext/date/lib/tm2unixtime.c static timelib_sll do_days(timelib_ull day)
timelib_sll       229 ext/date/lib/tm2unixtime.c static timelib_sll do_time(timelib_ull hour, timelib_ull minute, timelib_ull second)
timelib_sll       231 ext/date/lib/tm2unixtime.c 	timelib_sll res = 0;
timelib_sll       239 ext/date/lib/tm2unixtime.c static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi)
timelib_sll       249 ext/date/lib/tm2unixtime.c 			timelib_sll tmp;
timelib_sll       267 ext/date/lib/tm2unixtime.c 				timelib_sll          tmp;
timelib_sll       296 ext/date/lib/tm2unixtime.c 	timelib_sll res = 0;
timelib_sll       315 ext/date/lib/tm2unixtime.c 	timelib_sll res;
timelib_sll        42 ext/date/lib/unixtime2tm.c 	timelib_sll days, remainder, tmp_days;
timelib_sll        43 ext/date/lib/unixtime2tm.c 	timelib_sll cur_year = 1970;
timelib_sll        44 ext/date/lib/unixtime2tm.c 	timelib_sll i;
timelib_sll        45 ext/date/lib/unixtime2tm.c 	timelib_sll hours, minutes, seconds;
timelib_sll       127 ext/date/lib/unixtime2tm.c 	timelib_sll sse;
timelib_sll       273 ext/date/php_date.c 		timelib_sll     utc_offset; // TIMELIB_ZONETYPE_OFFSET
timelib_sll       276 ext/date/php_date.c 			timelib_sll  utc_offset;
timelib_sll       709 ext/date/php_date.c 	timelib_sll day_of_week = timelib_day_of_week(y, m, d);
timelib_sll       718 ext/date/php_date.c 	timelib_sll day_of_week = timelib_day_of_week(y, m, d);
timelib_sll       733 ext/date/php_date.c 	timelib_sll          isoweek, isoyear;
timelib_sll       862 ext/date/php_date.c 			case 'U': length = slprintf(buffer, 32, "%lld", (timelib_sll) t->sse); break;
timelib_sll       933 ext/date/php_date.c 	timelib_sll isoweek, isoyear;
timelib_sll      1132 ext/date/php_date.c 		timelib_unixtime2local(now, (timelib_sll) time(NULL));
timelib_sll      1184 ext/date/php_date.c 		timelib_unixtime2gmt(now, (timelib_sll) time(NULL));
timelib_sll      1189 ext/date/php_date.c 		timelib_unixtime2local(now, (timelib_sll) time(NULL));
timelib_sll      1322 ext/date/php_date.c 		timelib_unixtime2gmt(ts, (timelib_sll) timestamp);
timelib_sll      1327 ext/date/php_date.c 		timelib_unixtime2local(ts, (timelib_sll) timestamp);
timelib_sll      1422 ext/date/php_date.c 	timelib_unixtime2local(ts, (timelib_sll) timestamp);
timelib_sll      1468 ext/date/php_date.c 	timelib_unixtime2local(ts, (timelib_sll) timestamp);
timelib_sll      1689 ext/date/php_date.c 	timelib_sll     new_offset;
timelib_sll      1753 ext/date/php_date.c 	timelib_unixtime2local(now, (timelib_sll) time(NULL));
timelib_sll      2215 ext/date/php_date.c 			timelib_sll utc_offset = tzobj->tzi.utc_offset;
timelib_sll      2421 ext/date/php_date.c 	timelib_sll rise, set, transit;
timelib_sll      2526 ext/date/php_date.c 	timelib_sll     rise, set, transit;