Home
last modified time | relevance | path

Searched defs:stream_depth (Results 1 – 6 of 6) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/sensor/src/rgb-depth/realsense/
H A DvpRealSense.cpp568 const rs::stream &stream_depth, const rs::stream &stream_infrared, in acquire()
907 const rs::stream &stream_depth, const rs::stream &stream_infrared, in acquire()
967 const rs::stream &stream_depth, const rs::stream &stream_infrared, in acquire()
/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer-smb.c233 static uint32_t stream_depth = SMB_CONFIG_DEFAULT_STREAM_DEPTH; variable
H A Doutput-filestore.c489 uint32_t stream_depth = 0; in OutputFilestoreLogInitCtx() local
H A Dapp-layer-htp.c541 uint32_t stream_depth = FileReassemblyDepth(); in AppLayerHtpCheckDepth() local
554uint32_t stream_depth, uint8_t flags, uint32_t data_len) in AppLayerHtpComputeChunkLength()
1851 uint32_t stream_depth = FileReassemblyDepth(); in HTPCallbackRequestBodyData() local
1964 uint32_t stream_depth = FileReassemblyDepth(); in HTPCallbackResponseBodyData() local
H A Dapp-layer-parser.c131 uint32_t stream_depth; member
1472 void AppLayerParserSetStreamDepth(uint8_t ipproto, AppProto alproto, uint32_t stream_depth) in AppLayerParserSetStreamDepth()
H A Dapp-layer-modbus.c171 static uint32_t stream_depth = MODBUS_CONFIG_DEFAULT_STREAM_DEPTH; variable