| /plan9-contrib/sys/src/cmd/ip/imap4d/ |
| H A D | imap4d.h | 11 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 D | nodes.c | 14 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 D | 9.h | 13 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 D | dat.h | 3 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 D | dat.h | 1 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 D | hayes.c | 22 typedef struct Msg Msg; typedef 23 struct Msg struct 30 Msg msgs[] = argument
|
| /plan9-contrib/sys/src/cmd/ssh1/ |
| H A D | ssh.h | 134 typedef struct Msg Msg; typedef 192 struct Msg struct 201 Msg *link; /* for sshnet */ argument
|
| /plan9-contrib/sys/src/cmd/upas/pop3/ |
| H A D | pop3.c | 65 typedef struct Msg Msg; typedef 66 struct Msg struct 76 static Msg *msg; argument
|
| /plan9-contrib/sys/src/cmd/telco/ |
| H A D | telco.c | 222 typedef struct Msg Msg; typedef 223 struct Msg struct 229 Msg msgs[] = argument
|
| /plan9-contrib/sys/src/cmd/unix/drawterm/libsec/ |
| H A D | tlshand.c | 86 typedef struct Msg{ struct 87 int tag; 88 union { 117 } Msg; argument
|
| /plan9-contrib/sys/src/libsec/port/ |
| H A D | tlshand.c | 91 typedef struct Msg{ struct 92 int tag; 93 union { 123 } Msg; argument
|