Home
last modified time | relevance | path

Searched refs:OP_DIGIT (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c385 case OP_DIGIT: in get_chr_property_list()
787 case OP_DIGIT: in compare_opcodes()
995 case OP_DIGIT: in compare_opcodes()
H A Dpcre2_study.c357 case OP_DIGIT: in find_minlength()
1187 case OP_DIGIT: in set_start_bits()
1428 case OP_DIGIT: in set_start_bits()
1557 case OP_DIGIT: in set_start_bits()
H A Dpcre2_dfa_match.c1085 case OP_DIGIT: in internal_dfa_match()
1309 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1340 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1370 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1398 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1427 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
H A Dpcre2_match.c2317 case OP_DIGIT: in match()
3161 case OP_DIGIT: in match()
3428 case OP_DIGIT: in match()
3928 case OP_DIGIT: in match()
4072 case OP_DIGIT: in match()
4622 case OP_DIGIT: in match()
4884 case OP_DIGIT: in match()
H A Dpcre2_internal.h1403 OP_DIGIT, /* 7 \d */ enumerator
H A Dpcre2_jit_compile.c924 case OP_DIGIT: in next_opcode()
1339 case OP_DIGIT: in detect_early_fail()
2143 case OP_DIGIT: in get_framesize()
5747 case OP_DIGIT: in scan_prefix()
8908 case OP_DIGIT: in compile_char1_matchingpath()
8920 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
12450 case OP_DIGIT: in compile_matchingpath()

Completed in 78 milliseconds