Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c443 fprintf(f, "%3d %s", GET2(code,1), OP_names[*code]); in pcre2_printint()
451 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint()
456 c = GET2(code, 1); in pcre2_printint()
468 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint()
538 fprintf(f, "%d}", GET2(code,1)); in pcre2_printint()
555 fprintf(f, "%d}", GET2(code,1)); in pcre2_printint()
610 fprintf(f, "%d}", GET2(code,1)); in pcre2_printint()
626 fprintf(f, " %s \\%d", flag, GET2(code,1)); in pcre2_printint()
638 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE)); in pcre2_printint()
819 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_match.c784 number = GET2(Fecode, 1); in match()
1147 Lmax = GET2(Fecode, 1); in match()
1155 Lmax = GET2(Fecode, 1); in match()
1163 Lmax = GET2(Fecode, 1); in match()
1500 Lmax = GET2(Fecode, 1); in match()
1508 Lmax = GET2(Fecode, 1); in match()
1541 Lmax = GET2(Fecode, 1); in match()
1911 Lmin = GET2(Fecode, 1); in match()
2596 Lmax = GET2(Fecode, 1); in match()
2625 Lmax = GET2(Fecode, 1); in match()
[all …]
H A Dpcre2_find_bracket.c99 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV()
H A Dpcre2_dfa_match.c1386 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
1420 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2079 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2108 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2150 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2190 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2227 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2560 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2605 if (++count >= (int)GET2(code, 1)) in internal_dfa_match()
2707 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_substitute.c701 uint32_t ng = GET2(entry, 0); in pcre2_substitute()
716 if (group < 0) group = GET2(first, 0); in pcre2_substitute()
H A Dpcre2_jit_compile.c1599 min = GET2(cc, 1); in get_class_iterator_size()
5517 repeat = GET2(cc, 1); in scan_prefix()
5648 repeat = GET2(cc, 1); in scan_prefix()
5658 repeat = GET2(cc, 1); in scan_prefix()
5710 repeat = GET2(cc, 1); in scan_prefix()
5770 if (GET2(cc, 1) != GET2(cc, 1 + IMM2_SIZE)) in scan_prefix()
9253 offset = GET2(slot, 0) << 1; in compile_dnref_search()
9280 offset = GET2(cc, 1) << 1; in compile_ref_matchingpath()
11396 *exact = GET2(cc, 0); in get_iterator_parameters()
11414 *max = GET2(cc, 0); in get_iterator_parameters()
[all …]
H A Dpcre2_auto_possess.c503 list[1] = (GET2(end, 1) == 0); in get_chr_property_list()
H A Dpcre2_compile.c5344 groupnumber = GET2(slot,0); in find_dupname_details()
8165 capnumber = GET2(code, 1 + LINK_SIZE); in compile_regex()
8418 int n = GET2(scode, 1+LINK_SIZE); in is_anchored()
8556 int n = GET2(scode, 1+LINK_SIZE); in is_startline()

Completed in 89 milliseconds