| 1682 |
int eptrn; /* Next free eptrblock */ |
int eptrn; /* Next free eptrblock */ |
| 1683 |
recursion_info *recursive; /* Linked list of recursion data */ |
recursion_info *recursive; /* Linked list of recursion data */ |
| 1684 |
void *callout_data; /* To pass back to callouts */ |
void *callout_data; /* To pass back to callouts */ |
| 1685 |
const uschar *mark; /* Mark pointer to pass back */ |
const uschar *mark; /* Mark pointer to pass back */ |
| 1686 |
} match_data; |
} match_data; |
| 1687 |
|
|
| 1688 |
/* 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 |