598 |
doing the matching, so that they are thread-safe. */ |
doing the matching, so that they are thread-safe. */ |
599 |
|
|
600 |
typedef struct match_data { |
typedef struct match_data { |
601 |
int match_call_count; /* As it says */ |
unsigned long int match_call_count; /* As it says */ |
602 |
unsigned long int match_limit;/* As it says */ |
unsigned long int match_limit;/* As it says */ |
603 |
int *offset_vector; /* Offset vector */ |
int *offset_vector; /* Offset vector */ |
604 |
int offset_end; /* One past the end */ |
int offset_end; /* One past the end */ |