Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_printint.src182 uschar *ccode;
438 ccode = code + 1;
465 ccode += 32;
477 int ptype = *ccode++;
478 int pvalue = *ccode++;
483 int ptype = *ccode++;
489 ccode += 1 + print_char(f, ccode, TRUE);
493 ccode += 1 + print_char(f, ccode, TRUE);
506 switch(*ccode)
520 min = GET2(ccode,1);
[all …]
H A Dpcre_compile.c2369 const pcre_uchar *ccode; in could_be_empty_branch() local
2490 ccode = code += GET(code, 1); in could_be_empty_branch()
2496 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
2502 switch (*ccode) in could_be_empty_branch()
2517 if (GET2(ccode, 1) > 0) return FALSE; /* Minimum > 0 */ in could_be_empty_branch()

Completed in 18 milliseconds