#include <rlp.h>
Data Fields | |
| Rlp_L7CheckType_t | type |
| union { | |
| Rlp_ContentCheck_t * contentCheck | |
| Rlp_ByteTestCheck_t * byteTestCheck | |
| Rlp_ByteJumpCheck_t * byteJumpCheck | |
| Rlp_PcreCheck_t * pcreCheck | |
| } | entryData |
A struct for holding the content tests on a formula. Poorly named, since the byte jump is actually the amount to advance the stream pointer by.
Definition at line 1129 of file rlp.h.
| union { ... } Rlp_L7Check_t::entryData |