Lines Matching refs:sse

1041 			offset = timelib_get_time_zone_info(t->sse, t->tz_info);  in date_format()
1082 … int retval = (((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10) / 864); in date_format()
1149 case 'U': length = slprintf(buffer, 32, "%lld", (timelib_sll) t->sse); break; in date_format()
1252 offset = timelib_get_time_zone_info(t->sse, t->tz_info); in php_idate()
1279 retval = (((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10) / 864); in php_idate()
1296 case 'U': retval = (int) t->sse; break; in php_idate()
1417 timelib_unixtime2local(now, t->sse); in PHP_FUNCTION()
1523 tmp_offset = timelib_get_time_zone_info(now->sse, tzi); in php_mktime()
1844 return object->current->sse < object->end->sse ? SUCCESS : FAILURE; in date_period_it_has_more()
2098 return (o1->time->sse == o2->time->sse) ? 0 : ((o1->time->sse < o2->time->sse) ? -1 : 1); in date_object_compare_date()
3019 timelib_unixtime2local(dateobj->time, dateobj->time->sse); in PHP_FUNCTION()
3042 offset = timelib_get_time_zone_info(dateobj->time->sse, dateobj->time->tz_info); in PHP_FUNCTION()
3360 offset = timelib_get_time_zone_info(dateobj->time->sse, tzobj->tzi.tz); in PHP_FUNCTION()
4250 t2->sse = rise; in PHP_FUNCTION()
4252 t2->sse = set; in PHP_FUNCTION()
4255 t2->sse = transit; in PHP_FUNCTION()
4270 t2->sse = rise; in PHP_FUNCTION()
4272 t2->sse = set; in PHP_FUNCTION()
4288 t2->sse = rise; in PHP_FUNCTION()
4290 t2->sse = set; in PHP_FUNCTION()
4306 t2->sse = rise; in PHP_FUNCTION()
4308 t2->sse = set; in PHP_FUNCTION()