Home
last modified time | relevance | path

Searched refs:GET2 (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_printint.c412 fprintf(f, "%3d %s", GET2(code,1), OP_names[*code]); in pcre2_printint()
420 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint()
425 c = GET2(code, 1); in pcre2_printint()
437 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint()
507 fprintf(f, "%d}", GET2(code,1)); in pcre2_printint()
524 fprintf(f, "%d}", GET2(code,1)); in pcre2_printint()
579 fprintf(f, "%d}", GET2(code,1)); in pcre2_printint()
595 fprintf(f, " %s \\%d", flag, GET2(code,1)); in pcre2_printint()
607 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint()
787 min = GET2(ccode,1); in pcre2_printint()
[all …]
H A Dpcre2_substring.c86 uint32_t n = GET2(entry, 0); in pcre2_substring_copy_byname()
174 uint32_t n = GET2(entry, 0); in pcre2_substring_get_byname()
281 uint32_t n = GET2(entry, 0); in pcre2_substring_length_byname()
511 (int)GET2(entry, 0) : PCRE2_ERROR_NOUNIQUESUBSTRING; in pcre2_substring_nametable_scan()
H A Dpcre2_study.c203 recno = (int)GET2(cc, 1+LINK_SIZE); in find_minlength()
333 branchlength += GET2(cc,1); in find_minlength()
341 branchlength += GET2(cc,1); in find_minlength()
447 branchlength += GET2(cc,1); in find_minlength()
478 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength()
481 GET2(cc, 1) * re->name_entry_size; in find_minlength()
490 recno = GET2(slot, 0); in find_minlength()
547 recno = GET2(cc, 1); in find_minlength()
620 min = GET2(cc, 1); in find_minlength()
644 recno = GET2(cs, 1+LINK_SIZE); in find_minlength()
[all …]
H A Dpcre2_find_bracket.c99 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV()
H A Dpcre2_match.c770 number = GET2(Fecode, 1); in match()
1130 Lmax = GET2(Fecode, 1); in match()
1138 Lmax = GET2(Fecode, 1); in match()
1146 Lmax = GET2(Fecode, 1); in match()
1483 Lmax = GET2(Fecode, 1); in match()
1491 Lmax = GET2(Fecode, 1); in match()
1524 Lmax = GET2(Fecode, 1); in match()
1894 Lmin = GET2(Fecode, 1); in match()
2557 Lmax = GET2(Fecode, 1); in match()
2586 Lmax = GET2(Fecode, 1); in match()
[all …]
H A Dpcre2_dfa_match.c1372 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
1406 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2022 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2051 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2093 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2133 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2170 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2503 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2548 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2650 if (count >= (int)GET2(ecode, 1)) in internal_dfa_match()
[all …]
H A Dpcre2_intmodedep.h62 #undef GET2
194 #define GET2(a,n) (unsigned int)(((a)[n] << 8) | (a)[(n)+1]) macro
199 #define GET2(a,n) a[n] macro
H A Dpcre2_jit_compile.c1601 min = GET2(cc, 1); in get_class_iterator_size()
5439 repeat = GET2(cc, 1); in scan_prefix()
5570 repeat = GET2(cc, 1); in scan_prefix()
5580 repeat = GET2(cc, 1); in scan_prefix()
5632 repeat = GET2(cc, 1); in scan_prefix()
5692 if (GET2(cc, 1) != GET2(cc, 1 + IMM2_SIZE)) in scan_prefix()
8945 offset = GET2(slot, 0) << 1; in compile_dnref_search()
8972 offset = GET2(cc, 1) << 1; in compile_ref_matchingpath()
11088 *exact = GET2(cc, 0); in get_iterator_parameters()
11106 *max = GET2(cc, 0); in get_iterator_parameters()
[all …]
H A Dpcre2_substitute.c679 uint32_t ng = GET2(entry, 0); in pcre2_substitute()
694 if (group < 0) group = GET2(first, 0); in pcre2_substitute()
H A Dpcre2_auto_possess.c486 list[1] = (GET2(end, 1) == 0); in get_chr_property_list()
H A Dpcre2_compile.c5235 groupnumber = GET2(slot,0); in find_dupname_details()
8038 capnumber = GET2(code, 1 + LINK_SIZE); in compile_regex()
8291 int n = GET2(scode, 1+LINK_SIZE); in is_anchored()
8429 int n = GET2(scode, 1+LINK_SIZE); in is_startline()

Completed in 113 milliseconds