timelib_sll       218 date/lib/astro.c 	timelib_sll   timestamp, old_sse;
timelib_sll        26 date/lib/dow.c static timelib_sll century_value(timelib_sll j)
timelib_sll        28 date/lib/dow.c 	timelib_sll i = j - 17;
timelib_sll        29 date/lib/dow.c 	timelib_sll c = (4 - i * 2 + (i + 1) / 4) % 7;
timelib_sll        34 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 date/lib/dow.c 	timelib_sll c1, y1, m1, dow;
timelib_sll        56 date/lib/dow.c timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d)
timelib_sll        61 date/lib/dow.c timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d)
timelib_sll        72 date/lib/dow.c timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d)
timelib_sll        77 date/lib/dow.c timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m)
timelib_sll       130 date/lib/dow.c timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d)
timelib_sll       132 date/lib/dow.c 	timelib_sll dow, day;
timelib_sll        28 date/lib/interval.c 	timelib_sll dst_h_corr = 0, dst_m_corr = 0;
timelib_sll       378 date/lib/parse_date.c static timelib_sll timelib_meridian(char **ptr, timelib_sll h)
timelib_sll       380 date/lib/parse_date.c 	timelib_sll retval = 0;
timelib_sll       401 date/lib/parse_date.c static timelib_sll timelib_meridian_with_check(char **ptr, timelib_sll h)
timelib_sll       403 date/lib/parse_date.c 	timelib_sll retval = 0;
timelib_sll       442 date/lib/parse_date.c static timelib_sll timelib_get_nr_ex(char **ptr, int max_length, int *scanned_length)
timelib_sll       445 date/lib/parse_date.c 	timelib_sll tmp_nr = TIMELIB_UNSET;
timelib_sll       470 date/lib/parse_date.c static timelib_sll timelib_get_nr(char **ptr, int max_length)
timelib_sll       567 date/lib/parse_date.c static timelib_sll timelib_lookup_relative_text(char **ptr, int *behavior)
timelib_sll       571 date/lib/parse_date.c 	timelib_sll  value = 0;
timelib_sll       592 date/lib/parse_date.c static timelib_sll timelib_get_relative_text(char **ptr, int *behavior)
timelib_sll      13199 date/lib/parse_date.c 		timelib_sll w, d;
timelib_sll      13225 date/lib/parse_date.c 		timelib_sll w, d;
timelib_sll      16680 date/lib/parse_date.c 		timelib_sll i;
timelib_sll      16745 date/lib/parse_date.c 		timelib_sll i;
timelib_sll      16872 date/lib/parse_date.c 		timelib_sll i;
timelib_sll      24791 date/lib/parse_date.c 	timelib_sll tmp;
timelib_sll      24921 date/lib/parse_date.c 					timelib_sll min;
timelib_sll      24935 date/lib/parse_date.c 					timelib_sll sec;
timelib_sll       135 date/lib/parse_iso_intervals.c static timelib_sll timelib_get_nr(char **ptr, int max_length)
timelib_sll       138 date/lib/parse_iso_intervals.c 	timelib_sll tmp_nr = TIMELIB_UNSET;
timelib_sll       384 date/lib/parse_iso_intervals.c 		timelib_sll nr;
timelib_sll       398 date/lib/parse_tz.c 	timelib_sll dummy;
timelib_sll       413 date/lib/parse_tz.c 	timelib_sll                transistion_time;
timelib_sll       438 date/lib/parse_tz.c timelib_sll timelib_get_current_offset(timelib_time *t)
timelib_sll       441 date/lib/parse_tz.c 	timelib_sll retval;
timelib_sll       179 date/lib/timelib.c 	timelib_sll ts;
timelib_sll        61 date/lib/timelib.h timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
timelib_sll        62 date/lib/timelib.h timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
timelib_sll        63 date/lib/timelib.h timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
timelib_sll        64 date/lib/timelib.h timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d);
timelib_sll        65 date/lib/timelib.h timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
timelib_sll       101 date/lib/timelib.h timelib_sll timelib_get_current_offset(timelib_time *t);
timelib_sll       127 date/lib/timelib_structs.h 	timelib_sll amount;
timelib_sll       131 date/lib/timelib_structs.h 	timelib_sll y, m, d; /* Years, Months and Days */
timelib_sll       132 date/lib/timelib_structs.h 	timelib_sll h, i, s; /* Hours, mInutes and Seconds */
timelib_sll       139 date/lib/timelib_structs.h 	timelib_sll days; /* Contains the number of *days*, instead of Y-M-D differences */
timelib_sll       150 date/lib/timelib_structs.h 	timelib_sll  transistion_time;
timelib_sll       154 date/lib/timelib_structs.h 	timelib_sll      y, m, d;     /* Year, Month, Day */
timelib_sll       155 date/lib/timelib_structs.h 	timelib_sll      h, i, s;     /* Hour, mInute, Second */
timelib_sll       163 date/lib/timelib_structs.h 	timelib_sll      sse;         /* Seconds since epoch */
timelib_sll        64 date/lib/tm2unixtime.c 	timelib_sll leapyear;
timelib_sll        65 date/lib/tm2unixtime.c 	timelib_sll month, year;
timelib_sll        66 date/lib/tm2unixtime.c 	timelib_sll days;
timelib_sll       106 date/lib/tm2unixtime.c 	timelib_sll leapyear;
timelib_sll       107 date/lib/tm2unixtime.c 	timelib_sll days_this_month;
timelib_sll       108 date/lib/tm2unixtime.c 	timelib_sll last_month, last_year;
timelib_sll       109 date/lib/tm2unixtime.c 	timelib_sll days_last_month;
timelib_sll       147 date/lib/tm2unixtime.c 	timelib_sll current_dow, difference;
timelib_sll       223 date/lib/tm2unixtime.c 	timelib_sll current_dow, count;
timelib_sll       306 date/lib/tm2unixtime.c static timelib_sll do_years(timelib_sll year)
timelib_sll       308 date/lib/tm2unixtime.c 	timelib_sll i;
timelib_sll       309 date/lib/tm2unixtime.c 	timelib_sll res = 0;
timelib_sll       310 date/lib/tm2unixtime.c 	timelib_sll eras;
timelib_sll       338 date/lib/tm2unixtime.c static timelib_sll do_months(timelib_ull month, timelib_ull year)
timelib_sll       347 date/lib/tm2unixtime.c static timelib_sll do_days(timelib_ull day)
timelib_sll       352 date/lib/tm2unixtime.c static timelib_sll do_time(timelib_ull hour, timelib_ull minute, timelib_ull second)
timelib_sll       354 date/lib/tm2unixtime.c 	timelib_sll res = 0;
timelib_sll       362 date/lib/tm2unixtime.c static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi)
timelib_sll       372 date/lib/tm2unixtime.c 			timelib_sll tmp;
timelib_sll       390 date/lib/tm2unixtime.c 				timelib_sll          tmp;
timelib_sll       432 date/lib/tm2unixtime.c 	timelib_sll res = 0;
timelib_sll       453 date/lib/tm2unixtime.c 	timelib_sll res;
timelib_sll        42 date/lib/unixtime2tm.c 	timelib_sll days, remainder, tmp_days;
timelib_sll        43 date/lib/unixtime2tm.c 	timelib_sll cur_year = 1970;
timelib_sll        44 date/lib/unixtime2tm.c 	timelib_sll i;
timelib_sll        45 date/lib/unixtime2tm.c 	timelib_sll hours, minutes, seconds;
timelib_sll       139 date/lib/unixtime2tm.c 	timelib_sll sse;
timelib_sll       927 date/php_date.c 	timelib_sll day_of_week = timelib_day_of_week(y, m, d);
timelib_sll       936 date/php_date.c 	timelib_sll day_of_week = timelib_day_of_week(y, m, d);
timelib_sll       951 date/php_date.c 	timelib_sll          isoweek, isoyear;
timelib_sll      1012 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      1085 date/php_date.c 			case 'U': length = slprintf(buffer, 32, "%lld", (timelib_sll) t->sse); break;
timelib_sll      1156 date/php_date.c 	timelib_sll isoweek, isoyear;
timelib_sll      1360 date/php_date.c 		timelib_unixtime2local(now, (timelib_sll) time(NULL));
timelib_sll      1404 date/php_date.c 		timelib_unixtime2gmt(now, (timelib_sll) time(NULL));
timelib_sll      1409 date/php_date.c 		timelib_unixtime2local(now, (timelib_sll) time(NULL));
timelib_sll      1542 date/php_date.c 		timelib_unixtime2gmt(ts, (timelib_sll) timestamp);
timelib_sll      1547 date/php_date.c 		timelib_unixtime2local(ts, (timelib_sll) timestamp);
timelib_sll      1642 date/php_date.c 	timelib_unixtime2local(ts, (timelib_sll) timestamp);
timelib_sll      1688 date/php_date.c 	timelib_unixtime2local(ts, (timelib_sll) timestamp);
timelib_sll      2070 date/php_date.c 				timelib_sll utc_offset = dateobj->time->z;
timelib_sll      2346 date/php_date.c 	timelib_sll     new_offset;
timelib_sll      2409 date/php_date.c 	timelib_unixtime2local(now, (timelib_sll) time(NULL));
timelib_sll      3076 date/php_date.c 	timelib_unixtime2local(dateobj->time, (timelib_sll)timestamp);
timelib_sll      3228 date/php_date.c 			timelib_sll utc_offset = tzobj->tzi.utc_offset;
timelib_sll      3449 date/php_date.c 	timelib_sll value = -1;
timelib_sll      4016 date/php_date.c 	timelib_sll rise, set, transit;
timelib_sll      4121 date/php_date.c 	timelib_sll     rise, set, transit;
timelib_sll       124 date/php_date.h 		timelib_sll     utc_offset; /* TIMELIB_ZONETYPE_OFFSET */
timelib_sll       127 date/php_date.h 			timelib_sll  utc_offset;