| 2492 |
pcre_uint8 *p, *pp, *ppp; |
pcre_uint8 *p, *pp, *ppp; |
| 2493 |
pcre_uint8 *to_file = NULL; |
pcre_uint8 *to_file = NULL; |
| 2494 |
const pcre_uint8 *tables = NULL; |
const pcre_uint8 *tables = NULL; |
| 2495 |
|
pcre_uint32 get_options; |
| 2496 |
unsigned long int true_size, true_study_size = 0; |
unsigned long int true_size, true_study_size = 0; |
| 2497 |
size_t size, regex_gotten_store; |
size_t size, regex_gotten_store; |
| 2498 |
int do_allcaps = 0; |
int do_allcaps = 0; |
| 2523 |
|
|
| 2524 |
if (*p == '<' && strchr((char *)(p+1), '<') == NULL) |
if (*p == '<' && strchr((char *)(p+1), '<') == NULL) |
| 2525 |
{ |
{ |
| 2526 |
unsigned long int magic, get_options; |
pcre_uint32 magic; |
| 2527 |
pcre_uint8 sbuf[8]; |
pcre_uint8 sbuf[8]; |
| 2528 |
FILE *f; |
FILE *f; |
| 2529 |
|
|
| 2853 |
#endif /* !defined NOPOSIX */ |
#endif /* !defined NOPOSIX */ |
| 2854 |
|
|
| 2855 |
{ |
{ |
|
unsigned long int get_options; |
|
|
|
|
| 2856 |
/* In 16-bit mode, convert the input. */ |
/* In 16-bit mode, convert the input. */ |
| 2857 |
|
|
| 2858 |
#ifdef SUPPORT_PCRE16 |
#ifdef SUPPORT_PCRE16 |