Lines Matching refs:PCRE2_UCHAR

191   PCRE2_UCHAR *mark_ptr;
320 PCRE2_UCHAR chr;
386 PCRE2_UCHAR chars[MAX_DIFF_CHARS];
1516 cc += ((*cc == OP_XCLASS) ? GET(cc, 1) : (unsigned int)(1 + (32 / sizeof(PCRE2_UCHAR)))); in detect_early_fail()
1519 cc += (1 + (32 / sizeof(PCRE2_UCHAR))); in detect_early_fail()
1705 PCRE2_UCHAR type; in detect_repeat()
1982 size = 1 + 32 / sizeof(PCRE2_UCHAR); in set_private_data_ptrs()
2626 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in get_recurse_data_length()
2628 size = 1 + 32 / (int)sizeof(PCRE2_UCHAR); in get_recurse_data_length()
3008 i = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_recurse_data()
3010 i = 1 + 32 / (int)sizeof(PCRE2_UCHAR); in copy_recurse_data()
5558 static SLJIT_INLINE void add_prefix_char(PCRE2_UCHAR chr, fast_forward_char_data *chars, BOOL last) in add_prefix_char()
5601 PCRE2_UCHAR othercase[4]; in scan_prefix()
5603 PCRE2_UCHAR othercase[2]; in scan_prefix()
5605 PCRE2_UCHAR othercase[1]; in scan_prefix()
5840 cc += 1 + 32 / sizeof(PCRE2_UCHAR); in scan_prefix()
5956 othercase[0] = (chr == (PCRE2_UCHAR)chr) ? chr : *cc; in scan_prefix()
6030 PCRE2_UCHAR a1, a2, a_pri, b1, b2, b_pri; in check_fast_forward_char_pair_simd()
6073 static void fast_forward_first_char2(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2,… in fast_forward_first_char2()
6079 PCRE2_UCHAR mask; in fast_forward_first_char2()
6166 PCRE2_UCHAR mask; in fast_forward_first_n_chars()
6167 PCRE2_UCHAR *char_set, *char_set_end; in fast_forward_first_n_chars()
6392 PCRE2_UCHAR first_char = (PCRE2_UCHAR)(common->re->first_codeunit); in fast_forward_first_char()
6393 PCRE2_UCHAR oc; in fast_forward_first_char()
6655 static SLJIT_INLINE jump_list *search_requested_char(compiler_common *common, PCRE2_UCHAR req_char,… in search_requested_char()
7577 case 4 / sizeof(PCRE2_UCHAR): in byte_sequence_compare()
7583 case 2 / sizeof(PCRE2_UCHAR): in byte_sequence_compare()
7644 static PCRE2_SPTR compile_char1_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR …
7689 cc += 32 / sizeof(PCRE2_UCHAR); in compile_xclass_matchingpath()
7879 cc += 32 / sizeof(PCRE2_UCHAR); in compile_xclass_matchingpath()
7915 cc += 32 / sizeof(PCRE2_UCHAR); in compile_xclass_matchingpath()
8453 static PCRE2_SPTR compile_simple_assertion_matchingpath(compiler_common *common, PCRE2_UCHAR type, … in compile_simple_assertion_matchingpath()
8950 static PCRE2_SPTR compile_char1_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR … in compile_char1_matchingpath()
8959 PCRE2_UCHAR propdata[5]; in compile_char1_matchingpath()
9287 return cc + 32 / sizeof(PCRE2_UCHAR); in compile_char1_matchingpath()
9320 return cc + 32 / sizeof(PCRE2_UCHAR); in compile_char1_matchingpath()
9632 PCRE2_UCHAR type; in compile_ref_iterator_matchingpath()
10174 PCRE2_UCHAR opcode; in compile_assert_matchingpath()
10175 PCRE2_UCHAR bra = OP_BRA; in compile_assert_matchingpath()
10633 static SLJIT_INLINE void match_once_common(compiler_common *common, PCRE2_UCHAR ket, int framesize,… in match_once_common()
10799 PCRE2_UCHAR opcode; in compile_bracket_matchingpath()
10808 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_matchingpath()
10809 PCRE2_UCHAR ket; in compile_bracket_matchingpath()
11398 PCRE2_UCHAR opcode; in compile_bracketpos_matchingpath()
11677 …iterator_parameters(compiler_common *common, PCRE2_SPTR cc, PCRE2_UCHAR *opcode, PCRE2_UCHAR *type… in get_iterator_parameters()
11718 class_len = (*type < OP_XCLASS) ? (int)(1 + (32 / sizeof(PCRE2_UCHAR))) : GET(cc, 0); in get_iterator_parameters()
11826 PCRE2_UCHAR opcode; in compile_iterator_matchingpath()
11827 PCRE2_UCHAR type; in compile_iterator_matchingpath()
11832 PCRE2_UCHAR charpos_char; in compile_iterator_matchingpath()
12413 PCRE2_UCHAR opcode = *cc; in compile_control_verb_matchingpath()
12441 static PCRE2_UCHAR then_trap_opcode[1] = { OP_THEN_TRAP };
12620 …if (cc[1 + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CR… in compile_matchingpath()
12810 PCRE2_UCHAR opcode; in compile_iterator_backtrackingpath()
12811 PCRE2_UCHAR type; in compile_iterator_backtrackingpath()
12939 PCRE2_UCHAR type; in compile_ref_iterator_backtrackingpath()
12983 PCRE2_UCHAR bra = OP_BRA; in compile_assert_backtrackingpath()
13058 PCRE2_UCHAR bra = OP_BRA; in compile_bracket_backtrackingpath()
13059 PCRE2_UCHAR ket; in compile_bracket_backtrackingpath()
13625 PCRE2_UCHAR opcode = *current->cc; in compile_control_verb_backtrackingpath()
14435 …reqcu_not_found = search_requested_char(common, (PCRE2_UCHAR)(re->last_codeunit), (re->flags & PCR… in jit_compile()