| 1267 |
if (code[-1] >= 0xc0) code += _pcre_utf8_table4[code[-1] & 0x3f]; |
if (code[-1] >= 0xc0) code += _pcre_utf8_table4[code[-1] & 0x3f]; |
| 1268 |
break; |
break; |
| 1269 |
} |
} |
| 1270 |
#endif |
#endif |
| 1271 |
} |
} |
| 1272 |
} |
} |
| 1273 |
} |
} |
| 1332 |
if (code[-1] >= 0xc0) code += _pcre_utf8_table4[code[-1] & 0x3f]; |
if (code[-1] >= 0xc0) code += _pcre_utf8_table4[code[-1] & 0x3f]; |
| 1333 |
break; |
break; |
| 1334 |
} |
} |
| 1335 |
#endif |
#endif |
| 1336 |
} |
} |
| 1337 |
} |
} |
| 1338 |
} |
} |
| 5417 |
else printf("Req char = \\x%02x%s\n", ch, caseless); |
else printf("Req char = \\x%02x%s\n", ch, caseless); |
| 5418 |
} |
} |
| 5419 |
|
|
| 5420 |
pcre_printint(re, stdout); |
pcre_printint(re, stdout, TRUE); |
| 5421 |
|
|
| 5422 |
/* This check is done here in the debugging case so that the code that |
/* This check is done here in the debugging case so that the code that |
| 5423 |
was compiled can be seen. */ |
was compiled can be seen. */ |