Searched refs:mcbuffer (Results 1 – 1 of 1) sorted by relevance
4497 pcre_uchar mcbuffer[8]; in compile_branch() local5376 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()5380 mcbuffer[0] = c; in compile_branch()7879 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()7884 mcbuffer[0] = c; in compile_branch()7898 mcbuffer[0] = c; in compile_branch()7902 ACROSSCHAR(TRUE, ptr[1], mcbuffer[mclength++] = *(++ptr)); in compile_branch()7918 GETCHAR(c, mcbuffer); in compile_branch()7934 for (c = 0; c < mclength; c++) *code++ = mcbuffer[c]; in compile_branch()7938 if (mcbuffer[0] == CHAR_CR || mcbuffer[0] == CHAR_NL) in compile_branch()[all …]