Lines Matching refs:compiler_common

332 typedef struct compiler_common {  struct
450 } compiler_common; argument
599 static pcre_uchar *next_opcode(compiler_common *common, pcre_uchar *cc) in next_opcode()
794 static BOOL check_opcode_types(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) in check_opcode_types()
986 static SLJIT_INLINE BOOL detect_fast_forward_skip(compiler_common *common, int *private_data_start) in detect_fast_forward_skip()
1037 static SLJIT_INLINE void detect_fast_fail(compiler_common *common, pcre_uchar *cc, int *private_dat… in detect_fast_fail()
1132 static BOOL detect_repeat(compiler_common *common, pcre_uchar *begin) in detect_repeat()
1269 static void set_private_data_ptrs(compiler_common *common, int *private_data_start, pcre_uchar *cce… in set_private_data_ptrs()
1451 static int get_framesize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL recursive… in get_framesize()
1634 static void init_frame(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, int stackpos, in… in init_frame()
1756 static SLJIT_INLINE int get_private_data_copy_length(compiler_common *common, pcre_uchar *cc, pcre_… in get_private_data_copy_length()
1881 static void copy_private_data(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, in copy_private_data()
2192 static SLJIT_INLINE pcre_uchar *set_then_offsets(compiler_common *common, pcre_uchar *cc, sljit_u8 … in set_then_offsets()
2259 static void add_stub(compiler_common *common, struct sljit_jump *start) in add_stub()
2273 static void flush_stubs(compiler_common *common) in flush_stubs()
2288 static void add_label_addr(compiler_common *common, sljit_uw *update_addr) in add_label_addr()
2302 static SLJIT_INLINE void count_match(compiler_common *common) in count_match()
2310 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) in allocate_stack()
2327 static SLJIT_INLINE void free_stack(compiler_common *common, int size) in free_stack()
2335 static sljit_uw * allocate_read_only_data(compiler_common *common, sljit_uw size) in allocate_read_only_data()
2369 static SLJIT_INLINE void reset_ovector(compiler_common *common, int length) in reset_ovector()
2395 static SLJIT_INLINE void reset_fast_fail(compiler_common *common) in reset_fast_fail()
2407 static SLJIT_INLINE void do_reset_match(compiler_common *common, int length) in do_reset_match()
2466 static SLJIT_INLINE void copy_ovector(compiler_common *common, int topbracket) in copy_ovector()
2516 static SLJIT_INLINE void return_with_partial_match(compiler_common *common, struct sljit_label *qui… in return_with_partial_match()
2558 static SLJIT_INLINE void check_start_used_ptr(compiler_common *common) in check_start_used_ptr()
2582 static SLJIT_INLINE BOOL char_has_othercase(compiler_common *common, pcre_uchar *cc) in char_has_othercase()
2609 static SLJIT_INLINE unsigned int char_othercase(compiler_common *common, unsigned int c) in char_othercase()
2625 static unsigned int char_get_othercase_bit(compiler_common *common, pcre_uchar *cc) in char_get_othercase_bit()
2701 static void check_partial(compiler_common *common, BOOL force) in check_partial()
2731 static void check_str_end(compiler_common *common, jump_list **end_reached) in check_str_end()
2761 static void detect_partial_match(compiler_common *common, jump_list **backtracks) in detect_partial_match()
2790 static void peek_char(compiler_common *common, sljit_u32 max) in peek_char()
2852 static void read_char7_type(compiler_common *common, BOOL full_read) in read_char7_type()
2878 static void read_char_range(compiler_common *common, sljit_u32 min, sljit_u32 max, BOOL update_str_… in read_char_range()
3006 static SLJIT_INLINE void read_char(compiler_common *common) in read_char()
3011 static void read_char8_type(compiler_common *common, BOOL update_str_ptr) in read_char8_type()
3076 static void skip_char_back(compiler_common *common) in skip_char_back()
3111 static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jum… in check_newlinechar()
3147 static void do_utfreadchar(compiler_common *common) in do_utfreadchar()
3195 static void do_utfreadchar16(compiler_common *common) in do_utfreadchar16()
3231 static void do_utfreadtype8(compiler_common *common) in do_utfreadtype8()
3277 static void do_getucd(compiler_common *common) in do_getucd()
3319 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common, BOOL hascrorlf) in mainloop_entry()
3470 static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uchar *chars, int max_chars, s… in scan_prefix()
3887 static SLJIT_INLINE void fast_forward_first_char2_sse2(compiler_common *common, pcre_uchar char1, p… in fast_forward_first_char2_sse2()
4151 static void fast_forward_first_char2(compiler_common *common, pcre_uchar char1, pcre_uchar char2, s… in fast_forward_first_char2()
4309 static SLJIT_INLINE BOOL fast_forward_first_n_chars(compiler_common *common) in fast_forward_first_n_chars()
4535 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common, pcre_uchar first_char, BO… in fast_forward_first_char()
4552 static SLJIT_INLINE void fast_forward_newline(compiler_common *common) in fast_forward_newline()
4639 static BOOL check_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL inv…
4641 static SLJIT_INLINE void fast_forward_start_bits(compiler_common *common, const sljit_u8 *start_bit… in fast_forward_start_bits()
4717 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, pcre_uchar re… in search_requested_char()
4780 static void do_revertframes(compiler_common *common) in do_revertframes()
4815 static void check_wordboundary(compiler_common *common) in check_wordboundary()
4924 static BOOL check_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL inv… in check_class_ranges()
5076 static void check_anynewline(compiler_common *common) in check_anynewline()
5103 static void check_hspace(compiler_common *common) in check_hspace()
5142 static void check_vspace(compiler_common *common) in check_vspace()
5173 static void do_casefulcmp(compiler_common *common) in do_casefulcmp()
5202 static void do_caselesscmp(compiler_common *common) in do_caselesscmp()
5282 static pcre_uchar *byte_sequence_compare(compiler_common *common, BOOL caseless, pcre_uchar *cc, in byte_sequence_compare()
5457 static pcre_uchar *compile_char1_matchingpath(compiler_common *common, pcre_uchar type, pcre_uchar …
5459 static void compile_xclass_matchingpath(compiler_common *common, pcre_uchar *cc, jump_list **backtr… in compile_xclass_matchingpath()
6018 static pcre_uchar *compile_simple_assertion_matchingpath(compiler_common *common, pcre_uchar type, … in compile_simple_assertion_matchingpath()
6239 static pcre_uchar *compile_char1_matchingpath(compiler_common *common, pcre_uchar type, pcre_uchar … in compile_char1_matchingpath()
6628 static SLJIT_INLINE pcre_uchar *compile_charn_matchingpath(compiler_common *common, pcre_uchar *cc,… in compile_charn_matchingpath()
6695 static void compile_matchingpath(compiler_common *, pcre_uchar *, pcre_uchar *, backtrack_common *);
6696 static void compile_backtrackingpath(compiler_common *, struct backtrack_common *);
6726 static void compile_dnref_search(compiler_common *common, pcre_uchar *cc, jump_list **backtracks) in compile_dnref_search()
6756 static void compile_ref_matchingpath(compiler_common *common, pcre_uchar *cc, jump_list **backtrack… in compile_ref_matchingpath()
6852 static SLJIT_INLINE pcre_uchar *compile_ref_iterator_matchingpath(compiler_common *common, pcre_uch… in compile_ref_iterator_matchingpath()
7059 static SLJIT_INLINE pcre_uchar *compile_recurse_matchingpath(compiler_common *common, pcre_uchar *c… in compile_recurse_matchingpath()
7179 static SLJIT_INLINE pcre_uchar *compile_callout_matchingpath(compiler_common *common, pcre_uchar *c… in compile_callout_matchingpath()
7254 static pcre_uchar *compile_assert_matchingpath(compiler_common *common, pcre_uchar *cc, assert_back… in compile_assert_matchingpath()
7676 static SLJIT_INLINE void match_once_common(compiler_common *common, pcre_uchar ket, int framesize, … in match_once_common()
7724 static SLJIT_INLINE int match_capture_common(compiler_common *common, int stacksize, int offset, in… in match_capture_common()
7803 static pcre_uchar *compile_bracket_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_… in compile_bracket_matchingpath()
8348 static pcre_uchar *compile_bracketpos_matchingpath(compiler_common *common, pcre_uchar *cc, backtra… in compile_bracketpos_matchingpath()
8631 static SLJIT_INLINE pcre_uchar *get_iterator_parameters(compiler_common *common, pcre_uchar *cc, pc… in get_iterator_parameters()
8776 static pcre_uchar *compile_iterator_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack… in compile_iterator_matchingpath()
9171 static SLJIT_INLINE pcre_uchar *compile_fail_accept_matchingpath(compiler_common *common, pcre_ucha… in compile_fail_accept_matchingpath()
9215 static SLJIT_INLINE pcre_uchar *compile_close_matchingpath(compiler_common *common, pcre_uchar *cc) in compile_close_matchingpath()
9234 static SLJIT_INLINE pcre_uchar *compile_control_verb_matchingpath(compiler_common *common, pcre_uch… in compile_control_verb_matchingpath()
9266 static SLJIT_INLINE void compile_then_trap_matchingpath(compiler_common *common, pcre_uchar *cc, pc… in compile_then_trap_matchingpath()
9297 static void compile_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtr… in compile_matchingpath()
9623 static void compile_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *cur… in compile_iterator_backtrackingpath()
9751 static SLJIT_INLINE void compile_ref_iterator_backtrackingpath(compiler_common *common, struct back… in compile_ref_iterator_backtrackingpath()
9776 static SLJIT_INLINE void compile_recurse_backtrackingpath(compiler_common *common, struct backtrack… in compile_recurse_backtrackingpath()
9802 static void compile_assert_backtrackingpath(compiler_common *common, struct backtrack_common *curre… in compile_assert_backtrackingpath()
9869 static void compile_bracket_backtrackingpath(compiler_common *common, struct backtrack_common *curr… in compile_bracket_backtrackingpath()
10331 static SLJIT_INLINE void compile_bracketpos_backtrackingpath(compiler_common *common, struct backtr… in compile_bracketpos_backtrackingpath()
10370 static SLJIT_INLINE void compile_braminzero_backtrackingpath(compiler_common *common, struct backtr… in compile_braminzero_backtrackingpath()
10394 static SLJIT_INLINE void compile_control_verb_backtrackingpath(compiler_common *common, struct back… in compile_control_verb_backtrackingpath()
10457 static SLJIT_INLINE void compile_then_trap_backtrackingpath(compiler_common *common, struct backtra… in compile_then_trap_backtrackingpath()
10487 static void compile_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_backtrackingpath()
10674 static SLJIT_INLINE void compile_recurse(compiler_common *common) in compile_recurse()
10807 compiler_common common_data; in PRIV()
10808 compiler_common *common = &common_data; in PRIV()
10836 memset(common, 0, sizeof(compiler_common)); in PRIV()