Home
last modified time | relevance | path

Searched refs:PrefilterMpmHttpHeaderCtx (Results 1 – 2 of 2) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-http-header-names.c174 typedef struct PrefilterMpmHttpHeaderCtx { struct
178 } PrefilterMpmHttpHeaderCtx; argument
199 const PrefilterMpmHttpHeaderCtx *ctx = pectx; in PrefilterTxHttpRequestHeaderNames()
240 PrefilterMpmHttpHeaderCtx *pectx = SCCalloc(1, sizeof(*pectx)); in PrefilterTxHttpRequestHeaderNamesRegister()
277 const PrefilterMpmHttpHeaderCtx *ctx = pectx; in PrefilterTxHttpResponseHeaderNames()
313 PrefilterMpmHttpHeaderCtx *pectx = SCCalloc(1, sizeof(*pectx)); in PrefilterTxHttpResponseHeaderNamesRegister()
H A Ddetect-http-header.c232 typedef struct PrefilterMpmHttpHeaderCtx { struct
236 } PrefilterMpmHttpHeaderCtx; argument
253 const PrefilterMpmHttpHeaderCtx *ctx = pectx; in PrefilterMpmHttpHeader()
314 PrefilterMpmHttpHeaderCtx *pectx = SCCalloc(1, sizeof(*pectx)); in PrefilterMpmHttpHeaderRequestRegister()
353 PrefilterMpmHttpHeaderCtx *pectx = SCCalloc(1, sizeof(*pectx)); in PrefilterMpmHttpHeaderResponseRegister()