Searched refs:OP_lengths (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist/ |
D | pcre_study.c | 194 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 203 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 314 cc += PRIV(OP_lengths)[op]; in find_minlength() 322 cc += PRIV(OP_lengths)[op]; in find_minlength() 336 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 338 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 534 cc += PRIV(OP_lengths)[op]; in find_minlength() 546 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength() 558 cc += PRIV(OP_lengths)[op]; in find_minlength()
|
D | pcre_compile.c | 1661 code += PRIV(OP_lengths)[*code]; in first_significant_code() 1675 code += PRIV(OP_lengths)[*code]; in first_significant_code() 1791 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength() 1800 cc += cc[1] + PRIV(OP_lengths)[*cc]; in find_fixedlength() 1827 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength() 1904 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength() 1906 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength() 2069 code += PRIV(OP_lengths)[c]; in PRIV() 2079 code += PRIV(OP_lengths)[c]; in PRIV() 2121 code += PRIV(OP_lengths)[c]; in PRIV() [all …]
|
D | pcre_exec.c | 759 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match() 783 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 789 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 797 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match() 805 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 823 ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; in match() 826 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match() 843 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 852 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, in match() 983 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() [all …]
|
D | pcre_byte_order.c | 270 length = PRIV(OP_lengths)[*ptr] - 1; in pcre_pattern_to_host_byte_order()
|
D | pcre_tables.c | 59 const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS }; variable
|
D | pcre_dfa_exec.c | 2727 code += PRIV(OP_lengths)[OP_CALLOUT]; /* Skip callout data */ in internal_dfa_exec() 3080 { ADD_ACTIVE(state_offset + PRIV(OP_lengths)[OP_CALLOUT], 0); } in internal_dfa_exec()
|
D | pcre_internal.h | 2656 extern const pcre_uint8 PRIV(OP_lengths)[];
|
D | pcre_jit_compile.c | 679 return cc + PRIV(OP_lengths)[*cc]; in next_opcode() 737 cc += PRIV(OP_lengths)[*cc]; in next_opcode() 757 return cc + PRIV(OP_lengths)[*cc] - 1; in next_opcode()
|