Searched refs:OP_lengths (Results 1 – 6 of 6) sorted by relevance
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 197 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 206 cc += PRIV(OP_lengths)[*cc]; in find_minlength() 317 cc += PRIV(OP_lengths)[op]; in find_minlength() 325 cc += PRIV(OP_lengths)[op]; in find_minlength() 339 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 341 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength() 574 cc += PRIV(OP_lengths)[op]; in find_minlength() 586 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength() 598 cc += PRIV(OP_lengths)[op]; in find_minlength()
|
H A D | pcre_compile.c | 1855 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength() 2097 code += PRIV(OP_lengths)[c]; in PRIV() 2107 code += PRIV(OP_lengths)[c]; in PRIV() 2149 code += PRIV(OP_lengths)[c]; in PRIV() 2294 code += PRIV(OP_lengths)[c]; in find_recurse() 2485 code += PRIV(OP_lengths)[c]; in could_be_empty_branch() 3155 code += PRIV(OP_lengths)[c]; in compare_opcodes() 3197 code += PRIV(OP_lengths)[c]; in compare_opcodes() 3205 code += PRIV(OP_lengths)[c]; in compare_opcodes() 3233 code += PRIV(OP_lengths)[c]; in compare_opcodes() [all …]
|
H A D | pcre_exec.c | 781 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 787 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 803 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 821 ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; in match() 841 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 1070 ecode += PRIV(OP_lengths)[*ecode]; in match() 1163 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 1325 ecode += PRIV(OP_lengths)[OP_CALLOUT]; in match() 1326 codelink -= PRIV(OP_lengths)[OP_CALLOUT]; in match() 1401 ecode += 1 + LINK_SIZE - PRIV(OP_lengths)[condcode]; in match() [all …]
|
H A D | pcre_tables.c | 57 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 | 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 103 milliseconds