Lines Matching refs:needs_control_head
1937 …compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, BOOL *needs_control_head) in get_framesize() argument
1949 *needs_control_head = TRUE; in get_framesize()
1951 *needs_control_head = FALSE; in get_framesize()
1993 *needs_control_head = TRUE; in get_framesize()
2034 *needs_control_head = TRUE; in get_framesize()
9641 BOOL needs_control_head; in compile_recurse_matchingpath() local
9646 if (get_framesize(common, common->start + start, NULL, TRUE, &needs_control_head) == no_stack) in compile_recurse_matchingpath()
9862 BOOL needs_control_head; in compile_assert_matchingpath() local
9894 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_assert_matchingpath()
9917 if (needs_control_head) in compile_assert_matchingpath()
9926 if (needs_control_head) in compile_assert_matchingpath()
9932 if (needs_control_head) in compile_assert_matchingpath()
9941 extrasize = needs_control_head ? 3 : 2; in compile_assert_matchingpath()
9947 if (needs_control_head) in compile_assert_matchingpath()
9951 if (needs_control_head) in compile_assert_matchingpath()
10015 if (needs_control_head) in compile_assert_matchingpath()
10024 if (needs_control_head) in compile_assert_matchingpath()
10030 if (needs_control_head) in compile_assert_matchingpath()
10043 … OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), needs_control_head ? STACK(-2) : STACK(-1)); in compile_assert_matchingpath()
10115 if (needs_control_head) in compile_assert_matchingpath()
10283 …RE2_UCHAR ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_control_head) in match_once_common() argument
10294 stacksize = needs_control_head ? 1 : 0; in match_once_common()
10302 if (needs_control_head) in match_once_common()
10318 if (needs_control_head) in match_once_common()
10327 if (needs_control_head) in match_once_common()
10462 BOOL needs_control_head = FALSE; in compile_bracket_matchingpath() local
10534 …bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_control_head); in compile_bracket_matchingpath()
10616 if (needs_control_head) in compile_bracket_matchingpath()
10628 if (!needs_control_head) in compile_bracket_matchingpath()
10643 if (needs_control_head) in compile_bracket_matchingpath()
10651 if (needs_control_head) in compile_bracket_matchingpath()
10655 …, SLJIT_MEM1(SLJIT_SP), private_data_ptr, STACK_TOP, 0, SLJIT_IMM, needs_control_head ? (2 * sizeo… in compile_bracket_matchingpath()
10669 if (needs_control_head) in compile_bracket_matchingpath()
10675 stacksize = needs_control_head ? 1 : 0; in compile_bracket_matchingpath()
10842 …KTRACK_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_control_head); in compile_bracket_matchingpath()
11001 … (int)((unsigned)BACKTRACK_AS(bracket_backtrack)->u.framesize << 1) | (needs_control_head ? 1 : 0); in compile_bracket_matchingpath()
11013 BOOL needs_control_head; in compile_bracketpos_matchingpath() local
11057 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_bracketpos_matchingpath()
11070 if (needs_control_head) in compile_bracketpos_matchingpath()
11090 if (needs_control_head) in compile_bracketpos_matchingpath()
11100 if (needs_control_head) in compile_bracketpos_matchingpath()
11106 if (needs_control_head) in compile_bracketpos_matchingpath()
11110 if (needs_control_head) in compile_bracketpos_matchingpath()
11121 if (needs_control_head) in compile_bracketpos_matchingpath()
11129 if (needs_control_head) in compile_bracketpos_matchingpath()
11139 if (needs_control_head) in compile_bracketpos_matchingpath()
11190 if (needs_control_head) in compile_bracketpos_matchingpath()
11221 if (needs_control_head) in compile_bracketpos_matchingpath()
12059 BOOL needs_control_head; in compile_then_trap_matchingpath() local
12066 …_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_control_head); in compile_then_trap_matchingpath()
12673 BOOL needs_control_head = FALSE; in compile_bracket_backtrackingpath() local
12717 needs_control_head = (CURRENT_AS(bracket_backtrack)->u.framesize & 0x1) != 0; in compile_bracket_backtrackingpath()
12904 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(needs_control_head ? 1 : 0)); in compile_bracket_backtrackingpath()
12920 …URRENT_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_control_head); in compile_bracket_backtrackingpath()
13053 stacksize = needs_control_head ? 1 : 0; in compile_bracket_backtrackingpath()