Lines Matching refs:sse
1099 offset = timelib_get_time_zone_info(t->sse, t->tz_info); in date_format()
1140 … int retval = (((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10) / 864); in date_format()
1207 case 'U': length = slprintf(buffer, 32, "%lld", (timelib_sll) t->sse); break; in date_format()
1310 offset = timelib_get_time_zone_info(t->sse, t->tz_info); in php_idate()
1337 retval = (((((long)t->sse)-(((long)t->sse) - ((((long)t->sse) % 86400) + 3600))) * 10) / 864); in php_idate()
1354 case 'U': retval = (int) t->sse; break; in php_idate()
1474 timelib_unixtime2local(now, t->sse); in PHP_FUNCTION()
1579 tmp_offset = timelib_get_time_zone_info(now->sse, tzi); in php_mktime()
1909 return object->current->sse < object->end->sse ? SUCCESS : FAILURE; in date_period_it_has_more()
3363 timelib_unixtime2local(dateobj->time, dateobj->time->sse); in php_date_timezone_set()
3419 offset = timelib_get_time_zone_info(dateobj->time->sse, dateobj->time->tz_info); in PHP_FUNCTION()
3887 offset = timelib_get_time_zone_info(dateobj->time->sse, tzobj->tzi.tz); in PHP_FUNCTION()
4862 t2->sse = rise; in PHP_FUNCTION()
4864 t2->sse = set; in PHP_FUNCTION()
4867 t2->sse = transit; in PHP_FUNCTION()
4882 t2->sse = rise; in PHP_FUNCTION()
4884 t2->sse = set; in PHP_FUNCTION()
4900 t2->sse = rise; in PHP_FUNCTION()
4902 t2->sse = set; in PHP_FUNCTION()
4918 t2->sse = rise; in PHP_FUNCTION()
4920 t2->sse = set; in PHP_FUNCTION()