Searched refs:has_alternatives (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 1996 BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT; in set_then_offsets() local 2003 has_alternatives = FALSE; in set_then_offsets() 2006 if (has_alternatives) in set_then_offsets() 2015 if (*cc == OP_ALT && has_alternatives) in set_then_offsets() 6856 … *common, pcre_uchar ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_c… in match_once_common() argument 6868 if (ket != OP_KET || has_alternatives) in match_once_common() 6874 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? sizeof(sljit_… in match_once_common() 6887 stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1; in match_once_common() 6997 BOOL has_alternatives; in compile_bracket_matchingpath() local 7042 has_alternatives = *cc == OP_ALT; in compile_bracket_matchingpath() [all …]
|