Lines Matching refs:pcre_uchar

163   const pcre_uchar *str;
164 const pcre_uchar *begin;
165 const pcre_uchar *end;
167 pcre_uchar *uchar_ptr;
168 pcre_uchar *mark_ptr;
231 pcre_uchar *cc;
322 pcre_uchar *start;
388 pcre_uchar *name_table;
544 static pcre_uchar *bracketend(pcre_uchar *cc) in bracketend()
553 static int no_alternatives(pcre_uchar *cc) in no_alternatives()
584 static pcre_uchar *next_opcode(compiler_common *common, pcre_uchar *cc) in next_opcode()
779 static BOOL check_opcode_types(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) in check_opcode_types()
782 pcre_uchar *slot; in check_opcode_types()
898 static int get_class_iterator_size(pcre_uchar *cc) in get_class_iterator_size()
923 static BOOL detect_repeat(compiler_common *common, pcre_uchar *begin) in detect_repeat()
925 pcre_uchar *end = bracketend(begin); in detect_repeat()
926 pcre_uchar *next; in detect_repeat()
927 pcre_uchar *next_end; in detect_repeat()
928 pcre_uchar *max_end; in detect_repeat()
929 pcre_uchar type; in detect_repeat()
1060 static void set_private_data_ptrs(compiler_common *common, int *private_data_start, pcre_uchar *cce… in set_private_data_ptrs()
1062 pcre_uchar *cc = common->start; in set_private_data_ptrs()
1063 pcre_uchar *alternative; in set_private_data_ptrs()
1064 pcre_uchar *end = NULL; in set_private_data_ptrs()
1189 size += 1 + 32 / sizeof(pcre_uchar); in set_private_data_ptrs()
1242 static int get_framesize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL recursive… in get_framesize()
1424 static void init_frame(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, int stackpos, in… in init_frame()
1546 …LINE int get_private_data_copy_length(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, … in get_private_data_copy_length()
1550 pcre_uchar *alternative; in get_private_data_copy_length()
1652 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(pcre_uchar); in get_private_data_copy_length()
1654 size = 1 + 32 / (int)sizeof(pcre_uchar); in get_private_data_copy_length()
1671 static void copy_private_data(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, in copy_private_data()
1680 pcre_uchar *alternative; in copy_private_data()
1865 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(pcre_uchar); in copy_private_data()
1867 size = 1 + 32 / (int)sizeof(pcre_uchar); in copy_private_data()
1993 static SLJIT_INLINE pcre_uchar *set_then_offsets(compiler_common *common, pcre_uchar *cc, pcre_uint… in set_then_offsets()
1995 pcre_uchar *end = bracketend(cc); in set_then_offsets()
2228 static sljit_sw SLJIT_CALL do_search_mark(sljit_sw *current, const pcre_uchar *skip_arg) in do_search_mark()
2238 if (STRCMP_UC_UC(skip_arg, (pcre_uchar *)current[-3]) == 0) in do_search_mark()
2368 static SLJIT_INLINE BOOL char_has_othercase(compiler_common *common, pcre_uchar *cc) in char_has_othercase()
2411 static unsigned int char_get_othercase_bit(compiler_common *common, pcre_uchar *cc) in char_get_othercase_bit()
3236 static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *byt… in scan_prefix()
3242 pcre_uchar *alternative, *cc_save, *oc; in scan_prefix()
3244 pcre_uchar othercase[8]; in scan_prefix()
3246 pcre_uchar othercase[2]; in scan_prefix()
3248 pcre_uchar othercase[1]; in scan_prefix()
3362 cc += 1 + 32 / sizeof(pcre_uchar); in scan_prefix()
3370 cc += 1 + 32 / sizeof(pcre_uchar); in scan_prefix()
3817 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common, pcre_uchar first_char, BO… in fast_forward_first_char()
3823 pcre_uchar oc, bit; in fast_forward_first_char()
4041 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, pcre_uchar re… in search_requested_char()
4574 static const pcre_uchar * SLJIT_CALL do_utf_caselesscmp(pcre_uchar *src1, jit_arguments *args, pcre… in do_utf_caselesscmp()
4578 const pcre_uchar *src2 = args->uchar_ptr; in do_utf_caselesscmp()
4579 const pcre_uchar *end2 = args->end; in do_utf_caselesscmp()
4586 return (pcre_uchar*)1; in do_utf_caselesscmp()
4605 static pcre_uchar *byte_sequence_compare(compiler_common *common, BOOL caseless, pcre_uchar *cc, in byte_sequence_compare()
4610 pcre_uchar *othercasechar = NULL; in byte_sequence_compare()
4703 case 4 / sizeof(pcre_uchar): in byte_sequence_compare()
4709 case 2 / sizeof(pcre_uchar): in byte_sequence_compare()
4780 static void compile_xclass_matchingpath(compiler_common *common, pcre_uchar *cc, jump_list **backtr… in compile_xclass_matchingpath()
4787 pcre_uchar *ccbegin; in compile_xclass_matchingpath()
4808 cc += 32 / sizeof(pcre_uchar); in compile_xclass_matchingpath()
4919 cc += 32 / sizeof(pcre_uchar); in compile_xclass_matchingpath()
4955 cc += 32 / sizeof(pcre_uchar); in compile_xclass_matchingpath()
5285 static pcre_uchar *compile_char1_matchingpath(compiler_common *common, pcre_uchar type, pcre_uchar in compile_char1_matchingpath()
5296 pcre_uchar propdata[5]; in compile_char1_matchingpath()
5787 return cc + 32 / sizeof(pcre_uchar); in compile_char1_matchingpath()
5821 return cc + 32 / sizeof(pcre_uchar); in compile_char1_matchingpath()
5859 static SLJIT_INLINE pcre_uchar *compile_charn_matchingpath(compiler_common *common, pcre_uchar *cc,… in compile_charn_matchingpath()
5864 pcre_uchar *ccbegin = cc; in compile_charn_matchingpath()
5926 static void compile_matchingpath(compiler_common *, pcre_uchar *, pcre_uchar *, backtrack_common *);
5957 static void compile_dnref_search(compiler_common *common, pcre_uchar *cc, jump_list **backtracks) in compile_dnref_search()
5962 pcre_uchar *slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in compile_dnref_search()
5987 static void compile_ref_matchingpath(compiler_common *common, pcre_uchar *cc, jump_list **backtrack… in compile_ref_matchingpath()
6083 static SLJIT_INLINE pcre_uchar *compile_ref_iterator_matchingpath(compiler_common *common, pcre_uch… in compile_ref_iterator_matchingpath()
6088 pcre_uchar type; in compile_ref_iterator_matchingpath()
6093 pcre_uchar *ccbegin = cc; in compile_ref_iterator_matchingpath()
6290 static SLJIT_INLINE pcre_uchar *compile_recurse_matchingpath(compiler_common *common, pcre_uchar *c… in compile_recurse_matchingpath()
6297 pcre_uchar *start_cc; in compile_recurse_matchingpath()
6359 …lout(struct jit_arguments *arguments, PUBL(callout_block) *callout_block, pcre_uchar **jit_ovector) in do_callout()
6361 const pcre_uchar *begin = arguments->begin; in do_callout()
6374 callout_block->start_match = (pcre_uchar*)callout_block->subject - arguments->begin; in do_callout()
6375 callout_block->current_position = (pcre_uchar*)callout_block->offset_vector - arguments->begin; in do_callout()
6410 static SLJIT_INLINE pcre_uchar *compile_callout_matchingpath(compiler_common *common, pcre_uchar *c… in compile_callout_matchingpath()
6458 static pcre_uchar *compile_assert_matchingpath(compiler_common *common, pcre_uchar *cc, assert_back… in compile_assert_matchingpath()
6466 pcre_uchar *ccbegin; in compile_assert_matchingpath()
6467 pcre_uchar opcode; in compile_assert_matchingpath()
6468 pcre_uchar bra = OP_BRA; in compile_assert_matchingpath()
6856 static SLJIT_INLINE void match_once_common(compiler_common *common, pcre_uchar ket, int framesize, … in match_once_common()
6981 static pcre_uchar *compile_bracket_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_… in compile_bracket_matchingpath()
6985 pcre_uchar opcode; in compile_bracket_matchingpath()
6991 pcre_uchar *ccbegin; in compile_bracket_matchingpath()
6992 pcre_uchar *matchingpath; in compile_bracket_matchingpath()
6993 pcre_uchar *slot; in compile_bracket_matchingpath()
6994 pcre_uchar bra = OP_BRA; in compile_bracket_matchingpath()
6995 pcre_uchar ket; in compile_bracket_matchingpath()
7522 static pcre_uchar *compile_bracketpos_matchingpath(compiler_common *common, pcre_uchar *cc, backtra… in compile_bracketpos_matchingpath()
7526 pcre_uchar opcode; in compile_bracketpos_matchingpath()
7534 pcre_uchar *ccbegin = NULL; in compile_bracketpos_matchingpath()
7805 …INE pcre_uchar *get_iterator_parameters(compiler_common *common, pcre_uchar *cc, pcre_uchar *opcod… in get_iterator_parameters()
7844 class_len = (*type < OP_XCLASS) ? (int)(1 + (32 / sizeof(pcre_uchar))) : GET(cc, 0); in get_iterator_parameters()
7903 static pcre_uchar *compile_iterator_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack… in compile_iterator_matchingpath()
7907 pcre_uchar opcode; in compile_iterator_matchingpath()
7908 pcre_uchar type; in compile_iterator_matchingpath()
7910 pcre_uchar *end; in compile_iterator_matchingpath()
8149 static SLJIT_INLINE pcre_uchar *compile_fail_accept_matchingpath(compiler_common *common, pcre_ucha… in compile_fail_accept_matchingpath()
8193 static SLJIT_INLINE pcre_uchar *compile_close_matchingpath(compiler_common *common, pcre_uchar *cc) in compile_close_matchingpath()
8212 static SLJIT_INLINE pcre_uchar *compile_control_verb_matchingpath(compiler_common *common, pcre_uch… in compile_control_verb_matchingpath()
8216 pcre_uchar opcode = *cc; in compile_control_verb_matchingpath()
8217 pcre_uchar *ccend = cc + 1; in compile_control_verb_matchingpath()
8242 static pcre_uchar then_trap_opcode[1] = { OP_THEN_TRAP };
8244 …E void compile_then_trap_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, … in compile_then_trap_matchingpath()
8275 static void compile_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtr… in compile_matchingpath()
8417 …if (cc[1 + (32 / sizeof(pcre_uchar))] >= OP_CRSTAR && cc[1 + (32 / sizeof(pcre_uchar))] <= OP_CRPO… in compile_matchingpath()
8601 pcre_uchar *cc = current->cc; in compile_iterator_backtrackingpath()
8602 pcre_uchar opcode; in compile_iterator_backtrackingpath()
8603 pcre_uchar type; in compile_iterator_backtrackingpath()
8745 pcre_uchar *cc = current->cc; in compile_ref_iterator_backtrackingpath()
8747 pcre_uchar type; in compile_ref_iterator_backtrackingpath()
8796 pcre_uchar *cc = current->cc; in compile_assert_backtrackingpath()
8797 pcre_uchar bra = OP_BRA; in compile_assert_backtrackingpath()
8867 pcre_uchar *cc = current->cc; in compile_bracket_backtrackingpath()
8868 pcre_uchar *ccbegin; in compile_bracket_backtrackingpath()
8869 pcre_uchar *ccprev; in compile_bracket_backtrackingpath()
8870 pcre_uchar bra = OP_BRA; in compile_bracket_backtrackingpath()
8871 pcre_uchar ket; in compile_bracket_backtrackingpath()
9386 pcre_uchar opcode = *current->cc; in compile_control_verb_backtrackingpath()
9666 pcre_uchar *cc = common->start + common->currententry->start; in compile_recurse()
9667 pcre_uchar *ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse()
9668 pcre_uchar *ccend = bracketend(cc) - (1 + LINK_SIZE); in compile_recurse()
9801 pcre_uchar *ccend; in PRIV()
9826 rootbacktrack.cc = (pcre_uchar *)re + re->name_table_offset + re->name_count * re->name_entry_size; in PRIV()
9872 common->name_table = ((pcre_uchar *)re) + re->name_table_offset; in PRIV()
10058 …fast_forward_first_char(common, (pcre_uchar)re->first_char, (re->flags & PCRE_FCH_CASELESS) != 0, … in PRIV()
10075 …reqbyte_notfound = search_requested_char(common, (pcre_uchar)re->req_char, (re->flags & PCRE_RCH_C… in PRIV()
10411 PRIV(jit_exec)(const PUBL(extra) *extra_data, const pcre_uchar *subject, in PRIV()
10500 pcre_uchar *subject_ptr = (pcre_uchar *)subject; in pcre_jit_exec()