Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c4565 pcre_uchar mcbuffer[8]; in compile_branch() local
5469 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
5473 mcbuffer[0] = c; in compile_branch()
8098 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
8103 mcbuffer[0] = c; in compile_branch()
8117 mcbuffer[0] = c; in compile_branch()
8138 GETCHAR(c, mcbuffer); in compile_branch()
8154 for (c = 0; c < mclength; c++) *code++ = mcbuffer[c]; in compile_branch()
8158 if (mcbuffer[0] == CHAR_CR || mcbuffer[0] == CHAR_NL) in compile_branch()
8177 firstchar = mcbuffer[0] | req_caseopt; in compile_branch()
[all …]

Completed in 20 milliseconds