Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_exec.c584 #define occhars frame->Xocchars in match() macro
641 pcre_uchar occhars[6]; in match()
3417 oclength = PRIV(ord2utf)(othercase, occhars); in match()
3428 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()
3451 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()
3472 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()

Completed in 13 milliseconds