Home
last modified time | relevance | path

Searched defs:MsgBuf (Results 1 – 17 of 17) sorted by relevance

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-proto/src/channel/
H A Dcodec.rs56 pub(crate) struct MsgBuf { struct
58 inbuf: futures::io::Cursor<Vec<u8>>,
60 outbuf: futures::io::Cursor<Vec<u8>>,
63 impl AsyncRead for MsgBuf { implementation
72 impl AsyncWrite for MsgBuf { implementation
88 impl MsgBuf { implementation
108 fn frame_buf(mbuf: MsgBuf) -> futures_codec::Framed<MsgBuf, ChannelCodec> { in frame_buf()
H A Dhandshake.rs590 fn make_unverified(certs: msg::Certs) -> UnverifiedChannel<MsgBuf> { in make_unverified()
630 ) -> Result<VerifiedChannel<MsgBuf>> { in certs_test()
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dmsgq.c48 struct MsgBuf { struct
49 struct MsgBuf *next; /**< next msg in global queue */ argument
50 struct MsgBuf **prev_p; /**< what points to us in linked list */ argument
51 struct MsgBuf *real; /**< the actual MsgBuf we're attaching */ argument
65 struct MsgBuf *msg; /**< actual message in queue */ argument
/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A Ddynlib.c80 char MsgBuf[512]; in dynlib_dlopen() local
175 char MsgBuf[512]; in dynlib_dlsym() local
/dports/audio/gnaural/gnaural-1.0.20110606/src/
H A Dgnauralnet_socket.c35 char *MsgBuf, //question in GN_Socket_SendMessage()
67 char *MsgBuf, //what to receive into in GN_Socket_RecvMessage()
H A Dgnauralnet_main.c84 int GN_start (int (*main_loop_func) (void *ptr), in GN_start()
190 void GN_ProcessIncomingData_default (char *MsgBuf, int sizeof_MsgBuf, in GN_ProcessIncomingData_default()
/dports/editors/fte/fte/src/
H A Do_messages.h33 char MsgBuf[4096]; variable
H A Do_cvsbase.h47 char MsgBuf[4096]; variable
H A Do_svnbase.h47 char MsgBuf[4096]; variable
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dadjtime.h51 } MsgBuf; typedef
/dports/audio/gnaural/gnaural-1.0.20110606/src/net/
H A Dgnauralnet_flasher.c197 void flasher_GN_ProcessIncomingData (char *MsgBuf, int sizeof_MsgBuf, in flasher_GN_ProcessIncomingData()
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dvpopbull.c44 static char MsgBuf[MSG_BUF_SIZE]; variable
/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Derr.c111 char MsgBuf[BUFSIZ*2]; /* text of most recent message */ variable
/dports/misc/estic/estic-1.61_10/estic/
H A Diccom.cc216 static CircularBuffer<IstecMsg*, 64> MsgBuf; in IstecWrite() local
/dports/games/flightgear/flightgear-2020.3.11/src/MultiPlayer/
H A Dmultiplaymgr.cxx1138 union FGMultiplayMgr::MsgBuf union in FGMultiplayMgr
1140 MsgBuf() in MsgBuf() function
/dports/benchmarks/nttcp/nttcp-1.47/
H A Dnttcp.c293 char MsgBuf[1024]; /* to generate formated messages there variable
418 char MsgBuf[64]; in FetchRemoteMsg() local
/dports/emulators/dgen-sdl/dgen-sdl-1.33/dz80/
H A Ddissz80.c1742 char MsgBuf[_MAX_PATH + 80]; in CreateOutputASMFile() local