Home
last modified time | relevance | path

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

/external/pcre/dist2/
DHACKING225 META_RECURSE recursion call
230 META_BACKREF, META_CAPTURE, and META_RECURSE have the capture group number as
240 META_RECURSE is always followed by an offset, for use in error messages.
245 into META_RECURSE or META_BACKREF as appropriate. ESC_g and ESC_k are followed
/external/pcre/dist2/src/
Dpcre2_compile.c241 #define META_RECURSE 0x80200000u /* Recursion */ macro
883 case META_RECURSE: in show_parsed()
3776 *parsed_pattern++ = META_RECURSE | (uint32_t)i; in parse_regex()
7274 case META_RECURSE: in compile_branch()
8784 case META_RECURSE: in get_branchlength()
9037 case META_RECURSE: in check_lookbehinds()