Searched refs:OP_lengths (Results 1 – 11 of 11) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_find_bracket.c | 91 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 D | pcre2_pattern_info.c | 361 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 D | pcre2_printint.c | 61 #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 D | pcre2_study.c | 276 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 D | pcre2_auto_possess.c | 555 code += PRIV(OP_lengths)[c]; in compare_opcodes() 642 code += PRIV(OP_lengths)[c]; in compare_opcodes() 651 code += PRIV(OP_lengths)[c]; in compare_opcodes() 683 code += PRIV(OP_lengths)[c]; in compare_opcodes() 1274 code += PRIV(OP_lengths)[c]; in PRIV()
|
H A D | pcre2_match.c | 786 Fecode += PRIV(OP_lengths)[*Fecode]; in match() 4991 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM8); in match() 5064 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM1); in match() 5071 Fecode += PRIV(OP_lengths)[*Fecode]; in match() 5100 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM2); in match() 5210 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM3); in match() 5245 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM4); in match() 5941 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM13); in match() 5954 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM14); in match() 5967 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM16); in match() [all …]
|
H A D | pcre2_compile.c | 4773 code += PRIV(OP_lengths)[*code]; in first_significant_code() 4788 code += PRIV(OP_lengths)[*code]; in first_significant_code() 4812 code += code[1] + PRIV(OP_lengths)[*code]; in first_significant_code() 6754 code += PRIV(OP_lengths)[OP_CALLOUT]; in compile_branch() 7580 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch() 7595 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch() 8306 code + PRIV(OP_lengths)[*code], FALSE); in is_anchored() 8411 code + PRIV(OP_lengths)[*code], FALSE); in is_startline() 8423 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline() 8584 code += PRIV(OP_lengths)[c]; in find_recurse()
|
H A D | pcre2_internal.h | 1895 extern const uint8_t PRIV(OP_lengths)[];
|
H A D | pcre2_tables.c | 60 const uint8_t PRIV(OP_lengths)[] = { OP_LENGTHS }; variable
|
H A D | pcre2_dfa_match.c | 360 (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] : in do_callout()
|
H A D | pcre2_jit_compile.c | 961 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() 9524 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2 * LINK_SIZE); in compile_callout_matchingpath() 9613 cc += PRIV(OP_lengths)[*cc]; in assert_needs_str_ptr_saving()
|
Completed in 99 milliseconds