Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_pattern_info.c340 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()
Dpcre2_find_bracket.c91 code += PRIV(OP_lengths)[c]; in PRIV()
101 code += PRIV(OP_lengths)[c]; in PRIV()
143 code += PRIV(OP_lengths)[c]; in PRIV()
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()
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()
Dpcre2_study.c252 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()
Dpcre2_auto_possess.c551 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()
Dpcre2_match.c491 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 …]
Dpcre2_compile.c822 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 …]
Dpcre2_dfa_match.c2617 (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()
Dpcre2_internal.h1871 extern const uint8_t PRIV(OP_lengths)[];
Dpcre2_tables.c60 const uint8_t PRIV(OP_lengths)[] = { OP_LENGTHS }; variable
Dpcre2_jit_compile.c707 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()