Lines Matching refs:PCRE2_UCHAR

185   PCRE2_UCHAR *mark_ptr;
305 PCRE2_UCHAR chr;
365 PCRE2_UCHAR chars[MAX_DIFF_CHARS];
1440 cc += ((*cc == OP_XCLASS) ? GET(cc, 1) : (unsigned int)(1 + (32 / sizeof(PCRE2_UCHAR)))); in detect_early_fail()
1443 cc += (1 + (32 / sizeof(PCRE2_UCHAR))); in detect_early_fail()
1621 PCRE2_UCHAR type; in detect_repeat()
1883 size = 1 + 32 / sizeof(PCRE2_UCHAR); in set_private_data_ptrs()
2464 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in get_recurse_data_length()
2466 size = 1 + 32 / (int)sizeof(PCRE2_UCHAR); in get_recurse_data_length()
2839 i = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_recurse_data()
2841 i = 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_recurse_data()
5328 static SLJIT_INLINE void add_prefix_char(PCRE2_UCHAR chr, fast_forward_char_data *chars, BOOL last) in add_prefix_char()
5371 PCRE2_UCHAR othercase[4]; in scan_prefix()
5373 PCRE2_UCHAR othercase[2]; in scan_prefix()
5375 PCRE2_UCHAR othercase[1]; in scan_prefix()
5608 cc += 1 + 32 / sizeof(PCRE2_UCHAR); in scan_prefix()
5794 PCRE2_UCHAR a1, a2, a_pri, b1, b2, b_pri; in check_fast_forward_char_pair_simd()
5837 static void fast_forward_first_char2(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2,… in fast_forward_first_char2()
5843 PCRE2_UCHAR mask; in fast_forward_first_char2()
5930 PCRE2_UCHAR mask; in fast_forward_first_n_chars()
5931 PCRE2_UCHAR *char_set, *char_set_end; in fast_forward_first_n_chars()
6147 PCRE2_UCHAR first_char = (PCRE2_UCHAR)(common->re->first_codeunit); in fast_forward_first_char()
6148 PCRE2_UCHAR oc; in fast_forward_first_char()
6339 static SLJIT_INLINE jump_list *search_requested_char(compiler_common *common, PCRE2_UCHAR req_char,… in search_requested_char()
7259 case 4 / sizeof(PCRE2_UCHAR): in byte_sequence_compare()
7265 case 2 / sizeof(PCRE2_UCHAR): in byte_sequence_compare()
7336 static PCRE2_SPTR compile_char1_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR …
7367 cc += 32 / sizeof(PCRE2_UCHAR); in compile_xclass_matchingpath()
7495 cc += 32 / sizeof(PCRE2_UCHAR); in compile_xclass_matchingpath()
7531 cc += 32 / sizeof(PCRE2_UCHAR); in compile_xclass_matchingpath()
7936 static PCRE2_SPTR compile_simple_assertion_matchingpath(compiler_common *common, PCRE2_UCHAR type, … in compile_simple_assertion_matchingpath()
8420 static PCRE2_SPTR compile_char1_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR … in compile_char1_matchingpath()
8429 PCRE2_UCHAR propdata[5]; in compile_char1_matchingpath()
8778 return cc + 32 / sizeof(PCRE2_UCHAR); in compile_char1_matchingpath()
8811 return cc + 32 / sizeof(PCRE2_UCHAR); in compile_char1_matchingpath()
9123 PCRE2_UCHAR type; in compile_ref_iterator_matchingpath()
9558 PCRE2_UCHAR opcode; in compile_assert_matchingpath()
9559 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath()
9975 static SLJIT_INLINE void match_once_common(compiler_common *common, PCRE2_UCHAR ket, int framesize,… in match_once_common()
10141 PCRE2_UCHAR opcode; in compile_bracket_matchingpath()
10150 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_matchingpath()
10151 PCRE2_UCHAR ket; in compile_bracket_matchingpath()
10702 PCRE2_UCHAR opcode; in compile_bracketpos_matchingpath()
10981 …iterator_parameters(compiler_common *common, PCRE2_SPTR cc, PCRE2_UCHAR *opcode, PCRE2_UCHAR *type… in get_iterator_parameters()
11022 class_len = (*type < OP_XCLASS) ? (int)(1 + (32 / sizeof(PCRE2_UCHAR))) : GET(cc, 0); in get_iterator_parameters()
11130 PCRE2_UCHAR opcode; in compile_iterator_matchingpath()
11131 PCRE2_UCHAR type; in compile_iterator_matchingpath()
11136 PCRE2_UCHAR charpos_char; in compile_iterator_matchingpath()
11717 PCRE2_UCHAR opcode = *cc; in compile_control_verb_matchingpath()
11745 static PCRE2_UCHAR then_trap_opcode[1] = { OP_THEN_TRAP };
11923 …if (cc[1 + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CR… in compile_matchingpath()
12113 PCRE2_UCHAR opcode; in compile_iterator_backtrackingpath()
12114 PCRE2_UCHAR type; in compile_iterator_backtrackingpath()
12242 PCRE2_UCHAR type; in compile_ref_iterator_backtrackingpath()
12286 PCRE2_UCHAR bra = OP_BRA; in compile_assert_backtrackingpath()
12361 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_backtrackingpath()
12362 PCRE2_UCHAR ket; in compile_bracket_backtrackingpath()
12885 PCRE2_UCHAR opcode = *current->cc; in compile_control_verb_backtrackingpath()
13673 …reqcu_not_found = search_requested_char(common, (PCRE2_UCHAR)(re->last_codeunit), (re->flags & PCR… in jit_compile()