Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_printint.c336 pcre_uchar *ccode; in pcre_printint() local
654 ccode = code + LINK_SIZE + 1; in pcre_printint()
656 if ((*ccode & XCL_NOT) != 0) in pcre_printint()
661 ccode++; in pcre_printint()
666 ccode = code + 1; in pcre_printint()
673 map = (pcre_uint8 *)ccode; in pcre_printint()
748 ccode += 1 + print_char(f, ccode, utf); in pcre_printint()
752 ccode += 1 + print_char(f, ccode, utf); in pcre_printint()
766 switch(*ccode) in pcre_printint()
784 min = GET2(ccode,1); in pcre_printint()
[all …]
H A Dpcre_compile.c2404 const pcre_uchar *ccode; in could_be_empty_branch() local
2547 ccode = code += GET(code, 1); in could_be_empty_branch()
2553 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
2559 switch (*ccode) in could_be_empty_branch()
2578 if (GET2(ccode, 1) > 0) return FALSE; /* Minimum > 0 */ in could_be_empty_branch()

Completed in 23 milliseconds