Home
last modified time | relevance | path

Searched refs:capture_top (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/
Dpcre2grep.c1553 PCRE2_SIZE capture_top = calloutptr->capture_top; in pcre2grep_callout() local
1637 if (capture_id < capture_top) in pcre2grep_callout()
1721 if (capture_id < capture_top) in pcre2grep_callout()
Dpcre2_dfa_match.c2625 cb.capture_top = 1; in internal_dfa_match()
2995 cb.capture_top = 1; in internal_dfa_match()
Dpcre2.h.in354 uint32_t capture_top; /* Max current capture */ \
Dpcre2.h.generic354 uint32_t capture_top; /* Max current capture */ \
Dpcre2_match.c1322 cb.capture_top = offset_top/2; in match()
1749 cb.capture_top = offset_top/2; in match()
Dpcre2_jit_compile.c7152 callout_block->capture_top = 0; in do_callout()
7159 callout_block->capture_top = i; in do_callout()
7162 callout_block->capture_top = (callout_block->capture_top >> 1) + 1; in do_callout()
Dpcre2test.c5180 for (i = 0; i < cb->capture_top * 2; i += 2) in callout_function()
/external/pcre/dist2/doc/
Dpcre2.txt3836 uint32_t capture_top;
3908 When the pcre2_match() is used, the capture_top field contains one more
3910 no substrings have been captured, the value of capture_top is one. This
4833 6. Callouts are supported, but the value of the capture_top field is