Searched refs:OP_lengths (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_pattern_info.c | 340 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate() 359 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate() 375 cc += PRIV(OP_lengths)[*cc] + cc[1]; in pcre2_callout_enumerate() 387 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate() 404 cc += PRIV(OP_lengths)[*cc]; in pcre2_callout_enumerate()
|
D | pcre2_find_bracket.c | 91 code += PRIV(OP_lengths)[c]; in PRIV() 101 code += PRIV(OP_lengths)[c]; in PRIV() 143 code += PRIV(OP_lengths)[c]; in PRIV()
|
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() 594 ccode = code + OP_lengths[*code]; in pcre2_printint() 607 ccode = code + OP_lengths[*code]; in pcre2_printint() 778 extra += OP_lengths[*ccode]; in pcre2_printint() 790 extra += OP_lengths[*ccode]; in pcre2_printint() 827 code += OP_lengths[*code] + extra; in pcre2_printint()
|
D | pcre2_study.c | 252 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 265 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 376 cc += PRIV(OP_lengths)[op]; in find_minlength() 384 cc += PRIV(OP_lengths)[op]; in find_minlength() 398 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 400 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 662 cc += PRIV(OP_lengths)[op]; in find_minlength() 674 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength() 686 cc += PRIV(OP_lengths)[op]; in find_minlength() 1060 tcode += PRIV(OP_lengths)[OP_CALLOUT]; in set_start_bits()
|
D | pcre2_auto_possess.c | 551 code += PRIV(OP_lengths)[c]; in compare_opcodes() 599 code += PRIV(OP_lengths)[c]; in compare_opcodes() 607 code += PRIV(OP_lengths)[c]; in compare_opcodes() 635 code += PRIV(OP_lengths)[c]; in compare_opcodes() 1215 code += PRIV(OP_lengths)[c]; in PRIV()
|
D | pcre2_match.c | 491 rrc = match(eptr, callpat + PRIV(OP_lengths)[*callpat], mstart, offset_top, in op_recurse_ovecsave() 805 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, mb, in match() 829 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, mb, in match() 835 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, mb, in match() 843 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, mb, in match() 851 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, mb, in match() 869 ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; in match() 872 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, mb, in match() 889 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, mb, in match() 898 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, in match() [all …]
|
D | pcre2_compile.c | 822 return code + PRIV(OP_lengths)[OP_CALLOUT]; in auto_callout() 1028 cc += cc[1] + PRIV(OP_lengths)[*cc]; in find_fixedlength() 1056 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength() 1137 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength() 1139 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength() 1301 code += PRIV(OP_lengths)[*code]; in first_significant_code() 1316 code += PRIV(OP_lengths)[*code]; in first_significant_code() 1403 for (code = first_significant_code(code + PRIV(OP_lengths)[*code], TRUE); in could_be_empty_branch() 1405 code = first_significant_code(code + PRIV(OP_lengths)[c], TRUE)) in could_be_empty_branch() 1483 code += PRIV(OP_lengths)[c]; in could_be_empty_branch() [all …]
|
D | pcre2_dfa_match.c | 2617 (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] : in internal_dfa_match() 2988 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(code, 1 + 2*LINK_SIZE); in internal_dfa_match()
|
D | pcre2_internal.h | 1871 extern const uint8_t PRIV(OP_lengths)[];
|
D | pcre2_tables.c | 60 const uint8_t PRIV(OP_lengths)[] = { OP_LENGTHS }; variable
|
D | pcre2_jit_compile.c | 707 return cc + PRIV(OP_lengths)[*cc]; in next_opcode() 765 cc += PRIV(OP_lengths)[*cc]; in next_opcode() 785 return cc + PRIV(OP_lengths)[*cc] - 1; in next_opcode() 887 cc += (*cc == OP_CALLOUT) ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2*LINK_SIZE); in check_opcode_types() 7181 ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2 * LINK_SIZE); in compile_callout_matchingpath() 7266 cc += PRIV(OP_lengths)[*cc]; in assert_needs_str_ptr_saving()
|