49
49
pcre *_re; /**< The compiled regular expression struct */
50
50
int32_t _error_offset; /**< Any error encountered during compilation or matching */
53
52
/* Index of the pattern which is a specific temporal part */
54
53
uint32_t _year_part_index;
55
54
uint32_t _month_part_index;