Lines Matching refs:SLJIT_INLINE

2963 static SLJIT_INLINE PCRE2_SPTR set_then_offsets(compiler_common *common, PCRE2_SPTR cc, sljit_u8 *c…  in set_then_offsets()
3003 static SLJIT_INLINE BOOL is_powerof2(unsigned int value) in is_powerof2()
3008 static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *label) in set_jumps()
3019 static SLJIT_INLINE void add_jump(struct sljit_compiler *compiler, jump_list **list, struct sljit_j… in add_jump()
3059 static SLJIT_INLINE void count_match(compiler_common *common) in count_match()
3067 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) in allocate_stack()
3084 static SLJIT_INLINE void free_stack(compiler_common *common, int size) in free_stack()
3112 static SLJIT_INLINE void reset_ovector(compiler_common *common, int length) in reset_ovector()
3151 static SLJIT_INLINE void reset_early_fail(compiler_common *common) in reset_early_fail()
3201 static SLJIT_INLINE void do_reset_match(compiler_common *common, int length) in do_reset_match()
3279 static SLJIT_INLINE void copy_ovector(compiler_common *common, int topbracket) in copy_ovector()
3376 static SLJIT_INLINE void return_with_partial_match(compiler_common *common, struct sljit_label *qui… in return_with_partial_match()
3414 static SLJIT_INLINE void check_start_used_ptr(compiler_common *common) in check_start_used_ptr()
3438 static SLJIT_INLINE BOOL char_has_othercase(compiler_common *common, PCRE2_SPTR cc) in char_has_othercase()
3464 static SLJIT_INLINE unsigned int char_othercase(compiler_common *common, unsigned int c) in char_othercase()
5140 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common) in mainloop_entry()
5332 static SLJIT_INLINE void add_prefix_char(PCRE2_UCHAR chr, fast_forward_char_data *chars, BOOL last) in add_prefix_char()
5927 static SLJIT_INLINE BOOL fast_forward_first_n_chars(compiler_common *common) in fast_forward_first_n_chars()
6149 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common) in fast_forward_first_char()
6167 static SLJIT_INLINE void fast_forward_newline(compiler_common *common) in fast_forward_newline()
6342 static SLJIT_INLINE void fast_forward_start_bits(compiler_common *common) in fast_forward_start_bits()
6414 static SLJIT_INLINE jump_list *search_requested_char(compiler_common *common, PCRE2_UCHAR req_char,… in search_requested_char()
8902 static SLJIT_INLINE PCRE2_SPTR compile_charn_matchingpath(compiler_common *common, PCRE2_SPTR cc, P… in compile_charn_matchingpath()
9195 static SLJIT_INLINE PCRE2_SPTR compile_ref_iterator_matchingpath(compiler_common *common, PCRE2_SPT… in compile_ref_iterator_matchingpath()
9402 static SLJIT_INLINE PCRE2_SPTR compile_recurse_matchingpath(compiler_common *common, PCRE2_SPTR cc,… in compile_recurse_matchingpath()
9518 static SLJIT_INLINE PCRE2_SPTR compile_callout_matchingpath(compiler_common *common, PCRE2_SPTR cc,… in compile_callout_matchingpath()
9595 static SLJIT_INLINE BOOL assert_needs_str_ptr_saving(PCRE2_SPTR cc) in assert_needs_str_ptr_saving()
10052 static SLJIT_INLINE void match_once_common(compiler_common *common, PCRE2_UCHAR ket, int framesize,… in match_once_common()
10100 static SLJIT_INLINE int match_capture_common(compiler_common *common, int stacksize, int offset, in… in match_capture_common()
10143 static SLJIT_INLINE void match_script_run_common(compiler_common *common, int private_data_ptr, bac… in match_script_run_common()
11058 static SLJIT_INLINE PCRE2_SPTR get_iterator_parameters(compiler_common *common, PCRE2_SPTR cc, PCRE… in get_iterator_parameters()
11715 static SLJIT_INLINE PCRE2_SPTR compile_fail_accept_matchingpath(compiler_common *common, PCRE2_SPTR… in compile_fail_accept_matchingpath()
11771 static SLJIT_INLINE PCRE2_SPTR compile_close_matchingpath(compiler_common *common, PCRE2_SPTR cc) in compile_close_matchingpath()
11790 static SLJIT_INLINE PCRE2_SPTR compile_control_verb_matchingpath(compiler_common *common, PCRE2_SPT… in compile_control_verb_matchingpath()
11824 static SLJIT_INLINE void compile_then_trap_matchingpath(compiler_common *common, PCRE2_SPTR cc, PCR… in compile_then_trap_matchingpath()
12314 static SLJIT_INLINE void compile_ref_iterator_backtrackingpath(compiler_common *common, struct back… in compile_ref_iterator_backtrackingpath()
12339 static SLJIT_INLINE void compile_recurse_backtrackingpath(compiler_common *common, struct backtrack… in compile_recurse_backtrackingpath()
12895 static SLJIT_INLINE void compile_bracketpos_backtrackingpath(compiler_common *common, struct backtr… in compile_bracketpos_backtrackingpath()
12935 static SLJIT_INLINE void compile_braminzero_backtrackingpath(compiler_common *common, struct backtr… in compile_braminzero_backtrackingpath()
12959 static SLJIT_INLINE void compile_control_verb_backtrackingpath(compiler_common *common, struct back… in compile_control_verb_backtrackingpath()
13021 static SLJIT_INLINE void compile_then_trap_backtrackingpath(compiler_common *common, struct backtra… in compile_then_trap_backtrackingpath()
13245 static SLJIT_INLINE void compile_recurse(compiler_common *common) in compile_recurse()