Home
last modified time | relevance | path

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

/PHP-8.0/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()
596 ccode = code + OP_lengths[*code]; in pcre2_printint()
609 ccode = code + OP_lengths[*code]; in pcre2_printint()
781 extra += OP_lengths[*ccode]; in pcre2_printint()
793 extra += OP_lengths[*ccode]; in pcre2_printint()
831 code += OP_lengths[*code] + extra; in pcre2_printint()
H A Dpcre2_study.c276 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
289 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
400 cc += PRIV(OP_lengths)[op]; in find_minlength()
408 cc += PRIV(OP_lengths)[op]; in find_minlength()
422 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
424 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
723 cc += PRIV(OP_lengths)[op]; in find_minlength()
736 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength()
748 cc += PRIV(OP_lengths)[op]; in find_minlength()
1072 tcode += PRIV(OP_lengths)[OP_CIRC]; in set_start_bits()
[all …]
H A Dpcre2_auto_possess.c554 code += PRIV(OP_lengths)[c]; in compare_opcodes()
641 code += PRIV(OP_lengths)[c]; in compare_opcodes()
650 code += PRIV(OP_lengths)[c]; in compare_opcodes()
682 code += PRIV(OP_lengths)[c]; in compare_opcodes()
1269 code += PRIV(OP_lengths)[c]; in PRIV()
H A Dpcre2_match.c786 Fecode += PRIV(OP_lengths)[*Fecode]; in match()
4989 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM8); in match()
5062 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM1); in match()
5069 Fecode += PRIV(OP_lengths)[*Fecode]; in match()
5098 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM2); in match()
5208 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM3); in match()
5243 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM4); in match()
5939 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM13); in match()
5952 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM14); in match()
5965 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM16); in match()
[all …]
H A Dpcre2_compile.c4751 code += PRIV(OP_lengths)[*code]; in first_significant_code()
4766 code += PRIV(OP_lengths)[*code]; in first_significant_code()
4790 code += code[1] + PRIV(OP_lengths)[*code]; in first_significant_code()
6732 code += PRIV(OP_lengths)[OP_CALLOUT]; in compile_branch()
7558 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch()
7573 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch()
8274 code + PRIV(OP_lengths)[*code], FALSE); in is_anchored()
8379 code + PRIV(OP_lengths)[*code], FALSE); in is_startline()
8391 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
8552 code += PRIV(OP_lengths)[c]; in find_recurse()
H A Dpcre2_internal.h1895 extern const uint8_t PRIV(OP_lengths)[];
H A Dpcre2_tables.c60 const uint8_t PRIV(OP_lengths)[] = { OP_LENGTHS }; variable
H A Dpcre2_dfa_match.c360 (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] : in do_callout()
H A Dpcre2_jit_compile.c961 return cc + PRIV(OP_lengths)[*cc]; in next_opcode()
1019 cc += PRIV(OP_lengths)[*cc]; in next_opcode()
1039 return cc + PRIV(OP_lengths)[*cc] - 1; in next_opcode()
1158 cc += (*cc == OP_CALLOUT) ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2*LINK_SIZE); in check_opcode_types()
9447 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2 * LINK_SIZE); in compile_callout_matchingpath()
9536 cc += PRIV(OP_lengths)[*cc]; in assert_needs_str_ptr_saving()

Completed in 153 milliseconds