• Home
  • Raw
  • Download

Lines Matching refs:ccbegin

6443 PCRE2_SPTR ccbegin;  in compile_xclass_matchingpath()  local
6459 ccbegin = cc; in compile_xclass_matchingpath()
6563 cc = ccbegin; in compile_xclass_matchingpath()
6653 ccbegin = cc; in compile_xclass_matchingpath()
6685 cc = ccbegin; in compile_xclass_matchingpath()
7715 PCRE2_SPTR ccbegin = cc; in compile_charn_matchingpath() local
7757 cc = ccbegin; in compile_charn_matchingpath()
7946 PCRE2_SPTR ccbegin = cc; in compile_ref_iterator_matchingpath() local
8008 compile_dnref_search(common, ccbegin, NULL); in compile_ref_iterator_matchingpath()
8029 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
8042 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, FALSE, FALSE); in compile_ref_iterator_matchingpath()
8091 compile_dnref_search(common, ccbegin, NULL); in compile_ref_iterator_matchingpath()
8109 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
8122 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, TRUE, TRUE); in compile_ref_iterator_matchingpath()
8375 PCRE2_SPTR ccbegin; in compile_assert_matchingpath() local
8410 ccbegin = cc; in compile_assert_matchingpath()
8424 if (bra == OP_BRA && !assert_needs_str_ptr_saving(ccbegin + 1 + LINK_SIZE)) in compile_assert_matchingpath()
8470 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize); in compile_assert_matchingpath()
8493 if (*ccbegin == OP_ALT && extrasize > 0) in compile_assert_matchingpath()
8496 altbacktrack.cc = ccbegin; in compile_assert_matchingpath()
8497 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
8597 ccbegin = cc; in compile_assert_matchingpath()
8928 PCRE2_SPTR ccbegin; in compile_bracket_matchingpath() local
8951 ccbegin = cc; in compile_bracket_matchingpath()
8967 matchingpath = ccbegin + 1 + LINK_SIZE; in compile_bracket_matchingpath()
8986 offset = GET2(ccbegin, 1 + LINK_SIZE); in compile_bracket_matchingpath()
9003 private_data_ptr = PRIVATE_DATA(ccbegin); in compile_bracket_matchingpath()
9007 …BACKTRACK_AS(bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_… in compile_bracket_matchingpath()
9164 …init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacks… in compile_bracket_matchingpath()
9476 PCRE2_SPTR ccbegin = NULL; in compile_bracketpos_matchingpath() local
9496 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
9507 ccbegin = cc + 1 + LINK_SIZE + IMM2_SIZE; in compile_bracketpos_matchingpath()
9622 compile_matchingpath(common, ccbegin, cc, backtrack); in compile_bracketpos_matchingpath()
9727 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
10995 PCRE2_SPTR ccbegin; in compile_bracket_backtrackingpath() local
11018 ccbegin = bracketend(cc) - 1 - LINK_SIZE; in compile_bracket_backtrackingpath()
11019 ket = *ccbegin; in compile_bracket_backtrackingpath()
11020 if (ket == OP_KET && PRIVATE_DATA(ccbegin) != 0) in compile_bracket_backtrackingpath()
11022 repeat_ptr = PRIVATE_DATA(ccbegin); in compile_bracket_backtrackingpath()
11023 repeat_type = PRIVATE_DATA(ccbegin + 2); in compile_bracket_backtrackingpath()
11024 repeat_count = PRIVATE_DATA(ccbegin + 3); in compile_bracket_backtrackingpath()
11031 ccbegin = cc; in compile_bracket_backtrackingpath()
11035 …has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK… in compile_bracket_backtrackingpath()
11037 offset = (GET2(ccbegin, 1 + LINK_SIZE)) << 1; in compile_bracket_backtrackingpath()
11041 alt_max = has_alternatives ? no_alternatives(ccbegin) : 0; in compile_bracket_backtrackingpath()
11190 if (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) in compile_bracket_backtrackingpath()
11194 …if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP… in compile_bracket_backtrackingpath()
11337 …if ((ccbegin[1 + LINK_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && as… in compile_bracket_backtrackingpath()
11378 cc = ccbegin + GET(ccbegin, 1); in compile_bracket_backtrackingpath()
11803 PCRE2_SPTR ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse() local
11808 int private_data_size = get_recurse_data_length(common, ccbegin, ccend, &needs_control_head, &has_q… in compile_recurse()
11843 copy_recurse_data(common, ccbegin, ccend, recurse_copy_from_global, local_size, private_data_size +… in compile_recurse()
11859 altbacktrack.cc = ccbegin; in compile_recurse()
11866 if (altbacktrack.cc != ccbegin) in compile_recurse()
11897 …copy_recurse_data(common, ccbegin, ccend, recurse_swap_global, local_size, private_data_size + loc… in compile_recurse()
11959 copy_recurse_data(common, ccbegin, ccend, recurse_copy_private_to_global, local_size, private_data_… in compile_recurse()
11972 …copy_recurse_data(common, ccbegin, ccend, recurse_copy_shared_to_global, local_size, private_data_… in compile_recurse()
11984 …copy_recurse_data(common, ccbegin, ccend, recurse_copy_kept_shared_to_global, local_size, private_… in compile_recurse()
12009 copy_recurse_data(common, ccbegin, ccend, recurse_swap_global, local_size, private_data_size + loca… in compile_recurse()