Lines Matching refs:timelib_sll

1043 static char *english_suffix(timelib_sll number)  in english_suffix()
1059 char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1061 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_full_day_name()
1068 char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1070 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_short_day_name()
1085 timelib_sll isoweek, isoyear; in date_format()
1146 …= slprintf(buffer, 32, "%s%04lld", t->y < 0 ? "-" : "", php_date_llabs((timelib_sll) t->y)); break; in date_format()
1221 case 'U': length = slprintf(buffer, 32, "%lld", (timelib_sll) t->sse); break; in date_format()
1289 timelib_sll isoweek, isoyear; in php_idate()
1484 (ZEND_NUM_ARGS() == 2) ? (timelib_sll) preset_ts : (timelib_sll) time(NULL)); in PHP_FUNCTION()
1519 timelib_unixtime2gmt(now, (timelib_sll) time(NULL)); in php_mktime()
1524 timelib_unixtime2local(now, (timelib_sll) time(NULL)); in php_mktime()
1637 timelib_unixtime2gmt(ts, (timelib_sll) timestamp); in php_strftime()
1642 timelib_unixtime2local(ts, (timelib_sll) timestamp); in php_strftime()
1747 timelib_unixtime2local(ts, (timelib_sll) timestamp); in PHP_FUNCTION()
1793 timelib_unixtime2local(ts, (timelib_sll) timestamp); in PHP_FUNCTION()
2257 timelib_sll utc_offset = dateobj->time->z; in date_object_get_properties()
2555 timelib_sll new_offset = 0; in php_date_initialize()
2620 timelib_unixtime2local(now, (timelib_sll) time(NULL)); in php_date_initialize()
3573 timelib_unixtime2local(dateobj->time, (timelib_sll)timestamp); in php_date_timestamp_set()
3817 timelib_sll utc_offset = tzobj->tzi.utc_offset; in PHP_FUNCTION()
4038 timelib_sll value = -1; in date_interval_read_property()
4233 PHP_DATE_INTERVAL_READ_PROPERTY("y", y, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4234 PHP_DATE_INTERVAL_READ_PROPERTY("m", m, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4235 PHP_DATE_INTERVAL_READ_PROPERTY("d", d, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4236 PHP_DATE_INTERVAL_READ_PROPERTY("h", h, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4237 PHP_DATE_INTERVAL_READ_PROPERTY("i", i, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4238 PHP_DATE_INTERVAL_READ_PROPERTY("s", s, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4736 timelib_sll rise, set, transit; in php_do_date_sunrise_sunset()
4841 timelib_sll rise, set, transit; in PHP_FUNCTION()