Home
last modified time | relevance | path

Searched refs:sendflags (Results 1 – 25 of 48) sorted by relevance

12

/dports/games/xonotic/Xonotic/source/qcsrc/common/mutators/mutator/waypoints/
H A Dwaypointsprites.qc13 sendflags = sendflags & 0x7F;
16 sendflags |= 0x80;
33 if (sendflags & 0x80)
48 if (sendflags & 64)
55 if (sendflags & 1)
61 if (sendflags & 2)
64 if (sendflags & 4)
67 if (sendflags & 8)
70 if (sendflags & 16)
78 if (sendflags & 32)
[all …]
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dmain.c544 int sendflags = 0; in main() local
673 sendflags |= SENDPOSTPONED; in main()
693 sendflags |= SENDMAILX; in main()
739 sendflags = SENDBATCH; in main()
821 if (sendflags & SENDPOSTPONED) in main()
828 else if (subject || msg || sendflags || draftFile || includeFile || attach || in main()
965 rv = ci_send_message (sendflags, msg, tempfile, NULL, NULL); in main()
/dports/games/xonotic/Xonotic/source/qcsrc/client/
H A Dteamradar.qc200 int sendflags = ReadByte();
208 if(sendflags & 1)
216 if(sendflags & 2)
223 if(sendflags & 4)
/dports/mail/neomutt/neomutt-20211029/
H A Dmain.c491 SendFlags sendflags = SEND_NO_FLAGS; in main() local
615 sendflags |= SEND_POSTPONED; in main()
761 sendflags = SEND_BATCH; in main()
900 mutt_autocrypt_init(!(sendflags & SEND_BATCH)); in main()
945 if (sendflags & SEND_POSTPONED) in main()
1077 sendflags |= SEND_NO_FREE_HEADER; in main()
1087 sendflags |= SEND_DRAFT_FILE; in main()
1181 rv = mutt_send_message(sendflags, e, bodyfile, NULL, NULL, NeoMutt->sub); in main()
1250 else if (sendflags & SEND_BATCH) in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/joystick/
H A Dgrip_mp.c164 static int mp_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) in mp_io() argument
260 if ((sendflags == 0) || ((sendflags & IO_RETRY) && !(pkt & PACKET_MP_DONE))) in mp_io()
301 static int multiport_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) in multiport_io() argument
307 status = mp_io(gameport, sendflags, sendcode, packet); in multiport_io()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/joystick/
H A Dgrip_mp.c164 static int mp_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) in mp_io() argument
260 if ((sendflags == 0) || ((sendflags & IO_RETRY) && !(pkt & PACKET_MP_DONE))) in mp_io()
301 static int multiport_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) in multiport_io() argument
307 status = mp_io(gameport, sendflags, sendcode, packet); in multiport_io()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/joystick/
H A Dgrip_mp.c164 static int mp_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) in mp_io() argument
260 if ((sendflags == 0) || ((sendflags & IO_RETRY) && !(pkt & PACKET_MP_DONE))) in mp_io()
301 static int multiport_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) in multiport_io() argument
307 status = mp_io(gameport, sendflags, sendcode, packet); in multiport_io()
/dports/games/xonotic/Xonotic/source/qcsrc/lib/
H A Dself.qh94 …FWRAP(SendEntity, bool, (entity to, int sendflags), (entity this, entity to, int sendflags), (this…
H A Dnet.qh104 …void Net_LinkEntity(entity e, bool docull, float dt, bool(entity this, entity to, int sendflags) s…
366 // be careful with sendflags here!
/dports/games/xonotic/Xonotic/source/qcsrc/server/
H A Dscores.qc54 bool TeamScore_SendEntity(entity this, entity to, float sendflags)
69 WriteByte(MSG_ENTITY, sendflags);
72 WriteShort(MSG_ENTITY, sendflags);
76 if(sendflags & p)
227 bool PlayerScore_SendEntity(entity this, entity to, float sendflags)
239 WriteShort(MSG_ENTITY, sendflags);
243 if (sendflags & p)
/dports/games/crossfire-client/crossfire-client-1.75.1/common/
H A Dcommands.c1728 int weight, loc, tag, face, sendflags, flags, pos = 0, nlen, anim; in UpdateItemCmd() local
1734 sendflags = data[0]; in UpdateItemCmd()
1758 if (sendflags&UPD_LOCATION) { in UpdateItemCmd()
1763 if (sendflags&UPD_FLAGS) { in UpdateItemCmd()
1767 if (sendflags&UPD_WEIGHT) { in UpdateItemCmd()
1771 if (sendflags&UPD_FACE) { in UpdateItemCmd()
1775 if (sendflags&UPD_NAME) { in UpdateItemCmd()
1785 if (sendflags&UPD_ANIM) { in UpdateItemCmd()
1789 if (sendflags&UPD_ANIMSPEED) { in UpdateItemCmd()
1792 if (sendflags&UPD_NROF) { in UpdateItemCmd()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dw32socket.c1573 int sendflags = 0; in ves_icall_System_Net_Sockets_Socket_Send_internal() local
1581 sendflags = convert_socketflags (flags); in ves_icall_System_Net_Sockets_Socket_Send_internal()
1582 if (sendflags == -1) { in ves_icall_System_Net_Sockets_Socket_Send_internal()
1593 ret = mono_w32socket_send (sock, buffer, count, sendflags, blocking); in ves_icall_System_Net_Sockets_Socket_Send_internal()
1613 guint32 sendflags = 0; in ves_icall_System_Net_Sockets_Socket_Send_array_internal() local
1619 sendflags = convert_socketflags (flags); in ves_icall_System_Net_Sockets_Socket_Send_array_internal()
1620 if (sendflags == -1) { in ves_icall_System_Net_Sockets_Socket_Send_array_internal()
1650 int sendflags = 0; in ves_icall_System_Net_Sockets_Socket_SendTo_internal() local
1664 sendflags = convert_socketflags (flags); in ves_icall_System_Net_Sockets_Socket_SendTo_internal()
1665 if (sendflags == -1) { in ves_icall_System_Net_Sockets_Socket_SendTo_internal()
[all …]
/dports/games/xonotic/Xonotic/source/qcsrc/lib/csqcmodel/
H A Dsv_model.qc69 noref float islocalplayer = isplayer; // we set BOTH to 1 here as we need the sendflags
70 noref float isnolocalplayer = isplayer; // we set BOTH to 1 here as we need the sendflags
/dports/net/librdkafka/librdkafka-1.8.2/examples/
H A Drdkafka_performance.c822 int sendflags = 0; in main() local
922 sendflags |= RD_KAFKA_MSG_F_FREE; in main()
1342 sendflags |= RD_KAFKA_MSG_F_COPY; in main()
1349 sendflags |= RD_KAFKA_MSG_F_FREE; in main()
1416 if (sendflags & RD_KAFKA_MSG_F_FREE) { in main()
1428 (err = do_produce(rk, rkt, partition, sendflags, in main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/examples/
H A Drdkafka_performance.c797 int sendflags = 0; in main() local
903 sendflags |= RD_KAFKA_MSG_F_FREE; in main()
1308 sendflags |= RD_KAFKA_MSG_F_COPY; in main()
1315 sendflags |= RD_KAFKA_MSG_F_FREE; in main()
1388 if (sendflags & RD_KAFKA_MSG_F_FREE) { in main()
1400 (err = do_produce(rk, rkt, partition, sendflags, in main()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/examples/
H A Drdkafka_performance.c822 int sendflags = 0; in main() local
922 sendflags |= RD_KAFKA_MSG_F_FREE; in main()
1342 sendflags |= RD_KAFKA_MSG_F_COPY; in main()
1349 sendflags |= RD_KAFKA_MSG_F_FREE; in main()
1416 if (sendflags & RD_KAFKA_MSG_F_FREE) { in main()
1428 (err = do_produce(rk, rkt, partition, sendflags, in main()
/dports/games/xonotic/Xonotic/source/qcsrc/common/minigames/minigame/
H A Dall.qh82 * FIELD(sendflags, Type, field)
83 * sendflags: Send flags that signal when this field has to be sent
/dports/games/bloodfrontier/bloodfrontier/src/game/
H A Dstfmode.h103 void sendflags() in sendflags() function
245 sendflags(); in parseflags()
H A Dstf.h179 extern void sendflags(packetbuf &p);
H A Dctf.h147 extern void sendflags(packetbuf &p);
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dprotocol.c372 int sf = d->sendflags[i]; in EntityFrameCSQC_LostFrame()
385 int sf = d->sendflags[i]; in EntityFrameCSQC_LostFrame()
435 int num, number, end, sendflags; in EntityFrameCSQC_WriteFrame() local
515 db->sendflags[db->num] = -1; in EntityFrameCSQC_WriteFrame()
528 sendflags = client->csqcentitysendflags[number]; in EntityFrameCSQC_WriteFrame()
530 if (!sendflags) in EntityFrameCSQC_WriteFrame()
534 sendflags = 0xFFFFFF; in EntityFrameCSQC_WriteFrame()
547 PRVM_G_FLOAT(OFS_PARM1) = sendflags; in EntityFrameCSQC_WriteFrame()
563 db->sendflags[db->num] = -1; in EntityFrameCSQC_WriteFrame()
587 db->sendflags[db->num] = sendflags; in EntityFrameCSQC_WriteFrame()
[all …]
/dports/games/darkplaces/darkplaces/
H A Dprotocol.c372 int sf = d->sendflags[i]; in EntityFrameCSQC_LostFrame()
385 int sf = d->sendflags[i]; in EntityFrameCSQC_LostFrame()
435 int num, number, end, sendflags; in EntityFrameCSQC_WriteFrame() local
515 db->sendflags[db->num] = -1; in EntityFrameCSQC_WriteFrame()
528 sendflags = client->csqcentitysendflags[number]; in EntityFrameCSQC_WriteFrame()
530 if (!sendflags) in EntityFrameCSQC_WriteFrame()
534 sendflags = 0xFFFFFF; in EntityFrameCSQC_WriteFrame()
547 PRVM_G_FLOAT(OFS_PARM1) = sendflags; in EntityFrameCSQC_WriteFrame()
563 db->sendflags[db->num] = -1; in EntityFrameCSQC_WriteFrame()
587 db->sendflags[db->num] = sendflags; in EntityFrameCSQC_WriteFrame()
[all …]
/dports/games/xonotic/Xonotic/source/qcsrc/server/weapons/
H A Daccuracy.qc28 // note: zero sendflags can never be sent... so we can use that to say that we send no accuracy!
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dprotocol.c368 int sf = d->sendflags[i]; in EntityFrameCSQC_LostFrame()
381 int sf = d->sendflags[i]; in EntityFrameCSQC_LostFrame()
435 int num, number, end, sendflags; in EntityFrameCSQC_WriteFrame() local
514 sendflags = client->csqcentitysendflags[number]; in EntityFrameCSQC_WriteFrame()
515 if (!sendflags) in EntityFrameCSQC_WriteFrame()
537 db->sendflags[db->num] = -1; in EntityFrameCSQC_WriteFrame()
561 PRVM_G_FLOAT(OFS_PARM1) = sendflags; in EntityFrameCSQC_WriteFrame()
570 db->sendflags[db->num] = sendflags; in EntityFrameCSQC_WriteFrame()
H A Dserver.h169 int sendflags[NUM_CSQCENTITIES_PER_FRAME]; member

12