Lines Matching refs:timelib_sll

1031 static char *english_suffix(timelib_sll number)  in english_suffix()
1047 char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1049 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_full_day_name()
1056 char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1058 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_short_day_name()
1073 timelib_sll isoweek, isoyear; in date_format()
1134 …= slprintf(buffer, 32, "%s%04lld", t->y < 0 ? "-" : "", php_date_llabs((timelib_sll) t->y)); break; in date_format()
1207 case 'U': length = slprintf(buffer, 32, "%lld", (timelib_sll) t->sse); break; in date_format()
1278 timelib_sll isoweek, isoyear; in php_idate()
1482 timelib_unixtime2local(now, (timelib_sll) time(NULL)); in PHP_FUNCTION()
1525 timelib_unixtime2gmt(now, (timelib_sll) time(NULL)); in php_mktime()
1530 timelib_unixtime2local(now, (timelib_sll) time(NULL)); in php_mktime()
1662 timelib_unixtime2gmt(ts, (timelib_sll) timestamp); in php_strftime()
1667 timelib_unixtime2local(ts, (timelib_sll) timestamp); in php_strftime()
1772 timelib_unixtime2local(ts, (timelib_sll) timestamp); in PHP_FUNCTION()
1818 timelib_unixtime2local(ts, (timelib_sll) timestamp); in PHP_FUNCTION()
2251 timelib_sll utc_offset = dateobj->time->z; in date_object_get_properties()
2574 timelib_sll new_offset; in php_date_initialize()
2639 timelib_unixtime2local(now, (timelib_sll) time(NULL)); in php_date_initialize()
3591 timelib_unixtime2local(dateobj->time, (timelib_sll)timestamp); in php_date_timestamp_set()
3826 timelib_sll utc_offset = tzobj->tzi.utc_offset; in PHP_FUNCTION()
4047 timelib_sll value = -1; in date_interval_read_property()
4213 (*intobj)->diff->member = (timelib_sll)Z_LVAL_PP(z_arg); \ in php_date_interval_initialize_from_hash()
4215 (*intobj)->diff->member = (timelib_sll)Z_DVAL_PP(z_arg); \ in php_date_interval_initialize_from_hash()
4224 PHP_DATE_INTERVAL_READ_PROPERTY("y", y, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4225 PHP_DATE_INTERVAL_READ_PROPERTY("m", m, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4226 PHP_DATE_INTERVAL_READ_PROPERTY("d", d, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4227 PHP_DATE_INTERVAL_READ_PROPERTY("h", h, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4228 PHP_DATE_INTERVAL_READ_PROPERTY("i", i, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4229 PHP_DATE_INTERVAL_READ_PROPERTY("s", s, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4727 timelib_sll rise, set, transit; in php_do_date_sunrise_sunset()
4832 timelib_sll rise, set, transit; in PHP_FUNCTION()