Home
last modified time | relevance | path

Searched defs:Msg (Results 1 – 11 of 11) sorted by relevance

/plan9-contrib/sys/src/cmd/ip/imap4d/
H A Dimap4d.h11 typedef struct Msg Msg; typedef
115 struct Msg struct
117 Msg *next; argument
118 Msg *prev; argument
119 Msg *kids; argument
120 Msg *parent; argument
121 char *fsDir; /* box->fsDir of enclosing message */
122 Header head; /* message header */
123 Header mime; /* mime header from enclosing multipart spec */
124 int flags;
[all …]
H A Dnodes.c14 forMsgs(Box *box, MsgSet *ms, ulong max, int uids, int (*f)(Box*, Msg*, int, void*), void *rock) in forMsgs() argument
/plan9-contrib/sys/src/cmd/fossil/
H A D9.h13 typedef struct Msg Msg; typedef
19 struct Msg { struct
26 Msg* anext; /* allocation free list */ argument
28 Msg* mnext; /* all active messsages on this Con */ argument
29 Msg* mprev; argument
33 Msg* flush; /* flushes waiting for this Msg */ argument
35 Msg* rwnext; /* read/write queue */ argument
40 MsgN = 0, argument
/plan9-contrib/sys/src/cmd/ip/snoopy/
H A Ddat.h3 typedef struct Msg Msg; typedef
51 struct Msg struct
53 uchar *ps; /* packet ptr */
54 uchar *pe; /* packet end */
56 char *p; /* buffer start */
57 char *e; /* buffer end */
59 int needroot; /* pr is root, need to see in expression */
60 Proto *pr; /* current/next protocol */
/plan9-contrib/sys/src/cmd/execnet/
H A Ddat.h1 typedef struct Msg Msg; typedef
2 struct Msg struct
4 Msg *link; argument
26 Msg *mq, **emq; argument
/plan9-contrib/sys/src/cmd/con/
H A Dhayes.c22 typedef struct Msg Msg; typedef
23 struct Msg struct
30 Msg msgs[] = argument
/plan9-contrib/sys/src/cmd/ssh1/
H A Dssh.h134 typedef struct Msg Msg; typedef
192 struct Msg struct
201 Msg *link; /* for sshnet */ argument
/plan9-contrib/sys/src/cmd/upas/pop3/
H A Dpop3.c65 typedef struct Msg Msg; typedef
66 struct Msg struct
76 static Msg *msg; argument
/plan9-contrib/sys/src/cmd/telco/
H A Dtelco.c222 typedef struct Msg Msg; typedef
223 struct Msg struct
229 Msg msgs[] = argument
/plan9-contrib/sys/src/cmd/unix/drawterm/libsec/
H A Dtlshand.c86 typedef struct Msg{ struct
87 int tag;
88 union {
117 } Msg; argument
/plan9-contrib/sys/src/libsec/port/
H A Dtlshand.c91 typedef struct Msg{ struct
92 int tag;
93 union {
123 } Msg; argument