Home
last modified time | relevance | path

Searched refs:sse_uptodate (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/date/lib/
H A Dinterval.c232 t->sse_uptodate = 0; in timelib_add()
260 t->sse_uptodate = 0; in timelib_sub()
290 t->sse_uptodate = 0; in timelib_add_wall()
344 t->sse_uptodate = 0; in timelib_sub_wall()
H A Dunixtime2tm.c78 tm->sse_uptodate = 1; in timelib_unixtime2gmt()
H A Dtimelib.c149 if (!t->sse_uptodate) { in timelib_get_tz_abbr_ptr()
H A Dtm2unixtime.c486 time->sse_uptodate = 1; in timelib_update_ts()
H A Dtimelib.h265 unsigned int sse_uptodate; /* !0 if the sse member is up to date with the date/time members */ member
/PHP-8.2/ext/date/
H A Dphp_date.c1619 it_time->sse_uptodate = 0; in date_period_advance()
1865 if (!o1->time->sse_uptodate) { in date_object_compare_date()
1868 if (!o2->time->sse_uptodate) { in date_object_compare_date()
3126 dateobj->time->sse_uptodate = 0; in php_date_modify()
3669 if (!dateobj->time->sse_uptodate) { in PHP_FUNCTION()

Completed in 30 milliseconds