Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c570 #define occhars frame->Xocchars in match() macro
627 pcre_uchar occhars[6]; in match()
3318 oclength = PRIV(ord2utf)(othercase, occhars); in match()
3329 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()
3352 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()
3373 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()

Completed in 28 milliseconds