Lines Matching refs:ccbegin

4787 pcre_uchar *ccbegin;  in compile_xclass_matchingpath()  local
4803 ccbegin = cc; in compile_xclass_matchingpath()
4897 cc = ccbegin; in compile_xclass_matchingpath()
5864 pcre_uchar *ccbegin = cc; in compile_charn_matchingpath() local
5906 cc = ccbegin; in compile_charn_matchingpath()
6093 pcre_uchar *ccbegin = cc; in compile_ref_iterator_matchingpath() local
6155 compile_dnref_search(common, ccbegin, NULL); in compile_ref_iterator_matchingpath()
6176 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
6189 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, FALSE, FALSE); in compile_ref_iterator_matchingpath()
6238 compile_dnref_search(common, ccbegin, NULL); in compile_ref_iterator_matchingpath()
6256 compile_dnref_search(common, ccbegin, &backtrack->topbacktracks); in compile_ref_iterator_matchingpath()
6269 compile_ref_matchingpath(common, ccbegin, &backtrack->topbacktracks, TRUE, TRUE); in compile_ref_iterator_matchingpath()
6466 pcre_uchar *ccbegin; in compile_assert_matchingpath() local
6501 ccbegin = cc; in compile_assert_matchingpath()
6545 init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize, FALSE); in compile_assert_matchingpath()
6568 if (*ccbegin == OP_ALT) in compile_assert_matchingpath()
6571 altbacktrack.cc = ccbegin; in compile_assert_matchingpath()
6572 compile_matchingpath(common, ccbegin + 1 + LINK_SIZE, cc, &altbacktrack); in compile_assert_matchingpath()
6667 ccbegin = cc; in compile_assert_matchingpath()
6991 pcre_uchar *ccbegin; in compile_bracket_matchingpath() local
7014 ccbegin = cc; in compile_bracket_matchingpath()
7037 matchingpath = ccbegin + 1 + LINK_SIZE; in compile_bracket_matchingpath()
7054 offset = GET2(ccbegin, 1 + LINK_SIZE); in compile_bracket_matchingpath()
7071 private_data_ptr = PRIVATE_DATA(ccbegin); in compile_bracket_matchingpath()
7075 …BACKTRACK_AS(bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_… in compile_bracket_matchingpath()
7232 …init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacks… in compile_bracket_matchingpath()
7534 pcre_uchar *ccbegin = NULL; in compile_bracketpos_matchingpath() local
7554 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
7565 ccbegin = cc + 1 + LINK_SIZE + IMM2_SIZE; in compile_bracketpos_matchingpath()
7680 compile_matchingpath(common, ccbegin, cc, backtrack); in compile_bracketpos_matchingpath()
7785 ccbegin = cc + 1 + LINK_SIZE; in compile_bracketpos_matchingpath()
8868 pcre_uchar *ccbegin; in compile_bracket_backtrackingpath() local
8891 ccbegin = bracketend(cc) - 1 - LINK_SIZE; in compile_bracket_backtrackingpath()
8892 ket = *ccbegin; in compile_bracket_backtrackingpath()
8893 if (ket == OP_KET && PRIVATE_DATA(ccbegin) != 0) in compile_bracket_backtrackingpath()
8895 repeat_ptr = PRIVATE_DATA(ccbegin); in compile_bracket_backtrackingpath()
8896 repeat_type = PRIVATE_DATA(ccbegin + 2); in compile_bracket_backtrackingpath()
8897 repeat_count = PRIVATE_DATA(ccbegin + 3); in compile_bracket_backtrackingpath()
8904 ccbegin = cc; in compile_bracket_backtrackingpath()
8908 …has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK… in compile_bracket_backtrackingpath()
8910 offset = (GET2(ccbegin, 1 + LINK_SIZE)) << 1; in compile_bracket_backtrackingpath()
8916 alt_max = has_alternatives ? no_alternatives(ccbegin) : 0; in compile_bracket_backtrackingpath()
9064 if (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) in compile_bracket_backtrackingpath()
9068 …if (assert->framesize >= 0 && (ccbegin[1 + LINK_SIZE] == OP_ASSERT || ccbegin[1 + LINK_SIZE] == OP… in compile_bracket_backtrackingpath()
9209 …if ((ccbegin[1 + LINK_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && as… in compile_bracket_backtrackingpath()
9248 cc = ccbegin + GET(ccbegin, 1); in compile_bracket_backtrackingpath()
9667 pcre_uchar *ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse() local
9671 int private_data_size = get_private_data_copy_length(common, ccbegin, ccend, needs_control_head); in compile_recurse()
9694 copy_private_data(common, ccbegin, ccend, TRUE, private_data_size + framesize + alternativesize, fr… in compile_recurse()
9709 altbacktrack.cc = ccbegin; in compile_recurse()
9716 if (altbacktrack.cc != ccbegin) in compile_recurse()
9769 copy_private_data(common, ccbegin, ccend, FALSE, private_data_size + framesize + alternativesize, f… in compile_recurse()