Home
last modified time | relevance | path

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

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