Lines Matching refs:SLJIT_INLINE

1523 static SLJIT_INLINE int get_private_data_copy_length(compiler_common *common, pcre_uchar *cc, pcre_…  in get_private_data_copy_length()
1970 static SLJIT_INLINE pcre_uchar *set_then_offsets(compiler_common *common, pcre_uchar *cc, pcre_uint… in set_then_offsets()
2010 static SLJIT_INLINE BOOL is_powerof2(unsigned int value) in is_powerof2()
2015 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps()
2026 static SLJIT_INLINE void add_jump(struct sljit_compiler *compiler, jump_list **list, struct sljit_j… in add_jump()
2080 static SLJIT_INLINE void count_match(compiler_common *common) in count_match()
2088 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) in allocate_stack()
2104 static SLJIT_INLINE void free_stack(compiler_common *common, int size) in free_stack()
2144 static SLJIT_INLINE void reset_ovector(compiler_common *common, int length) in reset_ovector()
2170 static SLJIT_INLINE void do_reset_match(compiler_common *common, int length) in do_reset_match()
2228 static SLJIT_INLINE void copy_ovector(compiler_common *common, int topbracket) in copy_ovector()
2278 static SLJIT_INLINE void return_with_partial_match(compiler_common *common, struct sljit_label *qui… in return_with_partial_match()
2320 static SLJIT_INLINE void check_start_used_ptr(compiler_common *common) in check_start_used_ptr()
2344 static SLJIT_INLINE BOOL char_has_othercase(compiler_common *common, pcre_uchar *cc) in char_has_othercase()
2371 static SLJIT_INLINE unsigned int char_othercase(compiler_common *common, unsigned int c) in char_othercase()
2768 static SLJIT_INLINE void read_char(compiler_common *common) in read_char()
3060 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common, BOOL hascrorlf, BOO… in mainloop_entry()
3182 static SLJIT_INLINE void add_prefix_byte(pcre_uint8 byte, pcre_uint8 *bytes) in add_prefix_byte()
3544 static SLJIT_INLINE BOOL fast_forward_first_n_chars(compiler_common *common, BOOL firstline) in fast_forward_first_n_chars()
3786 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common, pcre_uchar first_char, BO… in fast_forward_first_char()
3843 static SLJIT_INLINE void fast_forward_newline(compiler_common *common, BOOL firstline) in fast_forward_newline()
3933 static SLJIT_INLINE void fast_forward_start_bits(compiler_common *common, pcre_uint8 *start_bits, B… in fast_forward_start_bits()
4010 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, pcre_uchar re… in search_requested_char()
5822 static SLJIT_INLINE pcre_uchar *compile_charn_matchingpath(compiler_common *common, pcre_uchar *cc,… in compile_charn_matchingpath()
6046 static SLJIT_INLINE pcre_uchar *compile_ref_iterator_matchingpath(compiler_common *common, pcre_uch… in compile_ref_iterator_matchingpath()
6253 static SLJIT_INLINE pcre_uchar *compile_recurse_matchingpath(compiler_common *common, pcre_uchar *c… in compile_recurse_matchingpath()
6373 static SLJIT_INLINE pcre_uchar *compile_callout_matchingpath(compiler_common *common, pcre_uchar *c… in compile_callout_matchingpath()
6819 static SLJIT_INLINE void match_once_common(compiler_common *common, pcre_uchar ket, int framesize, … in match_once_common()
6865 static SLJIT_INLINE int match_capture_common(compiler_common *common, int stacksize, int offset, in… in match_capture_common()
7763 static SLJIT_INLINE pcre_uchar *get_iterator_parameters(compiler_common *common, pcre_uchar *cc, pc… in get_iterator_parameters()
8107 static SLJIT_INLINE pcre_uchar *compile_fail_accept_matchingpath(compiler_common *common, pcre_ucha… in compile_fail_accept_matchingpath()
8151 static SLJIT_INLINE pcre_uchar *compile_close_matchingpath(compiler_common *common, pcre_uchar *cc) in compile_close_matchingpath()
8170 static SLJIT_INLINE pcre_uchar *compile_control_verb_matchingpath(compiler_common *common, pcre_uch… in compile_control_verb_matchingpath()
8202 static SLJIT_INLINE void compile_then_trap_matchingpath(compiler_common *common, pcre_uchar *cc, pc… in compile_then_trap_matchingpath()
8701 static SLJIT_INLINE void compile_ref_iterator_backtrackingpath(compiler_common *common, struct back… in compile_ref_iterator_backtrackingpath()
8726 static SLJIT_INLINE void compile_recurse_backtrackingpath(compiler_common *common, struct backtrack… in compile_recurse_backtrackingpath()
9279 static SLJIT_INLINE void compile_bracketpos_backtrackingpath(compiler_common *common, struct backtr… in compile_bracketpos_backtrackingpath()
9318 static SLJIT_INLINE void compile_braminzero_backtrackingpath(compiler_common *common, struct backtr… in compile_braminzero_backtrackingpath()
9342 static SLJIT_INLINE void compile_control_verb_backtrackingpath(compiler_common *common, struct back… in compile_control_verb_backtrackingpath()
9405 static SLJIT_INLINE void compile_then_trap_backtrackingpath(compiler_common *common, struct backtra… in compile_then_trap_backtrackingpath()
9622 static SLJIT_INLINE void compile_recurse(compiler_common *common) in compile_recurse()