Home
last modified time | relevance | path

Searched refs:DecoderEvent (Results 1 – 5 of 5) sorted by relevance

/dports/security/snort/snort-2.9.18/src/
H A Ddecode.c391 static inline void DecoderEvent ( in DecoderEvent() function
456 DecoderEvent(p, type, str, 1, 1); in DecoderAlertEncapsulated()
678 DecoderEvent(p, DECODE_ARP_TRUNCATED, in DecodeARP()
1496 DecoderEvent(p, DECODE_BAD_VLAN_ETHLLC, in DecodeVlan()
2700 DecoderEvent(p, DECODE_NOT_IPV4_DGRAM, in DecodeIP()
2917 DecoderEvent(p, DECODE_BAD_FRAGBITS, in DecodeIP()
3312 DecoderEvent(p, DECODE_IPV6_SRC_MULTICAST, in CheckIPV6Multicast()
5104 DecoderEvent(p, DECODE_BAD_MPLS, in DecodeGRE()
7455 DecoderEvent(p, DECODE_EAPOL_TRUNCATED, in DecodeEapol()
7486 DecoderEvent(p, DECODE_EAPKEY_TRUNCATED, in DecodeEapolKey()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Compress/
H A DBZip2Decoder.h251 NWindows::NSynchronization::CAutoResetEvent DecoderEvent; variable
264 DecoderEvent.Lock(); in WaitScout()
H A DBZip2Decoder.cpp1141 RINOK(DecoderEvent.Lock()); in DecodeStreams()
1339 RINOK_THREAD(DecoderEvent.CreateIfNotCreated()); in CreateThread()
1465 WRes wres = DecoderEvent.Set(); in RunScout()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DBZip2Decoder.h262 NWindows::NSynchronization::CAutoResetEvent DecoderEvent; variable
275 DecoderEvent.Lock(); in WaitScout()
H A DBZip2Decoder.cpp1156 WRes wres = DecoderEvent.Lock(); in DecodeStreams()
1389 WRes wres = DecoderEvent.CreateIfNotCreated_Reset(); in CreateThread()
1515 WRes wres = DecoderEvent.Set(); in RunScout()