Searched refs:OP_BRAZERO (Results 1 - 5 of 5) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c667 case OP_BRAZERO:
973 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO)
999 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO;
6435 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO)
6573 else if (bra == OP_BRAZERO)
6649 if (conditional || bra == OP_BRAZERO)
6655 if (bra == OP_BRAZERO)
6668 if (bra == OP_BRAZERO)
6678 if (bra != OP_BRAZERO)
6688 if (bra == OP_BRAZERO)
[all...]
H A Dpcre_study.c199 case OP_BRAZERO:
975 case OP_BRAZERO:
H A Dpcre_compile.c1945 case OP_BRAZERO:
2435 if (c == OP_BRAZERO || c == OP_BRAMINZERO || c == OP_SKIPZERO ||
3167 case OP_BRAZERO:
3936 optional (i.e. the minimum quantifier is zero), OP_BRAZERO or OP_SKIPZERO is
5898 OP_BRAZERO in front of it, and because the group appears once in the
5940 *previous++ = OP_BRAZERO + repeat_type;
5944 in a nested fashion, sticking OP_BRAZERO before each set of brackets.
5958 *previous++ = OP_BRAZERO + repeat_type;
6084 *code++ = OP_BRAZERO + repeat_type;
6156 the group is preceded by OP_BRAZERO, conver
[all...]
H A Dpcre_dfa_exec.c847 case OP_BRAZERO:
H A Dpcre_exec.c1869 case OP_BRAZERO:

Completed in 69 milliseconds