Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c968 if (offset < md->offset_max) in match()
1139 if (offset < md->offset_max) in match()
1472 if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else in match()
1964 if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else in match()
6661 md->offset_max = (2*ocount)/3; in pcre_exec()
Dpcre_internal.h2502 int offset_max; /* The maximum usable for return data */ member