| 1326 |
|
|
| 1327 |
{ |
{ |
| 1328 |
unsigned long int get_options; |
unsigned long int get_options; |
| 1329 |
|
|
| 1330 |
if (timeit > 0) |
if (timeit > 0) |
| 1331 |
{ |
{ |
| 1332 |
register int i; |
register int i; |
| 1369 |
} |
} |
| 1370 |
goto CONTINUE; |
goto CONTINUE; |
| 1371 |
} |
} |
| 1372 |
|
|
| 1373 |
/* Compilation succeeded. It is now possible to set the UTF-8 option from |
/* Compilation succeeded. It is now possible to set the UTF-8 option from |
| 1374 |
within the regex; check for this so that we know how to process the data |
within the regex; check for this so that we know how to process the data |
| 1375 |
lines. */ |
lines. */ |
| 1376 |
|
|
| 1377 |
new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options); |
new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options); |
| 1378 |
if ((get_options & PCRE_UTF8) != 0) use_utf8 = 1; |
if ((get_options & PCRE_UTF8) != 0) use_utf8 = 1; |
| 1379 |
|
|
| 1463 |
fprintf(outfile, "------------------------------------------------------------------\n"); |
fprintf(outfile, "------------------------------------------------------------------\n"); |
| 1464 |
pcre_printint(re, outfile, debug_lengths); |
pcre_printint(re, outfile, debug_lengths); |
| 1465 |
} |
} |
| 1466 |
|
|
| 1467 |
/* We already have the options in get_options (see above) */ |
/* We already have the options in get_options (see above) */ |
| 1468 |
|
|
| 1469 |
if (do_showinfo) |
if (do_showinfo) |