| 99 |
PCRE_EXP_DECL int pcre_pattern_to_host_byte_order(pcre *argument_re, |
PCRE_EXP_DECL int pcre_pattern_to_host_byte_order(pcre *argument_re, |
| 100 |
pcre_extra *extra_data, const unsigned char *tables) |
pcre_extra *extra_data, const unsigned char *tables) |
| 101 |
#else |
#else |
| 102 |
PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre *argument_re, |
PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre16 *argument_re, |
| 103 |
pcre16_extra *extra_data, const unsigned char *tables) |
pcre16_extra *extra_data, const unsigned char *tables) |
| 104 |
#endif |
#endif |
| 105 |
{ |
{ |
| 106 |
real_pcre *re = (real_pcre *)argument_re; |
REAL_PCRE *re = (REAL_PCRE *)argument_re; |
| 107 |
pcre_study_data *study; |
pcre_study_data *study; |
| 108 |
#ifndef COMPILE_PCRE8 |
#ifndef COMPILE_PCRE8 |
| 109 |
pcre_uchar *ptr; |
pcre_uchar *ptr; |