Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-file-decompression.c132 InspectionBufferCheckAndExpand(out_buffer, decompressed_data_len); in FileSwfDecompression()
H A Ddetect-engine.h35 void InspectionBufferCheckAndExpand(InspectionBuffer *buffer, uint32_t min_size);
H A Ddetect-engine.c1184 void InspectionBufferCheckAndExpand(InspectionBuffer *buffer, uint32_t min_size) in InspectionBufferCheckAndExpand() function
1203 InspectionBufferCheckAndExpand(buffer, buf_len); in InspectionBufferCopy()