Searched refs:OP_lengths (Results 1 – 11 of 11) sorted by relevance
/php-src/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 372 (sizeof(OP_lengths) == OP_TABLE_LENGTH)): in pcre2_printint() 638 ccode = code + OP_lengths[*code]; in pcre2_printint() 651 ccode = code + OP_lengths[*code]; in pcre2_printint() 832 extra += OP_lengths[*ccode]; in pcre2_printint() 844 extra += OP_lengths[*ccode]; in pcre2_printint() 881 code += OP_lengths[*code] + extra; in pcre2_printint()
|
H A D | pcre2_study.c | 279 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 292 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 403 cc += PRIV(OP_lengths)[op]; in find_minlength() 411 cc += PRIV(OP_lengths)[op]; in find_minlength() 425 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 427 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 726 cc += PRIV(OP_lengths)[op]; in find_minlength() 739 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength() 751 cc += PRIV(OP_lengths)[op]; in find_minlength() 1077 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 | 574 code += PRIV(OP_lengths)[c]; in compare_opcodes() 665 code += PRIV(OP_lengths)[c]; in compare_opcodes() 674 code += PRIV(OP_lengths)[c]; in compare_opcodes() 706 code += PRIV(OP_lengths)[c]; in compare_opcodes() 1297 code += PRIV(OP_lengths)[c]; in PRIV()
|
H A D | pcre2_match.c | 828 Fecode += PRIV(OP_lengths)[*Fecode]; in match() 5291 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM8); in match() 5364 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM1); in match() 5371 Fecode += PRIV(OP_lengths)[*Fecode]; in match() 5400 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM2); in match() 5519 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM3); in match() 5554 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM4); in match() 6367 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM13); in match() 6380 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM14); in match() 6393 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM16); in match() [all …]
|
H A D | pcre2_compile.c | 5073 code += PRIV(OP_lengths)[*code]; in first_significant_code() 5090 code += PRIV(OP_lengths)[*code]; in first_significant_code() 5114 code += code[1] + PRIV(OP_lengths)[*code]; in first_significant_code() 7110 code += PRIV(OP_lengths)[OP_CALLOUT]; in compile_branch() 7934 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch() 7949 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch() 8698 code + PRIV(OP_lengths)[*code], FALSE); in is_anchored() 8803 code + PRIV(OP_lengths)[*code], FALSE); in is_startline() 8815 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline() 8976 code += PRIV(OP_lengths)[c]; in find_recurse()
|
H A D | pcre2_internal.h | 1971 extern const uint8_t PRIV(OP_lengths)[];
|
H A D | pcre2_dfa_match.c | 362 (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] : in do_callout_dfa()
|
H A D | pcre2_jit_compile.c | 1010 return cc + PRIV(OP_lengths)[*cc]; in next_opcode() 1068 cc += PRIV(OP_lengths)[*cc]; in next_opcode() 1088 return cc + PRIV(OP_lengths)[*cc] - 1; in next_opcode() 1207 cc += (*cc == OP_CALLOUT) ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2*LINK_SIZE); in check_opcode_types() 9959 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2 * LINK_SIZE); in compile_callout_matchingpath() 10150 cc += PRIV(OP_lengths)[*cc]; in assert_needs_str_ptr_saving()
|
Completed in 127 milliseconds