Home | History | Annotate | Download | only in dist

Lines Matching full:mcbuffer

4567   pcre_uchar mcbuffer[8];
5466 /* For a single, positive character, get the value into mcbuffer, and
5471 mclength = PRIV(ord2utf)(c, mcbuffer);
5475 mcbuffer[0] = c;
8086 mclength = PRIV(ord2utf)(c, mcbuffer);
8091 mcbuffer[0] = c;
8105 mcbuffer[0] = c;
8109 ACROSSCHAR(TRUE, ptr[1], mcbuffer[mclength++] = *(++ptr));
8112 /* At this point we have the character's bytes in mcbuffer, and the length
8126 GETCHAR(c, mcbuffer);
8142 for (c = 0; c < mclength; c++) *code++ = mcbuffer[c];
8146 if (mcbuffer[0] == CHAR_CR || mcbuffer[0] == CHAR_NL)
8165 firstchar = mcbuffer[0] | req_caseopt;
8166 firstchar = mcbuffer[0];