Lines Matching refs:sse

1091 			offset = timelib_get_time_zone_info(t->sse, t->tz_info);  in date_format()
1132 … int retval = (((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10) / 864); in date_format()
1199 case 'U': length = slprintf(buffer, 32, "%lld", (timelib_sll) t->sse); break; in date_format()
1302 offset = timelib_get_time_zone_info(t->sse, t->tz_info); in php_idate()
1329 retval = (((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10) / 864); in php_idate()
1346 case 'U': retval = (int) t->sse; break; in php_idate()
1466 timelib_unixtime2local(now, t->sse); in PHP_FUNCTION()
1571 tmp_offset = timelib_get_time_zone_info(now->sse, tzi); in php_mktime()
1901 return object->current->sse < object->end->sse ? SUCCESS : FAILURE; in date_period_it_has_more()
2191 return (o1->time->sse == o2->time->sse) ? 0 : ((o1->time->sse < o2->time->sse) ? -1 : 1); in date_object_compare_date()
3333 timelib_unixtime2local(dateobj->time, dateobj->time->sse); in php_date_timezone_set()
3389 offset = timelib_get_time_zone_info(dateobj->time->sse, dateobj->time->tz_info); in PHP_FUNCTION()
3852 offset = timelib_get_time_zone_info(dateobj->time->sse, tzobj->tzi.tz); in PHP_FUNCTION()
4744 t2->sse = rise; in PHP_FUNCTION()
4746 t2->sse = set; in PHP_FUNCTION()
4749 t2->sse = transit; in PHP_FUNCTION()
4764 t2->sse = rise; in PHP_FUNCTION()
4766 t2->sse = set; in PHP_FUNCTION()
4782 t2->sse = rise; in PHP_FUNCTION()
4784 t2->sse = set; in PHP_FUNCTION()
4800 t2->sse = rise; in PHP_FUNCTION()
4802 t2->sse = set; in PHP_FUNCTION()