Searched refs:OP_lengths (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist/ |
D | pcre_study.c | 199 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 208 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 319 cc += PRIV(OP_lengths)[op]; in find_minlength() 327 cc += PRIV(OP_lengths)[op]; in find_minlength() 341 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 343 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 576 cc += PRIV(OP_lengths)[op]; in find_minlength() 588 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength() 600 cc += PRIV(OP_lengths)[op]; in find_minlength()
|
D | pcre_compile.c | 1680 code += PRIV(OP_lengths)[*code]; in first_significant_code() 1694 code += PRIV(OP_lengths)[*code]; in first_significant_code() 1830 cc += cc[1] + PRIV(OP_lengths)[*cc]; in find_fixedlength() 1857 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength() 1934 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength() 1936 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength() 2099 code += PRIV(OP_lengths)[c]; in PRIV() 2109 code += PRIV(OP_lengths)[c]; in PRIV() 2151 code += PRIV(OP_lengths)[c]; in PRIV() 2296 code += PRIV(OP_lengths)[c]; in find_recurse() [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() 3081 { ADD_ACTIVE(state_offset + PRIV(OP_lengths)[OP_CALLOUT], 0); } in internal_dfa_exec()
|
D | pcre_internal.h | 2673 extern const pcre_uint8 PRIV(OP_lengths)[];
|
D | pcre_jit_compile.c | 675 return cc + PRIV(OP_lengths)[*cc]; in next_opcode() 733 cc += PRIV(OP_lengths)[*cc]; in next_opcode() 753 return cc + PRIV(OP_lengths)[*cc] - 1; in next_opcode()
|