Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c4562 unsigned int mclength; in compile_branch() local
5469 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
5474 mclength = 1; in compile_branch()
8089 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
8095 mclength = 1; in compile_branch()
8107 mclength = 1; in compile_branch()
8112 ACROSSCHAR(TRUE, ptr[1], mcbuffer[mclength++] = *(++ptr)); in compile_branch()
8145 for (c = 0; c < mclength; c++) *code++ = mcbuffer[c]; in compile_branch()
8166 if (mclength == 1 || req_caseopt == 0) in compile_branch()
8172 if (mclength != 1) in compile_branch()
[all …]

Completed in 21 milliseconds