Searched refs:ccode (Results 1 – 1 of 1) sorted by relevance
319 PCRE2_SPTR ccode; in pcre2_printint() local655 if ((*ccode & XCL_NOT) != 0) in pcre2_printint()660 ccode++; in pcre2_printint()665 ccode = code + 1; in pcre2_printint()672 map = (uint8_t *)ccode; in pcre2_printint()747 ccode += 1 + print_char(f, ccode, utf); in pcre2_printint()751 ccode += 1 + print_char(f, ccode, utf); in pcre2_printint()765 switch(*ccode) in pcre2_printint()777 extra += OP_lengths[*ccode]; in pcre2_printint()783 min = GET2(ccode,1); in pcre2_printint()[all …]
Completed in 5 milliseconds