Searched refs:OP_lengths (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/ext/pcre/pcrelib/ |
H A 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()
|
H A D | pcre_compile.c | 1858 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength() 2100 code += PRIV(OP_lengths)[c]; in PRIV() 2110 code += PRIV(OP_lengths)[c]; in PRIV() 2152 code += PRIV(OP_lengths)[c]; in PRIV() 2297 code += PRIV(OP_lengths)[c]; in find_recurse() 2488 code += PRIV(OP_lengths)[c]; in could_be_empty_branch() 3158 code += PRIV(OP_lengths)[c]; in compare_opcodes() 3200 code += PRIV(OP_lengths)[c]; in compare_opcodes() 3208 code += PRIV(OP_lengths)[c]; in compare_opcodes() 3236 code += PRIV(OP_lengths)[c]; in compare_opcodes() [all …]
|
H A D | pcre_exec.c | 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() 805 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 823 ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; in match() 843 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 1072 ecode += PRIV(OP_lengths)[*ecode]; in match() 1165 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 1327 ecode += PRIV(OP_lengths)[OP_CALLOUT]; in match() 1328 codelink -= PRIV(OP_lengths)[OP_CALLOUT]; in match() 1403 ecode += 1 + LINK_SIZE - PRIV(OP_lengths)[condcode]; in match() [all …]
|
H A D | pcre_tables.c | 59 const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS }; variable
|
H A D | pcre_internal.h | 2673 extern const pcre_uint8 PRIV(OP_lengths)[];
|
H A D | pcre_jit_compile.c | 690 return cc + PRIV(OP_lengths)[*cc]; in next_opcode() 748 cc += PRIV(OP_lengths)[*cc]; in next_opcode() 768 return cc + PRIV(OP_lengths)[*cc] - 1; in next_opcode() 7242 cc += PRIV(OP_lengths)[*cc]; in assert_needs_str_ptr_saving()
|
Completed in 131 milliseconds