Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c908 offset_top = md->end_offset_top; in match()
1169 offset_top = md->end_offset_top; in match()
1236 offset_top = md->end_offset_top; in match()
1391 if (md->end_offset_top > offset_top) in match()
1392 offset_top = md->end_offset_top; /* Captures may have happened */ in match()
1507 md->end_offset_top = offset_top; /* and how many extracts were taken */ in match()
1592 offset_top = md->end_offset_top; in match()
1935 md->end_offset_top = offset_top; in match()
2008 md->end_offset_top = offset_top; in match()
6934 md->end_offset_top = 0; in pcre_exec()
[all …]
Dpcre_internal.h2549 int end_offset_top; /* Highwater mark at end of match */ member