Searched refs:offset_max (Results 1 – 2 of 2) sorted by relevance
810 if (offset < md->offset_max) in match()1143 if (offset >= md->offset_max) md->offset_overflow = TRUE; else in match()1592 if (offset >= md->offset_max) md->offset_overflow = TRUE; else in match()5840 md->offset_max = (2*ocount)/3; in pcre_exec()
1704 int offset_max; /* The maximum usable for return data */ member