1348 |
OP_SCOND, /* 99 Conditional group, check empty */ |
OP_SCOND, /* 99 Conditional group, check empty */ |
1349 |
|
|
1350 |
/* The next two pairs must (respectively) be kept together. */ |
/* The next two pairs must (respectively) be kept together. */ |
1351 |
|
|
1352 |
OP_CREF, /* 100 Used to hold a capture number as condition */ |
OP_CREF, /* 100 Used to hold a capture number as condition */ |
1353 |
OP_NCREF, /* 101 Same, but generaged by a name reference*/ |
OP_NCREF, /* 101 Same, but generaged by a name reference*/ |
1354 |
OP_RREF, /* 102 Used to hold a recursion number as condition */ |
OP_RREF, /* 102 Used to hold a recursion number as condition */ |
1588 |
USPTR save_start; /* Old value of mstart */ |
USPTR save_start; /* Old value of mstart */ |
1589 |
int *offset_save; /* Pointer to start of saved offsets */ |
int *offset_save; /* Pointer to start of saved offsets */ |
1590 |
int saved_max; /* Number of saved offsets */ |
int saved_max; /* Number of saved offsets */ |
1591 |
int offset_top; /* Current value of offset_top */ |
int save_offset_top; /* Current value of offset_top */ |
1592 |
} recursion_info; |
} recursion_info; |
1593 |
|
|
1594 |
/* Structure for building a chain of data for holding the values of the subject |
/* Structure for building a chain of data for holding the values of the subject |
1615 |
int nllen; /* Newline string length */ |
int nllen; /* Newline string length */ |
1616 |
int name_count; /* Number of names in name table */ |
int name_count; /* Number of names in name table */ |
1617 |
int name_entry_size; /* Size of entry in names table */ |
int name_entry_size; /* Size of entry in names table */ |
1618 |
uschar *name_table; /* Table of names */ |
uschar *name_table; /* Table of names */ |
1619 |
uschar nl[4]; /* Newline string when fixed */ |
uschar nl[4]; /* Newline string when fixed */ |
1620 |
const uschar *lcc; /* Points to lower casing table */ |
const uschar *lcc; /* Points to lower casing table */ |
1621 |
const uschar *ctypes; /* Points to table of type maps */ |
const uschar *ctypes; /* Points to table of type maps */ |