Lines Matching refs:needs_control_head

1240 …mpiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL recursive, BOOL* needs_control_head)  in get_framesize()  argument
1252 *needs_control_head = TRUE; in get_framesize()
1254 *needs_control_head = FALSE; in get_framesize()
1295 *needs_control_head = TRUE; in get_framesize()
1537 …ta_copy_length(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL needs_control_head) in get_private_data_copy_length() argument
1539 int private_data_length = needs_control_head ? 3 : 2; in get_private_data_copy_length()
1658 BOOL save, int stackptr, int stacktop, BOOL needs_control_head) in copy_private_data() argument
1679 stackptr += (needs_control_head ? 2 : 1) * sizeof(sljit_sw); in copy_private_data()
1704 if (needs_control_head) in copy_private_data()
6246 BOOL needs_control_head; in compile_recurse_matchingpath() local
6251 if (get_framesize(common, common->start + start, NULL, TRUE, &needs_control_head) == no_stack) in compile_recurse_matchingpath()
6411 BOOL needs_control_head; in compile_assert_matchingpath() local
6443 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_assert_matchingpath()
6462 extrasize = needs_control_head ? 2 : 1; in compile_assert_matchingpath()
6466 if (needs_control_head) in compile_assert_matchingpath()
6469 if (needs_control_head) in compile_assert_matchingpath()
6477 extrasize = needs_control_head ? 3 : 2; in compile_assert_matchingpath()
6482 if (needs_control_head) in compile_assert_matchingpath()
6485 if (needs_control_head) in compile_assert_matchingpath()
6547 if (needs_control_head) in compile_assert_matchingpath()
6556 if (needs_control_head) in compile_assert_matchingpath()
6562 if (needs_control_head) in compile_assert_matchingpath()
6572 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), needs_control_head ? sizeof(sljit_sw) : 0); in compile_assert_matchingpath()
6643 if (needs_control_head) in compile_assert_matchingpath()
6804 …cre_uchar ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_control_head) in match_once_common() argument
6815 stacksize = needs_control_head ? 1 : 0; in match_once_common()
6821 if (needs_control_head) in match_once_common()
6837 if (needs_control_head) in match_once_common()
6846 if (needs_control_head) in match_once_common()
6946 BOOL needs_control_head = FALSE; in compile_bracket_matchingpath() local
7023 …bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_control_head); in compile_bracket_matchingpath()
7108 if (needs_control_head) in compile_bracket_matchingpath()
7120 if (!needs_control_head) in compile_bracket_matchingpath()
7135 if (needs_control_head) in compile_bracket_matchingpath()
7143 if (needs_control_head) in compile_bracket_matchingpath()
7147 …, SLJIT_MEM1(SLJIT_SP), private_data_ptr, STACK_TOP, 0, SLJIT_IMM, needs_control_head ? (2 * sizeo… in compile_bracket_matchingpath()
7161 if (needs_control_head) in compile_bracket_matchingpath()
7167 stacksize = needs_control_head ? 1 : 0; in compile_bracket_matchingpath()
7324 …KTRACK_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_control_head); in compile_bracket_matchingpath()
7464 …->u.framesize = (BACKTRACK_AS(bracket_backtrack)->u.framesize << 1) | (needs_control_head ? 1 : 0); in compile_bracket_matchingpath()
7475 BOOL needs_control_head; in compile_bracketpos_matchingpath() local
7519 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_bracketpos_matchingpath()
7532 if (needs_control_head) in compile_bracketpos_matchingpath()
7552 if (needs_control_head) in compile_bracketpos_matchingpath()
7562 if (needs_control_head) in compile_bracketpos_matchingpath()
7568 if (needs_control_head) in compile_bracketpos_matchingpath()
7572 if (needs_control_head) in compile_bracketpos_matchingpath()
7583 if (needs_control_head) in compile_bracketpos_matchingpath()
7591 if (needs_control_head) in compile_bracketpos_matchingpath()
7601 if (needs_control_head) in compile_bracketpos_matchingpath()
7690 if (needs_control_head) in compile_bracketpos_matchingpath()
8189 BOOL needs_control_head; in compile_then_trap_matchingpath() local
8196 …_AS(then_trap_backtrack)->framesize = get_framesize(common, cc, ccend, FALSE, &needs_control_head); in compile_then_trap_matchingpath()
8817 BOOL needs_control_head = FALSE; in compile_bracket_backtrackingpath() local
8863 needs_control_head = (CURRENT_AS(bracket_backtrack)->u.framesize & 0x1) != 0; in compile_bracket_backtrackingpath()
9051 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_MEM1(STACK_TOP), STACK(needs_control_head ? 1 : 0)); in compile_bracket_backtrackingpath()
9061 …URRENT_AS(bracket_backtrack)->u.framesize, private_data_ptr, has_alternatives, needs_control_head); in compile_bracket_backtrackingpath()
9190 stacksize = needs_control_head ? 1 : 0; in compile_bracket_backtrackingpath()
9610 BOOL needs_control_head; in compile_recurse() local
9611 int framesize = get_framesize(common, cc, NULL, TRUE, &needs_control_head); in compile_recurse()
9612 int private_data_size = get_private_data_copy_length(common, ccbegin, ccend, needs_control_head); in compile_recurse()
9634 … private_data_size + framesize + alternativesize, framesize + alternativesize, needs_control_head); in compile_recurse()
9635 if (needs_control_head) in compile_recurse()
9709 … private_data_size + framesize + alternativesize, framesize + alternativesize, needs_control_head); in compile_recurse()
9711 if (needs_control_head) in compile_recurse()