Lines Matching refs:have_date
100 …have_date) { add_error(s, TIMELIB_ERR_DOUBLE_DATE, "Double date specification"); timelib_string_fr…
101 #define TIMELIB_UNHAVE_DATE() { s->time->have_date = 0; s->time->d = 0; s->time->m = 0; s->time->y …
24916 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) { in timelib_strtotime()
25135 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25151 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25165 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25175 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25187 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25198 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25207 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25381 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25394 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25406 s->time->have_date = 1; in timelib_parse_from_format_with_map()
25531 if (!(options & TIMELIB_OVERRIDE_TIME) && parsed->have_date && !parsed->have_time) { in timelib_fill_holes()