Searched refs:capture_top (Results 1 – 8 of 8) sorted by relevance
1553 PCRE2_SIZE capture_top = calloutptr->capture_top; in pcre2grep_callout() local1637 if (capture_id < capture_top) in pcre2grep_callout()1721 if (capture_id < capture_top) in pcre2grep_callout()
2625 cb.capture_top = 1; in internal_dfa_match()2995 cb.capture_top = 1; in internal_dfa_match()
354 uint32_t capture_top; /* Max current capture */ \
1322 cb.capture_top = offset_top/2; in match()1749 cb.capture_top = offset_top/2; in match()
7152 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()
5180 for (i = 0; i < cb->capture_top * 2; i += 2) in callout_function()
3836 uint32_t capture_top;3908 When the pcre2_match() is used, the capture_top field contains one more3910 no substrings have been captured, the value of capture_top is one. This4833 6. Callouts are supported, but the value of the capture_top field is