Lines Matching refs:BOOL

306       BOOL enabled;
338 BOOL inlined_pattern;
423 BOOL allow_empty_partial;
425 BOOL might_be_empty;
427 BOOL has_set_som;
429 BOOL has_skip_arg;
431 BOOL has_then;
433 BOOL has_skip_in_assert_back;
435 BOOL local_quit_available;
437 BOOL in_positive_assertion;
480 BOOL unset_backref;
481 BOOL alt_circumflex;
483 BOOL utf;
484 BOOL invalid_utf;
485 BOOL ucp;
1068 static BOOL check_opcode_types(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend) in check_opcode_types()
1240 sljit_s32 depth, int start, BOOL fast_forward_allowed) in detect_early_fail()
1246 BOOL prev_fast_forward_allowed; in detect_early_fail()
1608 static BOOL detect_repeat(compiler_common *common, PCRE2_SPTR begin) in detect_repeat()
1753 BOOL repeat_check = TRUE; in set_private_data_ptrs()
1932 …amesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, BOOL *needs_cont… in get_framesize()
1936 BOOL stack_restore = FALSE; in get_framesize()
1937 BOOL setsom_found = recursive; in get_framesize()
1938 BOOL setmark_found = recursive; in get_framesize()
1940 BOOL capture_last_found = FALSE; in get_framesize()
2121 BOOL setsom_found = FALSE; in init_frame()
2122 BOOL setmark_found = FALSE; in init_frame()
2124 BOOL capture_last_found = FALSE; in init_frame()
2319 BOOL *needs_control_head, BOOL *has_quit, BOOL *has_accept) in get_recurse_data_length()
2324 BOOL quit_found = FALSE; in get_recurse_data_length()
2325 BOOL accept_found = FALSE; in get_recurse_data_length()
2326 BOOL setsom_found = FALSE; in get_recurse_data_length()
2327 BOOL setmark_found = FALSE; in get_recurse_data_length()
2328 BOOL capture_last_found = FALSE; in get_recurse_data_length()
2329 BOOL control_head_found = FALSE; in get_recurse_data_length()
2545 int type, int stackptr, int stacktop, BOOL has_quit) in copy_recurse_data()
2554 BOOL setsom_found = FALSE; in copy_recurse_data()
2555 BOOL setmark_found = FALSE; in copy_recurse_data()
2556 BOOL capture_last_found = FALSE; in copy_recurse_data()
2557 BOOL control_head_found = FALSE; in copy_recurse_data()
2966 BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT; in set_then_offsets()
3003 static SLJIT_INLINE BOOL is_powerof2(unsigned int value) in is_powerof2()
3283 BOOL has_pre; in copy_ovector()
3438 static SLJIT_INLINE BOOL char_has_othercase(compiler_common *common, PCRE2_SPTR cc) in char_has_othercase()
3550 static void check_partial(compiler_common *common, BOOL force) in check_partial()
4025 static BOOL is_char7_bitset(const sljit_u8 *bitset, BOOL nclass) in is_char7_bitset()
4042 static void read_char7_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char7_type()
4079 static void read_char8_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char8_type()
4198 static void move_back(compiler_common *common, jump_list **backtracks, BOOL must_be_valid) in move_back()
4285 static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jum… in check_newlinechar()
5154 BOOL hascrorlf = (common->re->flags & PCRE2_HASCRORLF) != 0; in mainloop_entry()
5155 BOOL newlinecheck = FALSE; in mainloop_entry()
5156 BOOL readuchar = FALSE; 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()
5369 BOOL last, any, class, caseless; in scan_prefix()
5794 static BOOL check_fast_forward_char_pair_simd(compiler_common *common, fast_forward_char_data *char… in check_fast_forward_char_pair_simd()
5848 BOOL has_match_end = (common->match_end_ptr != 0); in fast_forward_first_char2()
5927 static SLJIT_INLINE BOOL fast_forward_first_n_chars(compiler_common *common) in fast_forward_first_n_chars()
5939 BOOL in_range; in fast_forward_first_n_chars()
6340 static BOOL optimize_class(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert,…
6414 …arch_requested_char(compiler_common *common, PCRE2_UCHAR req_char, BOOL caseless, BOOL has_firstch… in search_requested_char()
6705 static BOOL optimize_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL in optimize_class_ranges()
6857 static BOOL optimize_class_chars(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL i… in optimize_class_chars()
6958 static BOOL optimize_class(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert,… in optimize_class()
7238 static PCRE2_SPTR byte_sequence_compare(compiler_common *common, BOOL caseless, PCRE2_SPTR cc, in byte_sequence_compare()
7413 …piler_common *common, PCRE2_UCHAR type, PCRE2_SPTR cc, jump_list **backtracks, BOOL check_str_ptr);
7425 BOOL utf = common->utf; in compile_xclass_matchingpath()
7429 BOOL needstype = FALSE, needsscript = FALSE, needschar = FALSE; in compile_xclass_matchingpath()
7430 BOOL charsaved = FALSE; in compile_xclass_matchingpath()
8298 BOOL first = TRUE; in do_extuni_utf()
8366 BOOL first = TRUE; in do_extuni_utf_invalid()
8497 …mpiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR cc, jump_list **backtracks, BOOL check_str_ptr) in compile_char1_matchingpath()
9030 …th(compiler_common *common, PCRE2_SPTR cc, jump_list **backtracks, BOOL withchecks, BOOL emptyfail) in compile_ref_matchingpath()
9033 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()
9198 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()
9207 BOOL minimize; in compile_ref_iterator_matchingpath()
9410 BOOL needs_control_head; in compile_recurse_matchingpath()
9595 static SLJIT_INLINE BOOL assert_needs_str_ptr_saving(PCRE2_SPTR cc) in assert_needs_str_ptr_saving()
9625 …matchingpath(compiler_common *common, PCRE2_SPTR cc, assert_backtrack *backtrack, BOOL conditional) in compile_assert_matchingpath()
9630 BOOL local_quit_available = FALSE; in compile_assert_matchingpath()
9631 BOOL needs_control_head; in compile_assert_matchingpath()
9641 BOOL save_local_quit_available = common->local_quit_available; in compile_assert_matchingpath()
9642 BOOL save_in_positive_assertion = common->in_positive_assertion; in compile_assert_matchingpath()
10052 …*common, PCRE2_UCHAR ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_c… in match_once_common()
10230 BOOL has_alternatives; in compile_bracket_matchingpath()
10231 BOOL needs_control_head = FALSE; in compile_bracket_matchingpath()
10782 BOOL needs_control_head; in compile_bracketpos_matchingpath()
10786 BOOL zero = FALSE; in compile_bracketpos_matchingpath()
11212 BOOL charpos_enabled; in compile_iterator_matchingpath()
11226 BOOL use_tmp; in compile_iterator_matchingpath()
11775 BOOL optimized_cbracket = common->optimized_cbracket[offset] != 0; in compile_close_matchingpath()
11828 BOOL needs_control_head; in compile_then_trap_matchingpath()
11859 BOOL has_then_trap = FALSE; in compile_matchingpath()
12318 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()
12441 BOOL has_alternatives; in compile_bracket_backtrackingpath()
12442 BOOL needs_control_head = FALSE; in compile_bracket_backtrackingpath()
13251 BOOL needs_control_head; in compile_recurse()
13252 BOOL has_quit; in compile_recurse()
13253 BOOL has_accept; in compile_recurse()