Home
last modified time | relevance | path

Searched refs:small_ref_offset (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_intmodedep.h725 PCRE2_SIZE small_ref_offset[10]; /* Offsets for \1 to \9 */ member
Dpcre2_compile.c890 offset = cb->small_ref_offset[meta_arg]; in show_parsed()
2747 if (cb->small_ref_offset[escape] == PCRE2_UNSET) in parse_regex()
2748 cb->small_ref_offset[escape] = offset; in parse_regex()
7220 if (meta_arg < 10) offset = cb->small_ref_offset[meta_arg]; in compile_branch()
8774 offset = cb->small_ref_offset[group]; in get_branchlength()
9270 for (i = 0; i < 10; i++) cb.small_ref_offset[i] = PCRE2_UNSET; in pcre2_compile()
/external/pcre/dist2/
DHACKING235 numbers are less than 10 are put in cb->small_ref_offset[] (only the first