Home
last modified time | relevance | path

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

/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Durl.h39 struct mx_url{ /* XXX not _ctx: later object */ struct
40 char const *url_input; /* Input as given (really) */
41 u32 url_flags;
42 u16 url_portno; /* atoi .url_port or default, host endian */
43 u8 url_cproto; /* enum cproto as given */
44 u8 url_proto_len; /* Length of .url_proto (to first '\0') */
46 char url_proto[16]; /* Communication protocol as 'xy\0://\0' */
47 char const *url_port; /* Port (if given) or NIL */
48 struct str url_user; /* User, exactly as given / looked up */
49 struct str url_user_enc; /* User, url_xenc()oded */
[all …]