Lines Matching refs:ccbegin
5484 PCRE2_SPTR ccbegin; in compile_xclass_matchingpath() local
5500 ccbegin = cc; in compile_xclass_matchingpath()
5604 cc = ccbegin; in compile_xclass_matchingpath()
5684 ccbegin = cc; in compile_xclass_matchingpath()
5716 cc = ccbegin; in compile_xclass_matchingpath()
6638 PCRE2_SPTR ccbegin = cc; in compile_charn_matchingpath() local
6680 cc = ccbegin; in compile_charn_matchingpath()
6867 PCRE2_SPTR ccbegin = cc; in compile_ref_iterator_matchingpath() local
6929 compile_dnref_search(common, ccbegin, NULL); in compile_ref_iterator_matchingpath()
6950 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
6963 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, FALSE, FALSE); in compile_ref_iterator_matchingpath()
7012 compile_dnref_search(common, ccbegin, NULL); in compile_ref_iterator_matchingpath()
7030 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
7043 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, TRUE, TRUE); in compile_ref_iterator_matchingpath()
7286 PCRE2_SPTR ccbegin; in compile_assert_matchingpath() local
7321 ccbegin = cc; in compile_assert_matchingpath()
7335 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
7381 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize, FALSE); in compile_assert_matchingpath()
7404 if (*ccbegin == OP_ALT && extrasize > 0) in compile_assert_matchingpath()
7407 altbacktrack.cc = ccbegin; in compile_assert_matchingpath()
7408 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
7507 ccbegin = cc; in compile_assert_matchingpath()
7837 PCRE2_SPTR ccbegin; in compile_bracket_matchingpath() local
7860 ccbegin = cc; in compile_bracket_matchingpath()
7876 matchingpath = ccbegin + 1 + LINK_SIZE; in compile_bracket_matchingpath()
7897 offset = GET2(ccbegin, 1 + LINK_SIZE); in compile_bracket_matchingpath()
7914 private_data_ptr = PRIVATE_DATA(ccbegin); in compile_bracket_matchingpath()
7918 …BACKTRACK_AS(bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_… in compile_bracket_matchingpath()
8075 …init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacks… in compile_bracket_matchingpath()
8386 PCRE2_SPTR ccbegin = NULL; in compile_bracketpos_matchingpath() local
8406 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
8417 ccbegin = cc + 1 + LINK_SIZE + IMM2_SIZE; in compile_bracketpos_matchingpath()
8532 compile_matchingpath(common, ccbegin, cc, backtrack); in compile_bracketpos_matchingpath()
8637 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
9905 PCRE2_SPTR ccbegin; in compile_bracket_backtrackingpath() local
9928 ccbegin = bracketend(cc) - 1 - LINK_SIZE; in compile_bracket_backtrackingpath()
9929 ket = *ccbegin; in compile_bracket_backtrackingpath()
9930 if (ket == OP_KET && PRIVATE_DATA(ccbegin) != 0) in compile_bracket_backtrackingpath()
9932 repeat_ptr = PRIVATE_DATA(ccbegin); in compile_bracket_backtrackingpath()
9933 repeat_type = PRIVATE_DATA(ccbegin + 2); in compile_bracket_backtrackingpath()
9934 repeat_count = PRIVATE_DATA(ccbegin + 3); in compile_bracket_backtrackingpath()
9941 ccbegin = cc; in compile_bracket_backtrackingpath()
9945 …has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK… in compile_bracket_backtrackingpath()
9947 offset = (GET2(ccbegin, 1 + LINK_SIZE)) << 1; in compile_bracket_backtrackingpath()
9953 alt_max = has_alternatives ? no_alternatives(ccbegin) : 0; in compile_bracket_backtrackingpath()
10101 if (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) in compile_bracket_backtrackingpath()
10105 …if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP… in compile_bracket_backtrackingpath()
10246 …if ((ccbegin[1 + LINK_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && as… in compile_bracket_backtrackingpath()
10285 cc = ccbegin + GET(ccbegin, 1); in compile_bracket_backtrackingpath()
10707 PCRE2_SPTR ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse() local
10711 int private_data_size = get_private_data_copy_length(common, ccbegin, ccend, needs_control_head); in compile_recurse()
10734 copy_private_data(common, ccbegin, ccend, TRUE, private_data_size + framesize + alternativesize, fr… in compile_recurse()
10749 altbacktrack.cc = ccbegin; in compile_recurse()
10756 if (altbacktrack.cc != ccbegin) in compile_recurse()
10809 copy_private_data(common, ccbegin, ccend, FALSE, private_data_size + framesize + alternativesize, f… in compile_recurse()