Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dinterval.c111 t->sse_uptodate = 0; in timelib_add()
145 t->sse_uptodate = 0; in timelib_sub()
H A Dtimelib_structs.h177 unsigned int sse_uptodate; /* !0 if the sse member is up to date with the date/time members */ member
H A Dunixtime2tm.c132 tm->sse_uptodate = 1; in timelib_unixtime2gmt()
H A Dtimelib.c158 if (!t->sse_uptodate) { in timelib_get_tz_abbr_ptr()
H A Dtm2unixtime.c453 time->sse_uptodate = 1; in timelib_update_ts()
/PHP-5.5/ext/date/
H A Dphp_date.c1895 it_time->sse_uptodate = 0; in date_period_it_has_more()
2184 if (!o1->time->sse_uptodate) { in date_object_compare_date()
2187 if (!o2->time->sse_uptodate) { in date_object_compare_date()
3087 dateobj->time->sse_uptodate = 0; in php_date_modify()

Completed in 56 milliseconds