Lines Matching refs:sse
1162 offset = timelib_get_time_zone_info(t->sse, t->tz_info); in date_format()
1203 int retval = ((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10); in date_format()
1272 case 'U': length = slprintf(buffer, sizeof(buffer), "%lld", (timelib_sll) t->sse); break; in date_format()
1374 offset = timelib_get_time_zone_info(t->sse, t->tz_info); in php_idate()
1401 retval = ((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10); in php_idate()
1419 case 'U': retval = (int) t->sse; break; in php_idate()
1952 return object->current->sse < object->end->sse ? SUCCESS : FAILURE; in date_period_it_has_more()
3479 timelib_unixtime2local(dateobj->time, dateobj->time->sse); in php_date_timezone_set()
3536 offset = timelib_get_time_zone_info(dateobj->time->sse, dateobj->time->tz_info); in PHP_FUNCTION()
4003 offset = timelib_get_time_zone_info(dateobj->time->sse, tzobj->tzi.tz); in PHP_FUNCTION()
5086 t2->sse = rise; in PHP_FUNCTION()
5088 t2->sse = set; in PHP_FUNCTION()
5091 t2->sse = transit; in PHP_FUNCTION()
5106 t2->sse = rise; in PHP_FUNCTION()
5108 t2->sse = set; in PHP_FUNCTION()
5124 t2->sse = rise; in PHP_FUNCTION()
5126 t2->sse = set; in PHP_FUNCTION()
5142 t2->sse = rise; in PHP_FUNCTION()
5144 t2->sse = set; in PHP_FUNCTION()