Searched defs:has_alternatives (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcre_jit_compile.c1980 BOOL has_alternatives = cc[GET(cc, 1)] == OP_ALT; local
1987 has_alternatives = FALSE;
1990 if (has_alternatives)
1999 if (*cc == OP_ALT && has_alternatives)
6804 static SLJIT_INLINE void match_once_common(compiler_common *common, pcre_uchar ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_control_head) argument
6816 if (ket != OP_KET || has_alternatives)
6822 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(STACK_TOP), (ket != OP_KET || has_alternatives) ? sizeof(sljit_sw) : 0);
6835 stacksize = (ket != OP_KET || has_alternatives) ? 2 : 1;
6945 BOOL has_alternatives; local
6990 has_alternatives
8816 BOOL has_alternatives; local
[all...]

Completed in 666 milliseconds