Lines Matching refs:timelib_sll

1055 static char *english_suffix(timelib_sll number)  in english_suffix()
1071 char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1073 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_full_day_name()
1080 char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1082 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_short_day_name()
1098 timelib_sll isoweek, isoyear; in date_format()
1159 …uffer, sizeof(buffer), "%s%04lld", t->y < 0 ? "-" : "", php_date_llabs((timelib_sll) t->y)); break; in date_format()
1234 case 'U': length = slprintf(buffer, sizeof(buffer), "%lld", (timelib_sll) t->sse); break; in date_format()
1302 timelib_sll isoweek, isoyear; in php_idate()
1497 (ZEND_NUM_ARGS() == 2) ? (timelib_sll) preset_ts : (timelib_sll) time(NULL)); in PHP_FUNCTION()
1532 timelib_unixtime2gmt(now, (timelib_sll) time(NULL)); in php_mktime()
1537 timelib_unixtime2local(now, (timelib_sll) time(NULL)); in php_mktime()
1650 timelib_unixtime2gmt(ts, (timelib_sll) timestamp); in php_strftime()
1655 timelib_unixtime2local(ts, (timelib_sll) timestamp); in php_strftime()
1760 timelib_unixtime2local(ts, (timelib_sll) timestamp); in PHP_FUNCTION()
1806 timelib_unixtime2local(ts, (timelib_sll) timestamp); in PHP_FUNCTION()
2271 timelib_sll utc_offset = dateobj->time->z; in date_object_get_properties()
2647 timelib_sll new_offset = 0; in php_date_initialize()
2715 timelib_unixtime2local(now, (timelib_sll) sec); in php_date_initialize()
3674 timelib_unixtime2local(dateobj->time, (timelib_sll)timestamp); in php_date_timestamp_set()
3920 timelib_sll utc_offset = tzobj->tzi.utc_offset; in PHP_FUNCTION()
4141 timelib_sll value = -1; in date_interval_read_property()
4358 PHP_DATE_INTERVAL_READ_PROPERTY("y", y, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4359 PHP_DATE_INTERVAL_READ_PROPERTY("m", m, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4360 PHP_DATE_INTERVAL_READ_PROPERTY("d", d, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4361 PHP_DATE_INTERVAL_READ_PROPERTY("h", h, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4362 PHP_DATE_INTERVAL_READ_PROPERTY("i", i, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4363 PHP_DATE_INTERVAL_READ_PROPERTY("s", s, timelib_sll, -1) in php_date_interval_initialize_from_hash()
4866 timelib_sll rise, set, transit; in php_do_date_sunrise_sunset()
4971 timelib_sll rise, set, transit; in PHP_FUNCTION()