Lines Matching refs:sse
1144 offset = timelib_get_time_zone_info(t->sse, t->tz_info); in date_format()
1185 int retval = ((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10); in date_format()
1254 case 'U': length = slprintf(buffer, sizeof(buffer), "%lld", (timelib_sll) t->sse); break; in date_format()
1356 offset = timelib_get_time_zone_info(t->sse, t->tz_info); in php_idate()
1383 retval = ((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10); in php_idate()
1401 case 'U': retval = (int) t->sse; break; in php_idate()
1930 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()
4001 offset = timelib_get_time_zone_info(dateobj->time->sse, tzobj->tzi.tz); in PHP_FUNCTION()
5085 t2->sse = rise; in PHP_FUNCTION()
5087 t2->sse = set; in PHP_FUNCTION()
5090 t2->sse = transit; in PHP_FUNCTION()
5105 t2->sse = rise; in PHP_FUNCTION()
5107 t2->sse = set; in PHP_FUNCTION()
5123 t2->sse = rise; in PHP_FUNCTION()
5125 t2->sse = set; in PHP_FUNCTION()
5141 t2->sse = rise; in PHP_FUNCTION()
5143 t2->sse = set; in PHP_FUNCTION()