Home
last modified time | relevance | path

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

/dports/security/nmap/nmap-7.91/nselib/
H A Dmqtt.lua322 local fhflags = type_and_flags & 0x0F
346 local status, response = fn(fhflags, body)
606 assert(type(fhflags) == "number")
612 if fhflags ~= 0x00 then
687 MQTT.packet["SUBACK"].parse = function(fhflags, buf)
688 assert(type(fhflags) == "number")
694 if fhflags ~= 0x00 then
739 assert(type(fhflags) == "number")
746 local dup = ((fhflags & 0x8) == 0x8)
750 local qos = ((fhflags & 0x6) >> 1)
[all …]
/dports/www/rsstool/rsstool-1.0.0-src/src/misc/
H A Dmisc.c1117 long fhflags; in _popen() local
1125 fhflags = MODE_NEWFILE; in _popen()
1127 fhflags = MODE_OLDFILE; in _popen()
1129 if (fh = Open (apipe, fhflags)) in _popen()
/dports/emulators/ucon64/ucon64-2.2.2-src/src/misc/
H A Dmisc.c1165 long fhflags; in _popen() local
1173 fhflags = MODE_NEWFILE; in _popen()
1175 fhflags = MODE_OLDFILE; in _popen()
1177 if (fh = Open (apipe, fhflags)) in _popen()
/dports/emulators/ucon64/ucon64-2.2.2-src/src/libdiscmage/
H A Dmisc.c3188 long fhflags; in _popen() local
3196 fhflags = MODE_NEWFILE; in _popen()
3198 fhflags = MODE_OLDFILE; in _popen()
3200 if (fh = Open (apipe, fhflags)) in _popen()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_acs.cpp5453 int fhflags = 0; in CallFunction() local
5454 if (flags & FHF_NORANDOMPUFFZ) fhflags |= LAF_NORANDOMPUFFZ; in CallFunction()
5455 if (flags & FHF_NOIMPACTDECAL) fhflags |= LAF_NOIMPACTDECAL; in CallFunction()
5459 …AActor *puff = P_LineAttack(activator, angle, range, pitch, damage, damagetype, pufftype, fhflags); in CallFunction()
5473 … AActor *puff = P_LineAttack(source, angle, range, pitch, damage, damagetype, pufftype, fhflags); in CallFunction()