Lines Matching refs:PCRE2_UCHAR

185   PCRE2_UCHAR *mark_ptr;
305 PCRE2_UCHAR chr;
365 PCRE2_UCHAR chars[MAX_DIFF_CHARS];
1447 cc += ((*cc == OP_XCLASS) ? GET(cc, 1) : (unsigned int)(1 + (32 / sizeof(PCRE2_UCHAR)))); in detect_early_fail()
1450 cc += (1 + (32 / sizeof(PCRE2_UCHAR))); in detect_early_fail()
1619 PCRE2_UCHAR type; in detect_repeat()
1884 size = 1 + 32 / sizeof(PCRE2_UCHAR); in set_private_data_ptrs()
2525 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in get_recurse_data_length()
2527 size = 1 + 32 / (int)sizeof(PCRE2_UCHAR); in get_recurse_data_length()
2907 i = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_recurse_data()
2909 i = 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_recurse_data()
5406 static SLJIT_INLINE void add_prefix_char(PCRE2_UCHAR chr, fast_forward_char_data *chars, BOOL last) in add_prefix_char()
5449 PCRE2_UCHAR othercase[4]; in scan_prefix()
5451 PCRE2_UCHAR othercase[2]; in scan_prefix()
5453 PCRE2_UCHAR othercase[1]; in scan_prefix()
5686 cc += 1 + 32 / sizeof(PCRE2_UCHAR); in scan_prefix()
5872 PCRE2_UCHAR a1, a2, a_pri, b1, b2, b_pri; in check_fast_forward_char_pair_simd()
5915 static void fast_forward_first_char2(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2,… in fast_forward_first_char2()
5921 PCRE2_UCHAR mask; in fast_forward_first_char2()
6008 PCRE2_UCHAR mask; in fast_forward_first_n_chars()
6009 PCRE2_UCHAR *char_set, *char_set_end; in fast_forward_first_n_chars()
6225 PCRE2_UCHAR first_char = (PCRE2_UCHAR)(common->re->first_codeunit); in fast_forward_first_char()
6226 PCRE2_UCHAR oc; in fast_forward_first_char()
6488 static SLJIT_INLINE jump_list *search_requested_char(compiler_common *common, PCRE2_UCHAR req_char,… in search_requested_char()
7410 case 4 / sizeof(PCRE2_UCHAR): in byte_sequence_compare()
7416 case 2 / sizeof(PCRE2_UCHAR): in byte_sequence_compare()
7487 static PCRE2_SPTR compile_char1_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR …
7532 cc += 32 / sizeof(PCRE2_UCHAR); in compile_xclass_matchingpath()
7677 cc += 32 / sizeof(PCRE2_UCHAR); in compile_xclass_matchingpath()
7713 cc += 32 / sizeof(PCRE2_UCHAR); in compile_xclass_matchingpath()
8244 static PCRE2_SPTR compile_simple_assertion_matchingpath(compiler_common *common, PCRE2_UCHAR type, … in compile_simple_assertion_matchingpath()
8728 static PCRE2_SPTR compile_char1_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR … in compile_char1_matchingpath()
8737 PCRE2_UCHAR propdata[5]; in compile_char1_matchingpath()
9086 return cc + 32 / sizeof(PCRE2_UCHAR); in compile_char1_matchingpath()
9119 return cc + 32 / sizeof(PCRE2_UCHAR); in compile_char1_matchingpath()
9431 PCRE2_UCHAR type; in compile_ref_iterator_matchingpath()
9866 PCRE2_UCHAR opcode; in compile_assert_matchingpath()
9867 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath()
10283 static SLJIT_INLINE void match_once_common(compiler_common *common, PCRE2_UCHAR ket, int framesize,… in match_once_common()
10449 PCRE2_UCHAR opcode; in compile_bracket_matchingpath()
10458 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_matchingpath()
10459 PCRE2_UCHAR ket; in compile_bracket_matchingpath()
11010 PCRE2_UCHAR opcode; in compile_bracketpos_matchingpath()
11289 …iterator_parameters(compiler_common *common, PCRE2_SPTR cc, PCRE2_UCHAR *opcode, PCRE2_UCHAR *type… in get_iterator_parameters()
11330 class_len = (*type < OP_XCLASS) ? (int)(1 + (32 / sizeof(PCRE2_UCHAR))) : GET(cc, 0); in get_iterator_parameters()
11438 PCRE2_UCHAR opcode; in compile_iterator_matchingpath()
11439 PCRE2_UCHAR type; in compile_iterator_matchingpath()
11444 PCRE2_UCHAR charpos_char; in compile_iterator_matchingpath()
12025 PCRE2_UCHAR opcode = *cc; in compile_control_verb_matchingpath()
12053 static PCRE2_UCHAR then_trap_opcode[1] = { OP_THEN_TRAP };
12231 …if (cc[1 + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CR… in compile_matchingpath()
12421 PCRE2_UCHAR opcode; in compile_iterator_backtrackingpath()
12422 PCRE2_UCHAR type; in compile_iterator_backtrackingpath()
12550 PCRE2_UCHAR type; in compile_ref_iterator_backtrackingpath()
12594 PCRE2_UCHAR bra = OP_BRA; in compile_assert_backtrackingpath()
12669 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_backtrackingpath()
12670 PCRE2_UCHAR ket; in compile_bracket_backtrackingpath()
13193 PCRE2_UCHAR opcode = *current->cc; in compile_control_verb_backtrackingpath()
13982 …reqcu_not_found = search_requested_char(common, (PCRE2_UCHAR)(re->last_codeunit), (re->flags & PCR… in jit_compile()