Searched refs:small_ref_offset (Results 1 – 3 of 3) sorted by relevance
728 PCRE2_SIZE small_ref_offset[10]; /* Offsets for \1 to \9 */ member
940 offset = cb->small_ref_offset[meta_arg]; in show_parsed()2901 if (cb->small_ref_offset[escape] == PCRE2_UNSET) in parse_regex()2902 cb->small_ref_offset[escape] = offset; in parse_regex()7516 if (meta_arg < 10) offset = cb->small_ref_offset[meta_arg]; in compile_branch()9084 offset = cb->small_ref_offset[group]; in get_branchlength()9582 for (i = 0; i < 10; i++) cb.small_ref_offset[i] = PCRE2_UNSET; in pcre2_compile()
235 numbers are less than 10 are put in cb->small_ref_offset[] (only the first