#[doc = "\\brief Given a protocol name, checks if the parser is enabled in\n the conf file.\n\n\\param alproto_name Name of the app layer protocol.\n\n\\retval 1 If enabled.\n\\retval 0 If disabled."]
pubfnSCAppLayerParserConfParserEnabled(
@ -866,6 +872,42 @@ extern "C" {
}
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pubstructStreamingBufferConfig_{
pubbuf_size: u32,
#[doc = "< max concurrent memory regions. 0 means no limit."]
pubmax_regions: u16,
#[doc = "< max gap size before a new region will be created."]
#[doc = "\\brief Store a chunk of file data in the flow. The open \"flowfile\"\n will be used.\n\n\\param ffc the container\n\\param data data chunk\n\\param data_len data chunk len\n\n\\retval 0 ok\n\\retval -1 error"]