Searched refs:small_ref_offset (Results 1 – 3 of 3) sorted by relevance
727 PCRE2_SIZE small_ref_offset[10]; /* Offsets for \1 to \9 */ member
958 offset = cb->small_ref_offset[meta_arg]; in show_parsed()2940 if (cb->small_ref_offset[escape] == PCRE2_UNSET) in parse_regex()2941 cb->small_ref_offset[escape] = offset; in parse_regex()7655 if (meta_arg < 10) offset = cb->small_ref_offset[meta_arg]; in compile_branch()9233 offset = cb->small_ref_offset[group]; in get_branchlength()9800 for (i = 0; i < 10; i++) cb.small_ref_offset[i] = PCRE2_UNSET; in pcre2_compile()
236 numbers are less than 10 are put in cb->small_ref_offset[] (only the first