Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c3958 unsigned int mclength; in compile_branch() local
4927 mclength = PUTCHAR(c, mcbuffer); in compile_branch()
7443 mclength = PUTCHAR(c, mcbuffer); in compile_branch()
7454 mclength = 1; in compile_branch()
7459 ACROSSCHAR(TRUE, ptr[1], mcbuffer[mclength++] = *(++ptr)); in compile_branch()
7490 for (c = 0; c < mclength; c++) *code++ = mcbuffer[c]; in compile_branch()
7511 if (mclength == 1 || req_caseopt == 0) in compile_branch()
7517 if (mclength != 1) in compile_branch()
7535 if (mclength == 1 || req_caseopt == 0) in compile_branch()