Home
last modified time | relevance | path

Searched refs:has_then (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c457 BOOL has_then; member
1218 common->has_then = TRUE; in check_opcode_types()
1237 common->has_then = TRUE; in check_opcode_types()
12421 if (common->has_then && common->then_offsets[cc - common->start] != 0) in compile_matchingpath()
14275 …= (sljit_s32*)SLJIT_MALLOC(total_length * (sizeof(sljit_s32) + (common->has_then ? 1 : 0)), alloca… in jit_compile()
14299 if (common->has_then) in jit_compile()

Completed in 34 milliseconds