Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c368 case OP_DIGIT: in get_chr_property_list()
763 case OP_DIGIT: in compare_opcodes()
971 case OP_DIGIT: in compare_opcodes()
H A Dpcre2_study.c354 case OP_DIGIT: in find_minlength()
1338 case OP_DIGIT: in set_start_bits()
1467 case OP_DIGIT: in set_start_bits()
H A Dpcre2_dfa_match.c1083 case OP_DIGIT: in internal_dfa_match()
1278 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1309 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1339 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1367 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
1396 else if ((c >= 256 && d != OP_DIGIT && d != OP_WHITESPACE && d != OP_WORDCHAR) || in internal_dfa_match()
H A Dpcre2_match.c2249 case OP_DIGIT: in match()
2997 case OP_DIGIT: in match()
3264 case OP_DIGIT: in match()
3693 case OP_DIGIT: in match()
3837 case OP_DIGIT: in match()
4320 case OP_DIGIT: in match()
4582 case OP_DIGIT: in match()
H A Dpcre2_internal.h1354 OP_DIGIT, /* 7 \d */ enumerator
H A Dpcre2_jit_compile.c878 case OP_DIGIT: in next_opcode()
1283 case OP_DIGIT: in detect_early_fail()
2044 case OP_DIGIT: in get_framesize()
5515 case OP_DIGIT: in scan_prefix()
8435 case OP_DIGIT: in compile_char1_matchingpath()
8447 add_jump(compiler, backtracks, JUMP(type == OP_DIGIT ? SLJIT_ZERO : SLJIT_NOT_ZERO)); in compile_char1_matchingpath()
11815 case OP_DIGIT: in compile_matchingpath()

Completed in 116 milliseconds