Lines Matching refs:ccbegin

7422 PCRE2_SPTR ccbegin;  in compile_xclass_matchingpath()  local
7438 ccbegin = cc; in compile_xclass_matchingpath()
7542 cc = ccbegin; in compile_xclass_matchingpath()
7644 ccbegin = cc; in compile_xclass_matchingpath()
7676 cc = ccbegin; in compile_xclass_matchingpath()
8907 PCRE2_SPTR ccbegin = cc; in compile_charn_matchingpath() local
8949 cc = ccbegin; in compile_charn_matchingpath()
9205 PCRE2_SPTR ccbegin = cc; in compile_ref_iterator_matchingpath() local
9267 compile_dnref_search(common, ccbegin, NULL); in compile_ref_iterator_matchingpath()
9288 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
9301 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, FALSE, FALSE); in compile_ref_iterator_matchingpath()
9350 compile_dnref_search(common, ccbegin, NULL); in compile_ref_iterator_matchingpath()
9368 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
9381 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, TRUE, TRUE); in compile_ref_iterator_matchingpath()
9634 PCRE2_SPTR ccbegin; in compile_assert_matchingpath() local
9669 ccbegin = cc; in compile_assert_matchingpath()
9683 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
9729 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize); in compile_assert_matchingpath()
9752 if (*ccbegin == OP_ALT && extrasize > 0) in compile_assert_matchingpath()
9755 altbacktrack.cc = ccbegin; in compile_assert_matchingpath()
9756 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
9856 ccbegin = cc; in compile_assert_matchingpath()
10224 PCRE2_SPTR ccbegin; in compile_bracket_matchingpath() local
10247 ccbegin = cc; in compile_bracket_matchingpath()
10263 matchingpath = ccbegin + 1 + LINK_SIZE; in compile_bracket_matchingpath()
10282 offset = GET2(ccbegin, 1 + LINK_SIZE); in compile_bracket_matchingpath()
10299 private_data_ptr = PRIVATE_DATA(ccbegin); in compile_bracket_matchingpath()
10303 …BACKTRACK_AS(bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_… in compile_bracket_matchingpath()
10457 …init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacks… in compile_bracket_matchingpath()
10787 PCRE2_SPTR ccbegin = NULL; in compile_bracketpos_matchingpath() local
10807 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
10818 ccbegin = cc + 1 + LINK_SIZE + IMM2_SIZE; in compile_bracketpos_matchingpath()
10933 compile_matchingpath(common, ccbegin, cc, backtrack); in compile_bracketpos_matchingpath()
11038 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
12436 PCRE2_SPTR ccbegin; in compile_bracket_backtrackingpath() local
12458 ccbegin = bracketend(cc) - 1 - LINK_SIZE; in compile_bracket_backtrackingpath()
12459 ket = *ccbegin; in compile_bracket_backtrackingpath()
12460 if (ket == OP_KET && PRIVATE_DATA(ccbegin) != 0) in compile_bracket_backtrackingpath()
12462 repeat_ptr = PRIVATE_DATA(ccbegin); in compile_bracket_backtrackingpath()
12463 repeat_type = PRIVATE_DATA(ccbegin + 2); in compile_bracket_backtrackingpath()
12464 repeat_count = PRIVATE_DATA(ccbegin + 3); in compile_bracket_backtrackingpath()
12471 ccbegin = cc; in compile_bracket_backtrackingpath()
12475 …has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK… in compile_bracket_backtrackingpath()
12477 offset = (GET2(ccbegin, 1 + LINK_SIZE)) << 1; in compile_bracket_backtrackingpath()
12481 alt_max = has_alternatives ? no_alternatives(ccbegin) : 0; in compile_bracket_backtrackingpath()
12625 if (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) in compile_bracket_backtrackingpath()
12629 …if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP… in compile_bracket_backtrackingpath()
12780 …if ((ccbegin[1 + LINK_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && as… in compile_bracket_backtrackingpath()
12821 cc = ccbegin + GET(ccbegin, 1); in compile_bracket_backtrackingpath()
13249 PCRE2_SPTR ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse() local
13254 int private_data_size = get_recurse_data_length(common, ccbegin, ccend, &needs_control_head, &has_q… in compile_recurse()
13288 copy_recurse_data(common, ccbegin, ccend, recurse_copy_from_global, local_size, private_data_size +… in compile_recurse()
13304 altbacktrack.cc = ccbegin; in compile_recurse()
13311 if (altbacktrack.cc != ccbegin) in compile_recurse()
13347 …copy_recurse_data(common, ccbegin, ccend, recurse_swap_global, local_size, private_data_size + loc… in compile_recurse()
13399 copy_recurse_data(common, ccbegin, ccend, recurse_copy_private_to_global, local_size, private_data_… in compile_recurse()
13412 …copy_recurse_data(common, ccbegin, ccend, recurse_copy_shared_to_global, local_size, private_data_… in compile_recurse()
13424 …copy_recurse_data(common, ccbegin, ccend, recurse_copy_kept_shared_to_global, local_size, private_… in compile_recurse()
13449 copy_recurse_data(common, ccbegin, ccend, recurse_swap_global, local_size, private_data_size + loca… in compile_recurse()