Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c319 PCRE2_SPTR ccode; in pcre2_printint() local
655 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