Home
last modified time | relevance | path

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

/external/pcre/dist2/
DHACKING226 META_RECURSE recursion call
231 META_BACKREF, META_CAPTURE, and META_RECURSE have the capture group number as
241 META_RECURSE is always followed by an offset, for use in error messages.
246 into META_RECURSE or META_BACKREF as appropriate. ESC_g and ESC_k are followed
/external/pcre/dist2/src/
Dpcre2_compile.c244 #define META_RECURSE 0x80200000u /* Recursion */ macro
951 case META_RECURSE: in show_parsed()
4110 *parsed_pattern++ = META_RECURSE | (uint32_t)i; in parse_regex()
7695 case META_RECURSE: in compile_branch()
9243 case META_RECURSE: in get_branchlength()
9549 case META_RECURSE: in check_lookbehinds()