Home
last modified time | relevance | path

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

/PHP-7.0/ext/date/lib/
H A Dinterval.c115 t->sse_uptodate = 0; in timelib_add()
149 t->sse_uptodate = 0; in timelib_sub()
H A Dtimelib_structs.h253 unsigned int sse_uptodate; /* !0 if the sse member is up to date with the date/time members */ member
H A Dunixtime2tm.c136 tm->sse_uptodate = 1; in timelib_unixtime2gmt()
H A Dtimelib.c180 if (!t->sse_uptodate) { in timelib_get_tz_abbr_ptr()
H A Dtm2unixtime.c465 time->sse_uptodate = 1; in timelib_update_ts()
/PHP-7.0/ext/date/
H A Dphp_date.c1873 it_time->sse_uptodate = 0; in date_period_it_has_more()
2203 if (!o1->time->sse_uptodate) { in date_object_compare_date()
2206 if (!o2->time->sse_uptodate) { in date_object_compare_date()
3091 dateobj->time->sse_uptodate = 0; in php_date_modify()

Completed in 26 milliseconds