Home
last modified time | relevance | path

Searched refs:sgh_array (Results 1 – 3 of 3) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-siggroup.c104 de_ctx->sgh_array[de_ctx->sgh_array_cnt] = sgh; in SigGroupHeadStore()
107 ptmp = SCRealloc(de_ctx->sgh_array, in SigGroupHeadStore()
110 SCFree(de_ctx->sgh_array); in SigGroupHeadStore()
111 de_ctx->sgh_array = NULL; in SigGroupHeadStore()
114 de_ctx->sgh_array = ptmp; in SigGroupHeadStore()
117 de_ctx->sgh_array[de_ctx->sgh_array_cnt] = sgh; in SigGroupHeadStore()
H A Ddetect-engine-build.c1706 SigGroupHead *sgh = de_ctx->sgh_array[idx]; in SigAddressCleanupStage1()
1713 SCFree(de_ctx->sgh_array); in SigAddressCleanupStage1()
1714 de_ctx->sgh_array = NULL; in SigAddressCleanupStage1()
1767 SigGroupHead *sgh = de_ctx->sgh_array[idx]; in SigAddressPrepareStage4()
H A Ddetect.h853 struct SigGroupHead_ **sgh_array; member