Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c372 BOOL has_then; member
868 common->has_then = TRUE; in check_opcode_types()
886 common->has_then = TRUE; in check_opcode_types()
8225 if (common->has_then && common->then_offsets[cc - common->start] != 0) in compile_matchingpath()
9930 …ta_ptrs = (sljit_si *)SLJIT_MALLOC(total_length * (sizeof(sljit_si) + (common->has_then ? 1 : 0))); in PRIV()
9947 if (common->has_then) in PRIV()