Lines Matching defs:cc

231   pcre_uchar *cc;  member
519 #define PRIVATE_DATA(cc) (common->private_data_ptrs[(cc) - common->start]) argument
564 static pcre_uchar *bracketend(pcre_uchar *cc) in bracketend()
573 static int no_alternatives(pcre_uchar *cc) in no_alternatives()
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()
921 static BOOL is_accelerated_repeat(pcre_uchar *cc) in is_accelerated_repeat()
988 pcre_uchar *cc = common->start; in detect_fast_forward_skip() local
1037 static SLJIT_INLINE void detect_fast_fail(compiler_common *common, pcre_uchar *cc, int *private_dat… in detect_fast_fail()
1100 static int get_class_iterator_size(pcre_uchar *cc) in get_class_iterator_size()
1271 pcre_uchar *cc = common->start; in set_private_data_ptrs() local
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()
2582 static SLJIT_INLINE BOOL char_has_othercase(compiler_common *common, pcre_uchar *cc) in char_has_othercase()
2625 static unsigned int char_get_othercase_bit(compiler_common *common, pcre_uchar *cc) in char_get_othercase_bit()
3470 static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uchar *chars, int max_chars, s… in scan_prefix()
5282 static pcre_uchar *byte_sequence_compare(compiler_common *common, BOOL caseless, pcre_uchar *cc, in byte_sequence_compare()
5459 static void compile_xclass_matchingpath(compiler_common *common, pcre_uchar *cc, jump_list **backtr… in compile_xclass_matchingpath()
6018 …ple_assertion_matchingpath(compiler_common *common, pcre_uchar type, pcre_uchar *cc, jump_list **b… in compile_simple_assertion_matchingpath()
6239 …compile_char1_matchingpath(compiler_common *common, pcre_uchar type, pcre_uchar *cc, jump_list **b… in compile_char1_matchingpath()
6628 static SLJIT_INLINE pcre_uchar *compile_charn_matchingpath(compiler_common *common, pcre_uchar *cc,… in compile_charn_matchingpath()
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 …re_uchar *compile_ref_iterator_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_com… in compile_ref_iterator_matchingpath()
7059 …NE pcre_uchar *compile_recurse_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_com… in compile_recurse_matchingpath()
7179 …NE pcre_uchar *compile_callout_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_com… in compile_callout_matchingpath()
7228 static SLJIT_INLINE BOOL assert_needs_str_ptr_saving(pcre_uchar *cc) in assert_needs_str_ptr_saving()
7254 static pcre_uchar *compile_assert_matchingpath(compiler_common *common, pcre_uchar *cc, assert_back… in compile_assert_matchingpath()
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 …cre_uchar *compile_fail_accept_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_com… 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 …re_uchar *compile_control_verb_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_com… 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()
9626 pcre_uchar *cc = current->cc; in compile_iterator_backtrackingpath() local
9754 pcre_uchar *cc = current->cc; in compile_ref_iterator_backtrackingpath() local
9805 pcre_uchar *cc = current->cc; in compile_assert_backtrackingpath() local
9876 pcre_uchar *cc = current->cc; in compile_bracket_backtrackingpath() local
10677 pcre_uchar *cc = common->start + common->currententry->start; in compile_recurse() local