Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c569 #define oclength frame->Xoclength in match() macro
626 int oclength; in match()
3318 oclength = PRIV(ord2utf)(othercase, occhars); in match()
3319 else oclength = 0; in match()
3327 else if (oclength > 0 && in match()
3328 eptr <= md->end_subject - oclength && in match()
3329 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()
3350 else if (oclength > 0 && in match()
3352 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()
3371 else if (oclength > 0 && in match()
[all …]

Completed in 13 milliseconds