• Home
  • Raw
  • Download

Lines Matching defs:common

249   backtrack_common common;  member
260 backtrack_common common; member
280 backtrack_common common; member
290 backtrack_common common; member
295 backtrack_common common; member
309 backtrack_common common; member
325 backtrack_common common; member
332 backtrack_common common; member
615 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) in next_opcode()
814 static BOOL check_opcode_types(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend) in check_opcode_types()
1007 static SLJIT_INLINE BOOL detect_fast_forward_skip(compiler_common *common, int *private_data_start) in detect_fast_forward_skip()
1058 static SLJIT_INLINE void detect_fast_fail(compiler_common *common, PCRE2_SPTR cc, int *private_data… in detect_fast_fail()
1153 static BOOL detect_repeat(compiler_common *common, PCRE2_SPTR begin) in detect_repeat()
1290 static void set_private_data_ptrs(compiler_common *common, int *private_data_start, PCRE2_SPTR ccen… in set_private_data_ptrs()
1472 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, … in get_framesize()
1657 static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int … in init_frame()
1779 static SLJIT_INLINE int get_private_data_copy_length(compiler_common *common, PCRE2_SPTR cc, PCRE2_… in get_private_data_copy_length()
1904 static void copy_private_data(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, in copy_private_data()
2226 static SLJIT_INLINE PCRE2_SPTR set_then_offsets(compiler_common *common, PCRE2_SPTR cc, sljit_u8 *c… in set_then_offsets()
2293 static void add_stub(compiler_common *common, struct sljit_jump *start) in add_stub()
2307 static void flush_stubs(compiler_common *common) in flush_stubs()
2322 static void add_label_addr(compiler_common *common, sljit_uw *update_addr) in add_label_addr()
2336 static SLJIT_INLINE void count_match(compiler_common *common) in count_match()
2344 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) in allocate_stack()
2361 static SLJIT_INLINE void free_stack(compiler_common *common, int size) in free_stack()
2369 static sljit_uw * allocate_read_only_data(compiler_common *common, sljit_uw size) in allocate_read_only_data()
2389 static SLJIT_INLINE void reset_ovector(compiler_common *common, int length) in reset_ovector()
2415 static SLJIT_INLINE void reset_fast_fail(compiler_common *common) in reset_fast_fail()
2427 static SLJIT_INLINE void do_reset_match(compiler_common *common, int length) in do_reset_match()
2486 static SLJIT_INLINE void copy_ovector(compiler_common *common, int topbracket) in copy_ovector()
2541 static SLJIT_INLINE void return_with_partial_match(compiler_common *common, struct sljit_label *qui… in return_with_partial_match()
2577 static SLJIT_INLINE void check_start_used_ptr(compiler_common *common) in check_start_used_ptr()
2601 static SLJIT_INLINE BOOL char_has_othercase(compiler_common *common, PCRE2_SPTR cc) in char_has_othercase()
2624 static SLJIT_INLINE unsigned int char_othercase(compiler_common *common, unsigned int c) in char_othercase()
2636 static unsigned int char_get_othercase_bit(compiler_common *common, PCRE2_SPTR cc) in char_get_othercase_bit()
2708 static void check_partial(compiler_common *common, BOOL force) in check_partial()
2738 static void check_str_end(compiler_common *common, jump_list **end_reached) in check_str_end()
2768 static void detect_partial_match(compiler_common *common, jump_list **backtracks) in detect_partial_match()
2797 static void peek_char(compiler_common *common, sljit_u32 max) in peek_char()
2859 static void read_char7_type(compiler_common *common, BOOL full_read) in read_char7_type()
2885 static void read_char_range(compiler_common *common, sljit_u32 min, sljit_u32 max, BOOL update_str_… in read_char_range()
3013 static SLJIT_INLINE void read_char(compiler_common *common) in read_char()
3018 static void read_char8_type(compiler_common *common, BOOL update_str_ptr) in read_char8_type()
3083 static void skip_char_back(compiler_common *common) in skip_char_back()
3118 static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jum… in check_newlinechar()
3153 static void do_utfreadchar(compiler_common *common) in do_utfreadchar()
3201 static void do_utfreadchar16(compiler_common *common) in do_utfreadchar16()
3237 static void do_utfreadtype8(compiler_common *common) in do_utfreadtype8()
3279 static void do_getucd(compiler_common *common) in do_getucd()
3302 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common, BOOL hascrorlf, slj… in mainloop_entry()
3481 static int scan_prefix(compiler_common *common, PCRE2_SPTR cc, PCRE2_UCHAR *chars, int max_chars, s… in scan_prefix()
3898 static SLJIT_INLINE void fast_forward_first_char2_sse2(compiler_common *common, PCRE2_UCHAR char1, … in fast_forward_first_char2_sse2()
4160 static void fast_forward_first_char2(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2,… in fast_forward_first_char2()
4328 static SLJIT_INLINE BOOL fast_forward_first_n_chars(compiler_common *common) in fast_forward_first_n_chars()
4553 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common, PCRE2_UCHAR first_char, B… in fast_forward_first_char()
4570 static SLJIT_INLINE void fast_forward_newline(compiler_common *common) in fast_forward_newline()
4659 static SLJIT_INLINE void fast_forward_start_bits(compiler_common *common, const sljit_u8 *start_bit… in fast_forward_start_bits()
4735 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, PCRE2_UCHAR r… in search_requested_char()
4798 static void do_revertframes(compiler_common *common) in do_revertframes()
4833 static void check_wordboundary(compiler_common *common) in check_wordboundary()
4942 static BOOL check_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL inv… in check_class_ranges()
5094 static void check_anynewline(compiler_common *common) in check_anynewline()
5121 static void check_hspace(compiler_common *common) in check_hspace()
5160 static void check_vspace(compiler_common *common) in check_vspace()
5191 static void do_casefulcmp(compiler_common *common) in do_casefulcmp()
5220 static void do_caselesscmp(compiler_common *common) in do_caselesscmp()
5300 static PCRE2_SPTR byte_sequence_compare(compiler_common *common, BOOL caseless, PCRE2_SPTR cc, in byte_sequence_compare()
5477 static void compile_xclass_matchingpath(compiler_common *common, PCRE2_SPTR cc, jump_list **backtra… in compile_xclass_matchingpath()
6028 static PCRE2_SPTR compile_simple_assertion_matchingpath(compiler_common *common, PCRE2_UCHAR type, … in compile_simple_assertion_matchingpath()
6249 static PCRE2_SPTR compile_char1_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR … in compile_char1_matchingpath()
6633 static SLJIT_INLINE PCRE2_SPTR compile_charn_matchingpath(compiler_common *common, PCRE2_SPTR cc, P… in compile_charn_matchingpath()
6731 static void compile_dnref_search(compiler_common *common, PCRE2_SPTR cc, jump_list **backtracks) in compile_dnref_search()
6761 static void compile_ref_matchingpath(compiler_common *common, PCRE2_SPTR cc, jump_list **backtracks… in compile_ref_matchingpath()
6857 static SLJIT_INLINE PCRE2_SPTR compile_ref_iterator_matchingpath(compiler_common *common, PCRE2_SPT… in compile_ref_iterator_matchingpath()
7064 static SLJIT_INLINE PCRE2_SPTR compile_recurse_matchingpath(compiler_common *common, PCRE2_SPTR cc,… in compile_recurse_matchingpath()
7175 static SLJIT_INLINE PCRE2_SPTR compile_callout_matchingpath(compiler_common *common, PCRE2_SPTR cc,… in compile_callout_matchingpath()
7278 static PCRE2_SPTR compile_assert_matchingpath(compiler_common *common, PCRE2_SPTR cc, assert_backtr… in compile_assert_matchingpath()
7700 static SLJIT_INLINE void match_once_common(compiler_common *common, PCRE2_UCHAR ket, int framesize,… in match_once_common()
7748 static SLJIT_INLINE int match_capture_common(compiler_common *common, int stacksize, int offset, in… in match_capture_common()
7827 static PCRE2_SPTR compile_bracket_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_co… in compile_bracket_matchingpath()
8374 static PCRE2_SPTR compile_bracketpos_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack… in compile_bracketpos_matchingpath()
8657 static SLJIT_INLINE PCRE2_SPTR get_iterator_parameters(compiler_common *common, PCRE2_SPTR cc, PCRE… in get_iterator_parameters()
8802 static PCRE2_SPTR compile_iterator_matchingpath(compiler_common *common, PCRE2_SPTR cc, backtrack_c… in compile_iterator_matchingpath()
9197 static SLJIT_INLINE PCRE2_SPTR compile_fail_accept_matchingpath(compiler_common *common, PCRE2_SPTR… in compile_fail_accept_matchingpath()
9242 static SLJIT_INLINE PCRE2_SPTR compile_close_matchingpath(compiler_common *common, PCRE2_SPTR cc) in compile_close_matchingpath()
9261 static SLJIT_INLINE PCRE2_SPTR compile_control_verb_matchingpath(compiler_common *common, PCRE2_SPT… in compile_control_verb_matchingpath()
9293 static SLJIT_INLINE void compile_then_trap_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCR… in compile_then_trap_matchingpath()
9324 static void compile_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, backtrac… in compile_matchingpath()
9651 static void compile_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *cur… in compile_iterator_backtrackingpath()
9779 static SLJIT_INLINE void compile_ref_iterator_backtrackingpath(compiler_common *common, struct back… in compile_ref_iterator_backtrackingpath()
9804 static SLJIT_INLINE void compile_recurse_backtrackingpath(compiler_common *common, struct backtrack… in compile_recurse_backtrackingpath()
9830 static void compile_assert_backtrackingpath(compiler_common *common, struct backtrack_common *curre… in compile_assert_backtrackingpath()
9897 static void compile_bracket_backtrackingpath(compiler_common *common, struct backtrack_common *curr… in compile_bracket_backtrackingpath()
10359 static SLJIT_INLINE void compile_bracketpos_backtrackingpath(compiler_common *common, struct backtr… in compile_bracketpos_backtrackingpath()
10398 static SLJIT_INLINE void compile_braminzero_backtrackingpath(compiler_common *common, struct backtr… in compile_braminzero_backtrackingpath()
10422 static SLJIT_INLINE void compile_control_verb_backtrackingpath(compiler_common *common, struct back… in compile_control_verb_backtrackingpath()
10485 static SLJIT_INLINE void compile_then_trap_backtrackingpath(compiler_common *common, struct backtra… in compile_then_trap_backtrackingpath()
10515 static void compile_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_backtrackingpath()
10703 static SLJIT_INLINE void compile_recurse(compiler_common *common) in compile_recurse()
10837 compiler_common *common = &common_data; in jit_compile() local