Lines Matching refs:smtp_address

19 struct smtp_address {
24 ARRAY_DEFINE_TYPE(smtp_address, struct smtp_address *);
25 ARRAY_DEFINE_TYPE(smtp_address_const, const struct smtp_address *);
29 &((struct smtp_address){ (localpart), (domain) })
37 struct smtp_address **address_r, const char **error_r)
41 struct smtp_address **address_r, const char **error_r,
45 struct smtp_address **address_r, const char **error_r)
48 struct smtp_address **address_r, const char **error_r)
54 struct smtp_address *address, const char **username_r,
57 struct smtp_address *address, const char **username_r,
65 const struct smtp_address *address) ATTR_NULL(2);
67 const struct smtp_address *address) ATTR_NULL(2);
70 smtp_address_encode(const struct smtp_address *address)
73 smtp_address_encode_path(const struct smtp_address *address)
80 void smtp_address_init(struct smtp_address *address,
82 void smtp_address_init_from_msg(struct smtp_address *address,
85 struct smtp_address *
86 smtp_address_clone(pool_t pool, const struct smtp_address *address)
88 struct smtp_address *
91 struct smtp_address *
95 struct smtp_address *
96 smtp_address_clone_temp(const struct smtp_address *address)
98 struct smtp_address *
101 struct smtp_address *
104 struct smtp_address *
105 smtp_address_add_detail(pool_t pool, const struct smtp_address *address,
107 struct smtp_address *
108 smtp_address_add_detail_temp(const struct smtp_address *address,
111 int smtp_address_cmp(const struct smtp_address *address1,
112 const struct smtp_address *address2)
116 smtp_address_equals(const struct smtp_address *address1,
117 const struct smtp_address *address2)
123 smtp_address_isnull(const struct smtp_address *address)