Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c195 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 Dpcre_compile.c1802 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 Dpcre_exec.c783 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 Dpcre_tables.c59 const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS }; variable
H A Dpcre_internal.h2668 extern const pcre_uint8 PRIV(OP_lengths)[];
H A Dpcre_jit_compile.c675 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