Lines Matching refs:PCRE2_SPTR

180   PCRE2_SPTR str;
181 PCRE2_SPTR begin;
182 PCRE2_SPTR end;
184 PCRE2_SPTR startchar_ptr;
246 PCRE2_SPTR cc;
377 PCRE2_SPTR start;
412 PCRE2_SPTR fast_forward_bc_ptr;
454 PCRE2_SPTR name_table;
837 static PCRE2_SPTR bracketend(PCRE2_SPTR cc) in bracketend()
846 static int no_alternatives(PCRE2_SPTR cc) in no_alternatives()
872 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) in next_opcode()
1073 static BOOL check_opcode_types(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend) in check_opcode_types()
1076 PCRE2_SPTR slot; in check_opcode_types()
1077 PCRE2_SPTR assert_back_end = cc - 1; in check_opcode_types()
1078 PCRE2_SPTR assert_na_end = cc - 1; in check_opcode_types()
1244 static int detect_early_fail(compiler_common *common, PCRE2_SPTR cc, int *private_data_start, in detect_early_fail()
1247 PCRE2_SPTR begin = cc; in detect_early_fail()
1248 PCRE2_SPTR next_alt; in detect_early_fail()
1249 PCRE2_SPTR end; in detect_early_fail()
1250 PCRE2_SPTR accelerated_start; in detect_early_fail()
1581 static int get_class_iterator_size(PCRE2_SPTR cc) in get_class_iterator_size()
1613 static BOOL detect_repeat(compiler_common *common, PCRE2_SPTR begin) in detect_repeat()
1615 PCRE2_SPTR end = bracketend(begin); in detect_repeat()
1616 PCRE2_SPTR next; in detect_repeat()
1617 PCRE2_SPTR next_end; in detect_repeat()
1618 PCRE2_SPTR max_end; in detect_repeat()
1751 static void set_private_data_ptrs(compiler_common *common, int *private_data_start, PCRE2_SPTR ccen… in set_private_data_ptrs()
1753 PCRE2_SPTR cc = common->start; in set_private_data_ptrs()
1754 PCRE2_SPTR alternative; in set_private_data_ptrs()
1755 PCRE2_SPTR end = NULL; in set_private_data_ptrs()
1937 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, … in get_framesize()
2123 static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int … in init_frame()
2352 static int get_recurse_data_length(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, uint32… in get_recurse_data_length()
2356 PCRE2_SPTR alternative; in get_recurse_data_length()
2604 static void copy_recurse_data(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, in copy_recurse_data()
2608 PCRE2_SPTR alternative; in copy_recurse_data()
3037 static SLJIT_INLINE PCRE2_SPTR set_then_offsets(compiler_common *common, PCRE2_SPTR cc, sljit_u8 *c… in set_then_offsets()
3039 PCRE2_SPTR end = bracketend(cc); in set_then_offsets()
3329 static sljit_sw SLJIT_FUNC do_search_mark(sljit_sw *current, PCRE2_SPTR skip_arg) in do_search_mark()
3339 if (PRIV(strcmp)(skip_arg, (PCRE2_SPTR)current[2]) == 0) in do_search_mark()
3512 static SLJIT_INLINE BOOL char_has_othercase(compiler_common *common, PCRE2_SPTR cc) in char_has_othercase()
3548 static unsigned int char_get_othercase_bit(compiler_common *common, PCRE2_SPTR cc) in char_get_othercase_bit()
5440 static int scan_prefix(compiler_common *common, PCRE2_SPTR cc, fast_forward_char_data *chars, int m… in scan_prefix()
5447 PCRE2_SPTR alternative, cc_save, oc; in scan_prefix()
7312 static PCRE2_SPTR byte_sequence_compare(compiler_common *common, BOOL caseless, PCRE2_SPTR cc, in byte_sequence_compare()
7317 PCRE2_SPTR othercasechar = NULL; in byte_sequence_compare()
7487 static PCRE2_SPTR compile_char1_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR
7504 static void compile_xclass_matchingpath(compiler_common *common, PCRE2_SPTR cc, jump_list **backtra… in compile_xclass_matchingpath()
7511 PCRE2_SPTR ccbegin; in compile_xclass_matchingpath()
8244 static PCRE2_SPTR compile_simple_assertion_matchingpath(compiler_common *common, PCRE2_UCHAR type, in compile_simple_assertion_matchingpath()
8523 static PCRE2_SPTR SLJIT_FUNC do_extuni_utf(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_utf()
8525 PCRE2_SPTR start_subject = args->begin; in do_extuni_utf()
8526 PCRE2_SPTR end_subject = args->end; in do_extuni_utf()
8528 PCRE2_SPTR prevcc, endcc, bptr; in do_extuni_utf()
8591 static PCRE2_SPTR SLJIT_FUNC do_extuni_utf_invalid(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_utf_invalid()
8593 PCRE2_SPTR start_subject = args->begin; in do_extuni_utf_invalid()
8594 PCRE2_SPTR end_subject = args->end; in do_extuni_utf_invalid()
8596 PCRE2_SPTR prevcc, endcc, bptr; in do_extuni_utf_invalid()
8656 static PCRE2_SPTR SLJIT_FUNC do_extuni_no_utf(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_no_utf()
8658 PCRE2_SPTR start_subject = args->begin; in do_extuni_no_utf()
8659 PCRE2_SPTR end_subject = args->end; in do_extuni_no_utf()
8661 PCRE2_SPTR bptr; in do_extuni_no_utf()
8728 static PCRE2_SPTR compile_char1_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR in compile_char1_matchingpath()
9133 static SLJIT_INLINE PCRE2_SPTR compile_charn_matchingpath(compiler_common *common, PCRE2_SPTR cc, P… in compile_charn_matchingpath()
9138 PCRE2_SPTR ccbegin = cc; in compile_charn_matchingpath()
9200 static void compile_matchingpath(compiler_common *, PCRE2_SPTR, PCRE2_SPTR, backtrack_common *);
9231 static void compile_dnref_search(compiler_common *common, PCRE2_SPTR cc, jump_list **backtracks) in compile_dnref_search()
9236 PCRE2_SPTR slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in compile_dnref_search()
9261 static void compile_ref_matchingpath(compiler_common *common, PCRE2_SPTR cc, jump_list **backtracks… in compile_ref_matchingpath()
9426 static SLJIT_INLINE PCRE2_SPTR compile_ref_iterator_matchingpath(compiler_common *common, PCRE2_SPT… in compile_ref_iterator_matchingpath()
9436 PCRE2_SPTR ccbegin = cc; in compile_ref_iterator_matchingpath()
9633 static SLJIT_INLINE PCRE2_SPTR compile_recurse_matchingpath(compiler_common *common, PCRE2_SPTR cc,… in compile_recurse_matchingpath()
9640 PCRE2_SPTR start_cc; in compile_recurse_matchingpath()
9692 …t_jit(struct jit_arguments *arguments, pcre2_callout_block *callout_block, PCRE2_SPTR *jit_ovector) in do_callout_jit()
9694 PCRE2_SPTR begin; in do_callout_jit()
9715 callout_block->current_position = (PCRE2_SPTR)callout_block->offset_vector - begin; in do_callout_jit()
9749 static SLJIT_INLINE PCRE2_SPTR compile_callout_matchingpath(compiler_common *common, PCRE2_SPTR cc,… in compile_callout_matchingpath()
9826 static SLJIT_INLINE BOOL assert_needs_str_ptr_saving(PCRE2_SPTR cc) in assert_needs_str_ptr_saving()
9856 static PCRE2_SPTR compile_assert_matchingpath(compiler_common *common, PCRE2_SPTR cc, assert_backtr… in compile_assert_matchingpath()
9865 PCRE2_SPTR ccbegin; in compile_assert_matchingpath()
10356 static PCRE2_SPTR SLJIT_FUNC do_script_run(PCRE2_SPTR ptr, PCRE2_SPTR endptr) in do_script_run()
10365 static PCRE2_SPTR SLJIT_FUNC do_script_run_utf(PCRE2_SPTR ptr, PCRE2_SPTR endptr) in do_script_run_utf()
10445 static PCRE2_SPTR compile_bracket_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_co… in compile_bracket_matchingpath()
10455 PCRE2_SPTR ccbegin; in compile_bracket_matchingpath()
10456 PCRE2_SPTR matchingpath; in compile_bracket_matchingpath()
10457 PCRE2_SPTR slot; in compile_bracket_matchingpath()
11006 static PCRE2_SPTR compile_bracketpos_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack… in compile_bracketpos_matchingpath()
11018 PCRE2_SPTR ccbegin = NULL; in compile_bracketpos_matchingpath()
11289PCRE2_SPTR get_iterator_parameters(compiler_common *common, PCRE2_SPTR cc, PCRE2_UCHAR *opcode, PC… in get_iterator_parameters()
11434 static PCRE2_SPTR compile_iterator_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_c… in compile_iterator_matchingpath()
11446 PCRE2_SPTR end; in compile_iterator_matchingpath()
11946 static SLJIT_INLINE PCRE2_SPTR compile_fail_accept_matchingpath(compiler_common *common, PCRE2_SPTR in compile_fail_accept_matchingpath()
12002 static SLJIT_INLINE PCRE2_SPTR compile_close_matchingpath(compiler_common *common, PCRE2_SPTR cc) in compile_close_matchingpath()
12021 static SLJIT_INLINE PCRE2_SPTR compile_control_verb_matchingpath(compiler_common *common, PCRE2_SPT… in compile_control_verb_matchingpath()
12026 PCRE2_SPTR ccend = cc + 1; in compile_control_verb_matchingpath()
12055 …NE void compile_then_trap_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, b… in compile_then_trap_matchingpath()
12086 static void compile_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, backtrac… in compile_matchingpath()
12420 PCRE2_SPTR cc = current->cc; in compile_iterator_backtrackingpath()
12427 PCRE2_SPTR end; in compile_iterator_backtrackingpath()
12548 PCRE2_SPTR cc = current->cc; in compile_ref_iterator_backtrackingpath()
12593 PCRE2_SPTR cc = current->cc; in compile_assert_backtrackingpath()
12666 PCRE2_SPTR cc = current->cc; in compile_bracket_backtrackingpath()
12667 PCRE2_SPTR ccbegin; in compile_bracket_backtrackingpath()
12668 PCRE2_SPTR ccprev; in compile_bracket_backtrackingpath()
13479 PCRE2_SPTR cc = common->start + common->currententry->start; in compile_recurse()
13480 PCRE2_SPTR ccbegin = cc + 1 + LINK_SIZE + (*cc == OP_BRA ? 0 : IMM2_SIZE); in compile_recurse()
13481 PCRE2_SPTR ccend = bracketend(cc) - (1 + LINK_SIZE); in compile_recurse()
13701 PCRE2_SPTR ccend; in jit_compile()
13731 common->name_table = (PCRE2_SPTR)((uint8_t *)re + sizeof(pcre2_real_code)); in jit_compile()