|
suricata
|
#include <detect.h>

Data Fields | |
| void *(* | InitFunc )(void *) |
| void(* | FreeFunc )(void *) |
| void * | data |
| struct DetectEngineThreadKeywordCtxItem_ * | next |
| int | id |
| const char * | name |
| void* DetectEngineThreadKeywordCtxItem_::data |
Definition at line 888 of file detect.h.
Referenced by DetectRegisterThreadCtxFuncs(), DetectRegisterThreadCtxGlobalFuncs(), and DetectUnregisterThreadCtxFuncs().
| void(* DetectEngineThreadKeywordCtxItem_::FreeFunc) (void *) |
Definition at line 887 of file detect.h.
Referenced by DetectRegisterThreadCtxFuncs(), and DetectRegisterThreadCtxGlobalFuncs().
| int DetectEngineThreadKeywordCtxItem_::id |
Definition at line 890 of file detect.h.
Referenced by DetectRegisterThreadCtxFuncs(), and DetectRegisterThreadCtxGlobalFuncs().
| void *(* DetectEngineThreadKeywordCtxItem_::InitFunc) (void *) |
Definition at line 886 of file detect.h.
Referenced by DetectRegisterThreadCtxFuncs(), and DetectRegisterThreadCtxGlobalFuncs().
| const char* DetectEngineThreadKeywordCtxItem_::name |
Definition at line 891 of file detect.h.
Referenced by DetectRegisterThreadCtxFuncs(), and DetectRegisterThreadCtxGlobalFuncs().
| struct DetectEngineThreadKeywordCtxItem_* DetectEngineThreadKeywordCtxItem_::next |
Definition at line 889 of file detect.h.
Referenced by DetectRegisterThreadCtxGlobalFuncs().