|
suricata
|
#include <detect-parse.h>

Data Fields | |
| pcre2_code * | regex |
| pcre2_match_context * | context |
| struct DetectParseRegex * | next |
Definition at line 93 of file detect-parse.h.
| pcre2_match_context* DetectParseRegex::context |
Definition at line 95 of file detect-parse.h.
Referenced by DetectParseFreeRegex(), and DetectSetupParseRegexesOpts().
| struct DetectParseRegex* DetectParseRegex::next |
Definition at line 96 of file detect-parse.h.
Referenced by DetectParseRegexAddToFreeList(), and DetectSetupPCRE2().
| pcre2_code* DetectParseRegex::regex |
Definition at line 94 of file detect-parse.h.
Referenced by DetectParseFreeRegex(), DetectParseRegexAddToFreeList(), DetectSetupParseRegexesOpts(), and DetectSetupPCRE2().