Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h727 PCRE2_SIZE small_ref_offset[10]; /* Offsets for \1 to \9 */ member
Dpcre2_compile.c963 offset = cb->small_ref_offset[meta_arg]; in show_parsed()
3046 if (cb->small_ref_offset[escape] == PCRE2_UNSET) in parse_regex()
3047 cb->small_ref_offset[escape] = offset; in parse_regex()
7769 if (meta_arg < 10) offset = cb->small_ref_offset[meta_arg]; in compile_branch()
9356 offset = cb->small_ref_offset[group]; in get_branchlength()
9923 for (i = 0; i < 10; i++) cb.small_ref_offset[i] = PCRE2_UNSET; in pcre2_compile()
/third_party/pcre2/pcre2/
DHACKING236 numbers are less than 10 are put in cb->small_ref_offset[] (only the first