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

/external/pcre/dist2/src/
H A Dpcre2_compile.c3965 PCRE2_UCHAR mcbuffer[8]; local
4924 /* For a single, positive character, get the value into mcbuffer, and
4927 mclength = PUTCHAR(c, mcbuffer);
7443 mclength = PUTCHAR(c, mcbuffer);
7455 mcbuffer[0] = c;
7459 ACROSSCHAR(TRUE, ptr[1], mcbuffer[mclength++] = *(++ptr));
7462 /* At this point we have the character's bytes in mcbuffer, and the length
7474 GETCHAR(c, mcbuffer);
7490 for (c = 0; c < mclength; c++) *code++ = mcbuffer[c];
7494 if (mcbuffer[
[all...]

Completed in 175 milliseconds