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

/forgerock/web-agents-v4/pcre/
H A Dpcre_printint.c338 pcre_uchar *ccode; local
609 ccode = code + priv_OP_lengths[*code];
623 ccode = code + priv_OP_lengths[*code];
656 ccode = code + LINK_SIZE + 1;
657 printmap = (*ccode & XCL_MAP) != 0;
658 if ((*ccode & XCL_NOT) != 0)
660 invertmap = (*ccode & XCL_HASPROP) == 0;
663 ccode++;
668 ccode = code + 1;
675 map = (pcre_uint8 *)ccode;
[all...]
H A Dpcre_compile.c2357 const pcre_uchar *ccode; local
2500 ccode = code += GET(code, 1);
2506 ccode = code + PRIV(OP_lengths)[OP_CLASS];
2512 switch (*ccode)
2531 if (GET2(ccode, 1) > 0) return FALSE; /* Minimum > 0 */

Completed in 58 milliseconds