Searched refs:OP_lengths (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/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 373 (sizeof(OP_lengths) == OP_TABLE_LENGTH)): in pcre2_printint() 627 ccode = code + OP_lengths[*code]; in pcre2_printint() 640 ccode = code + OP_lengths[*code]; in pcre2_printint() 813 extra += OP_lengths[*ccode]; in pcre2_printint() 825 extra += OP_lengths[*ccode]; in pcre2_printint() 863 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_tables.c | 60 const uint8_t PRIV(OP_lengths)[] = { OP_LENGTHS }; variable
|
H A D | pcre2_auto_possess.c | 572 code += PRIV(OP_lengths)[c]; in compare_opcodes() 659 code += PRIV(OP_lengths)[c]; in compare_opcodes() 668 code += PRIV(OP_lengths)[c]; in compare_opcodes() 700 code += PRIV(OP_lengths)[c]; in compare_opcodes() 1291 code += PRIV(OP_lengths)[c]; in PRIV()
|
H A D | pcre2_match.c | 800 Fecode += PRIV(OP_lengths)[*Fecode]; in match() 5198 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM8); in match() 5271 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM1); in match() 5278 Fecode += PRIV(OP_lengths)[*Fecode]; in match() 5307 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM2); in match() 5417 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM3); in match() 5452 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM4); in match() 6148 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM13); in match() 6161 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM14); in match() 6174 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM16); in match() [all …]
|
H A D | pcre2_compile.c | 4860 code += PRIV(OP_lengths)[*code]; in first_significant_code() 4875 code += PRIV(OP_lengths)[*code]; in first_significant_code() 4899 code += code[1] + PRIV(OP_lengths)[*code]; in first_significant_code() 6844 code += PRIV(OP_lengths)[OP_CALLOUT]; in compile_branch() 7675 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch() 7690 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch() 8401 code + PRIV(OP_lengths)[*code], FALSE); in is_anchored() 8506 code + PRIV(OP_lengths)[*code], FALSE); in is_startline() 8518 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline() 8679 code += PRIV(OP_lengths)[c]; in find_recurse()
|
H A D | pcre2_internal.h | 1937 extern const uint8_t PRIV(OP_lengths)[];
|
H A D | pcre2_dfa_match.c | 360 (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] : in do_callout_dfa()
|
H A D | pcre2_jit_compile.c | 966 return cc + PRIV(OP_lengths)[*cc]; in next_opcode() 1024 cc += PRIV(OP_lengths)[*cc]; in next_opcode() 1044 return cc + PRIV(OP_lengths)[*cc] - 1; in next_opcode() 1163 cc += (*cc == OP_CALLOUT) ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2*LINK_SIZE); in check_opcode_types() 9755 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2 * LINK_SIZE); in compile_callout_matchingpath() 9844 cc += PRIV(OP_lengths)[*cc]; in assert_needs_str_ptr_saving()
|
Completed in 112 milliseconds