| 2137 |
const pcre_uchar *once_target; /* Where to back up to for atomic groups */ |
const pcre_uchar *once_target; /* Where to back up to for atomic groups */ |
| 2138 |
#ifdef NO_RECURSE |
#ifdef NO_RECURSE |
| 2139 |
void *match_frames_base; /* For remembering malloc'd frames */ |
void *match_frames_base; /* For remembering malloc'd frames */ |
| 2140 |
#endif |
#endif |
| 2141 |
} match_data; |
} match_data; |
| 2142 |
|
|
| 2143 |
/* A similar structure is used for the same purpose by the DFA matching |
/* A similar structure is used for the same purpose by the DFA matching |