Searched refs:OP_lengths (Results 1 – 6 of 6) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 195 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 204 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 315 cc += PRIV(OP_lengths)[op]; in find_minlength() 323 cc += PRIV(OP_lengths)[op]; in find_minlength() 337 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 339 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 570 cc += PRIV(OP_lengths)[op]; in find_minlength() 582 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength() 594 cc += PRIV(OP_lengths)[op]; in find_minlength()
|
H A D | pcre_compile.c | 1802 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength() 1838 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength() 2080 code += PRIV(OP_lengths)[c]; in PRIV() 2090 code += PRIV(OP_lengths)[c]; in PRIV() 2132 code += PRIV(OP_lengths)[c]; in PRIV() 2277 code += PRIV(OP_lengths)[c]; in find_recurse() 2468 code += PRIV(OP_lengths)[c]; in could_be_empty_branch() 3138 code += PRIV(OP_lengths)[c]; in compare_opcodes() 3180 code += PRIV(OP_lengths)[c]; in compare_opcodes() 3188 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 | 2668 extern const pcre_uint8 PRIV(OP_lengths)[];
|
H A 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()
|
Completed in 86 milliseconds