Home
last modified time | relevance | path

Searched refs:FLAGS_ZIP (Results 1 – 7 of 7) sorted by relevance

/dports/irc/irc/irc2.11.2p3/common/
H A Dpacket.c71 while ((length > 0 && ch2) || ((cptr->flags & FLAGS_ZIP) && in dopacket()
98 if ((cptr->flags & FLAGS_ZIP) && !(unzipped && length)) in dopacket()
H A Dsend.c164 if (to->flags & FLAGS_ZIP) in send_message()
258 if ((to->flags & FLAGS_ZIP) && to->zip->outcount) in send_queued()
H A Dstruct_def.h176 #define FLAGS_ZIP 0x0400000 /* link is zipped */ macro
/dports/irc/irc/irc2.11.2p3/ircd/
H A Ds_zip.c112 cptr->flags &= ~FLAGS_ZIP; in zip_free()
175 cptr->flags &= ~(FLAGS_ZIP | FLAGS_ZIPRQ); in unzip_packet()
H A Ds_serv.c1105 cptr->flags |= FLAGS_ZIP|FLAGS_ZIPSTART; in m_server_estab()
1192 cptr->hopcount, (cptr->flags & FLAGS_ZIP) ? "z" : ""); in m_server_estab()
1198 (cptr->flags & FLAGS_ZIP) ? "z" : ""); in m_server_estab()
1383 if ((cptr->flags & FLAGS_ZIP) && cptr->zip->out->total_in) in m_server_estab()
1630 (acptr->flags & FLAGS_ZIP) ? "z" : ""); in report_myservers()
2691 (acptr->flags & FLAGS_ZIP) ? in trace_one()
2702 (acptr->flags & FLAGS_ZIP) ? in trace_one()
2782 (acptr->from->flags & FLAGS_ZIP) ? "z" : "", in m_trace()
H A Ds_bsd.c2267 ((cptr->flags & FLAGS_ZIP) && in read_message()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h330 #define FLAGS_ZIP 0x1000000 macro
442 #define IsZipped(x) ((x)->flags & FLAGS_ZIP)
443 #define IsZipStart(x) (((x)->flags & FLAGS_ZIP) && ((x)->zip->first == 1))
517 #define SetZipped(x) ((x)->flags |= FLAGS_ZIP)
518 #define ClearZipped(x) ((x)->flags &= ~FLAGS_ZIP)