Lines Matching refs:smtp_address

47 	struct smtp_address address;
302 struct smtp_address **address_r, const char **error_r)
323 *address_r = p_new(pool, struct smtp_address, 1);
350 struct smtp_address **address_r, const char **error_r,
369 *address_r = p_new(pool, struct smtp_address, 1);
399 struct smtp_address **address_r, const char **error_r)
406 struct smtp_address **address_r, const char **error_r)
445 struct smtp_address *address, const char **username_r,
477 struct smtp_address uaddr;
489 struct smtp_address *address, const char **username_r,
501 const struct smtp_address *address) ATTR_NULL(2)
559 const struct smtp_address *address)
567 smtp_address_encode(const struct smtp_address *address)
575 smtp_address_encode_path(const struct smtp_address *address)
586 void smtp_address_init(struct smtp_address *address,
594 void smtp_address_init_from_msg(struct smtp_address *address,
602 struct smtp_address *
603 smtp_address_clone(pool_t pool, const struct smtp_address *src)
605 struct smtp_address *new;
614 size = sizeof(struct smtp_address);
623 new = (struct smtp_address *)data;
636 struct smtp_address *
640 struct smtp_address addr;
646 struct smtp_address *
650 struct smtp_address addr;
656 struct smtp_address *
657 smtp_address_clone_temp(const struct smtp_address *src)
659 struct smtp_address *new;
664 new = t_new(struct smtp_address, 1);
670 struct smtp_address *
673 struct smtp_address addr;
679 struct smtp_address *
682 struct smtp_address addr;
688 struct smtp_address *
689 smtp_address_add_detail(pool_t pool, const struct smtp_address *address,
692 struct smtp_address *new_addr;
697 new_addr = p_new(pool, struct smtp_address, 1);
705 struct smtp_address *
706 smtp_address_add_detail_temp(const struct smtp_address *address,
709 struct smtp_address *new_addr;
714 new_addr = t_new(struct smtp_address, 1);
722 int smtp_address_cmp(const struct smtp_address *address1,
723 const struct smtp_address *address2)