Searched refs:ccode (Results 1 – 1 of 1) sorted by relevance
319 PCRE2_SPTR ccode; in pcre2_printint() local658 if ((*ccode & XCL_NOT) != 0) in pcre2_printint()663 ccode++; in pcre2_printint()668 ccode = code + 1; in pcre2_printint()675 map = (uint8_t *)ccode; in pcre2_printint()751 ccode += 1 + print_char(f, ccode, utf); in pcre2_printint()755 ccode += 1 + print_char(f, ccode, utf); in pcre2_printint()769 switch(*ccode) in pcre2_printint()781 extra += OP_lengths[*ccode]; in pcre2_printint()787 min = GET2(ccode,1); in pcre2_printint()[all …]
Completed in 15 milliseconds