apt_bool_t apt_multipart_content_add2(apt_multipart_content_t *multipart_content, const apt_str_t *content_type, const apt_str_t *content_id, const apt_str_t *body)
 
apt_str_t * type
Definition: apt_multipart_content.h:43
 
Definition: apt_multipart_content.h:36
 
apt_header_section_t header
Definition: apt_multipart_content.h:38
 
apt_multipart_content_t * apt_multipart_content_assign(const apt_str_t *body, const apt_str_t *boundary, apr_pool_t *pool)
 
apt_str_t body
Definition: apt_multipart_content.h:40
 
apt_bool_t apt_multipart_content_add(apt_multipart_content_t *multipart_content, const apt_content_part_t *content_part)
 
typedefAPT_BEGIN_EXTERN_C struct apt_multipart_content_t apt_multipart_content_t
Definition: apt_multipart_content.h:30
 
apt_bool_t apt_multipart_content_get(apt_multipart_content_t *multipart_content, apt_content_part_t *content_part, apt_bool_t *is_final)
 
apt_str_t * length
Definition: apt_multipart_content.h:47
 
apt_multipart_content_t * apt_multipart_content_create(apr_size_t max_content_size, const apt_str_t *boundary, apr_pool_t *pool)
 
apt_str_t * apt_multipart_content_finalize(apt_multipart_content_t *multipart_content)
 
apt_str_t * id
Definition: apt_multipart_content.h:45