Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c5012 PCRE2_UCHAR mcbuffer[8]; in compile_branch() local
5767 if (utf) mclength = PRIV(ord2utf)(meta, mcbuffer); else in compile_branch()
5771 mcbuffer[0] = meta; in compile_branch()
5775 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
6492 memcpy(mcbuffer, lastchar, CU2BYTES(mclength)); /* Save the char */ in compile_branch()
6500 mcbuffer[0] = code[-1]; in compile_branch()
6504 reqcu = mcbuffer[0]; in compile_branch()
7045 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
7082 memcpy(code, mcbuffer, CU2BYTES(mclength)); in compile_branch()
7418 if (utf) mclength = PRIV(ord2utf)(meta, mcbuffer); else in compile_branch()
[all …]