suricata
|
#include <detect-parse.h>
Data Fields | |
pcre2_code * | regex |
pcre2_match_context * | context |
struct DetectParseRegex * | next |
Definition at line 62 of file detect-parse.h.
pcre2_match_context* DetectParseRegex::context |
Definition at line 64 of file detect-parse.h.
Referenced by DetectParseFreeRegex(), and DetectSetupParseRegexesOpts().
struct DetectParseRegex* DetectParseRegex::next |
Definition at line 65 of file detect-parse.h.
Referenced by DetectParseRegexAddToFreeList(), and DetectSetupPCRE2().
pcre2_code* DetectParseRegex::regex |
Definition at line 63 of file detect-parse.h.
Referenced by DetectParseFreeRegex(), DetectParseRegexAddToFreeList(), DetectSetupParseRegexesOpts(), and DetectSetupPCRE2().