Home
last modified time | relevance | path

Searched refs:offset_max (Results 1 – 2 of 2) sorted by relevance

/external/pcre/
Dpcre_exec.c810 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()
Dpcre_internal.h1704 int offset_max; /* The maximum usable for return data */ member