Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c119 if (*code >= OP_SBRA && *code <= OP_SCOND) return 0; in find_minlength()
174 case OP_SBRA: in find_minlength()
1070 case OP_SBRA: in set_start_bits()
H A Dpcre2_printint.c384 case OP_SBRA: in pcre2_printint()
H A Dpcre2_jit_compile.c724 case OP_SBRA: in next_opcode()
1379 case OP_SBRA: in set_private_data_ptrs()
1955 case OP_SBRA: in get_recurse_data_length()
2278 case OP_SBRA: in copy_recurse_data()
9041 if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
9188 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
9386 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
10640 case OP_SBRA: in compile_matchingpath()
11083 else if (opcode >= OP_SBRA || opcode == OP_ONCE) in compile_bracket_backtrackingpath()
11371 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_internal.h1503 OP_SBRA, /* 136 Start of non-capturing bracket, check empty */ enumerator
H A Dpcre2_compile.c6897 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
7844 op == OP_SBRA || op == OP_SBRAPOS) in is_anchored()
7982 op == OP_SBRA || op == OP_SBRAPOS) in is_startline()
H A Dpcre2_dfa_match.c902 case OP_SBRA: in internal_dfa_match()
H A Dpcre2_match.c5017 case OP_SBRA: in match()

Completed in 111 milliseconds