Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c193 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
202 cc += PRIV(OP_lengths)[*cc]; in find_minlength()
313 cc += PRIV(OP_lengths)[op]; in find_minlength()
321 cc += PRIV(OP_lengths)[op]; in find_minlength()
335 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
337 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
492 cc += PRIV(OP_lengths)[op]; in find_minlength()
504 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength()
516 cc += PRIV(OP_lengths)[op]; in find_minlength()
H A Dpcre_compile.c1683 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1697 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1814 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1850 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1927 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1929 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
2087 code += PRIV(OP_lengths)[c]; in PRIV()
2097 code += PRIV(OP_lengths)[c]; in PRIV()
2142 code += PRIV(OP_lengths)[c]; in PRIV()
2262 code += PRIV(OP_lengths)[c]; in find_recurse()
[all …]
H A Dpcre_exec.c769 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
780 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
798 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
812 ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; in match()
833 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
973 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
1062 ecode += PRIV(OP_lengths)[*ecode]; in match()
1153 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
1225 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match()
1300 ecode += PRIV(OP_lengths)[OP_CALLOUT]; in match()
[all …]
H A Dpcre_tables.c59 const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS }; variable
H A Dpcre_internal.h2621 extern const pcre_uint8 PRIV(OP_lengths)[];

Completed in 55 milliseconds