Searched refs:OP_SBRA (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c126 case OP_SBRA:
921 case OP_SBRA:
H A Dpcre_printint.c402 case OP_SBRA:
H A Dpcre_exec.c982 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1058 case OP_SBRA:
1063 if (op >= OP_SBRA || op == OP_ONCE)
1164 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1243 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1799 cbegroup = (*callpat >= OP_SBRA);
1912 if (*prev >= OP_SBRA || *prev == OP_ONCE)
2044 if (*prev >= OP_SBRA) /* Could match an empty string */
H A Dpcre_compile.c1999 case OP_SBRA:
2447 if (c == OP_SBRA || c == OP_SBRAPOS ||
6147 convert the initial operator to the S form (e.g. OP_BRA -> OP_SBRA) so
6194 *bracode += OP_SBRA - OP_BRA;
8401 op == OP_SBRA || op == OP_SBRAPOS)
8519 op == OP_SBRA || op == OP_SBRAPOS)
H A Dpcre_jit_compile.c657 case OP_SBRA:
807 case OP_SBRA:
1118 case OP_SBRA:
1561 case OP_SBRA:
1738 case OP_SBRA:
6895 OP_SBRA | OP_KETRMAX 0 L M S ( L M S )*
6897 OP_SBRA | OP_KETRMIN 0 L M S ( L M S )*
6907 OP_BRAZERO | OP_SBRA | OP_KETRMAX S 0 ( L M S )*
6909 OP_BRAMINZERO | OP_SBRA | OP_KETRMIN S 0 ( L M S )*
7016 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcod
[all...]
H A Dpcre_dfa_exec.c825 case OP_SBRA:

Completed in 94 milliseconds