Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_exec.c585 #define oclength frame->Xoclength in match() macro
642 int oclength; in match()
3419 oclength = PRIV(ord2utf)(othercase, occhars); in match()
3420 else oclength = 0; in match()
3428 else if (oclength > 0 && in match()
3429 eptr <= md->end_subject - oclength && in match()
3430 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()
3451 else if (oclength > 0 && in match()
3453 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()
3472 else if (oclength > 0 && in match()
[all …]

Completed in 24 milliseconds