Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c91 code += PRIV(OP_lengths)[c]; in PRIV()
101 code += PRIV(OP_lengths)[c]; in PRIV()
144 code += PRIV(OP_lengths)[c]; in PRIV()
H A Dpcre2_pattern_info.c361 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate()
380 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate()
397 cc += PRIV(OP_lengths)[*cc] + cc[1]; in pcre2_callout_enumerate()
409 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate()
426 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate()
H A Dpcre2_printint.c61 #define OP_lengths PCRE2_SUFFIX(OP_lengths_) macro
73 static const uint8_t OP_lengths[] = { OP_LENGTHS }; variable
342 (sizeof(OP_lengths) == OP_TABLE_LENGTH)): in pcre2_printint()
593 ccode = code + OP_lengths[*code]; in pcre2_printint()
606 ccode = code + OP_lengths[*code]; in pcre2_printint()
777 extra += OP_lengths[*ccode]; in pcre2_printint()
789 extra += OP_lengths[*ccode]; in pcre2_printint()
827 code += OP_lengths[*code] + extra; in pcre2_printint()
H A Dpcre2_study.c263 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
276 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
387 cc += PRIV(OP_lengths)[op]; in find_minlength()
395 cc += PRIV(OP_lengths)[op]; in find_minlength()
409 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
411 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
701 cc += PRIV(OP_lengths)[op]; in find_minlength()
714 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength()
726 cc += PRIV(OP_lengths)[op]; in find_minlength()
1029 tcode += PRIV(OP_lengths)[OP_CIRC]; in set_start_bits()
[all …]
H A Dpcre2_auto_possess.c551 code += PRIV(OP_lengths)[c]; in compare_opcodes()
623 code += PRIV(OP_lengths)[c]; in compare_opcodes()
632 code += PRIV(OP_lengths)[c]; in compare_opcodes()
663 code += PRIV(OP_lengths)[c]; in compare_opcodes()
1248 code += PRIV(OP_lengths)[c]; in PRIV()
H A Dpcre2_match.c766 Fecode += PRIV(OP_lengths)[*Fecode]; in match()
4916 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM8); in match()
4989 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM1); in match()
4996 Fecode += PRIV(OP_lengths)[*Fecode]; in match()
5024 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM2); in match()
5132 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM3); in match()
5167 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM4); in match()
5836 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM13); in match()
5849 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM14); in match()
5862 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM16); in match()
[all …]
H A Dpcre2_compile.c4390 code += PRIV(OP_lengths)[*code]; in first_significant_code()
4405 code += PRIV(OP_lengths)[*code]; in first_significant_code()
6314 code += PRIV(OP_lengths)[OP_CALLOUT]; in compile_branch()
7124 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch()
7139 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch()
7838 code + PRIV(OP_lengths)[*code], FALSE); in is_anchored()
7943 code + PRIV(OP_lengths)[*code], FALSE); in is_startline()
7955 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
8116 code += PRIV(OP_lengths)[c]; in find_recurse()
H A Dpcre2_internal.h1840 extern const uint8_t PRIV(OP_lengths)[];
H A Dpcre2_tables.c60 const uint8_t PRIV(OP_lengths)[] = { OP_LENGTHS }; variable
H A Dpcre2_jit_compile.c747 return cc + PRIV(OP_lengths)[*cc]; in next_opcode()
805 cc += PRIV(OP_lengths)[*cc]; in next_opcode()
825 return cc + PRIV(OP_lengths)[*cc] - 1; in next_opcode()
928 cc += (*cc == OP_CALLOUT) ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2*LINK_SIZE); in check_opcode_types()
8265 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2 * LINK_SIZE); in compile_callout_matchingpath()
8354 cc += PRIV(OP_lengths)[*cc]; in assert_needs_str_ptr_saving()
H A Dpcre2_dfa_match.c353 (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] : in do_callout()

Completed in 125 milliseconds