int osip_content_length_to_str(const osip_content_length_t *header, char **dest)
Get a string representation of a Content-Length element.
int osip_content_length_clone(const osip_content_length_t *header, osip_content_length_t **dest)
Clone a Content-Length element.
Definition of the Content-Length header.
void osip_content_length_free(osip_content_length_t *header)
Free a Content-Length element.
int osip_content_length_init(osip_content_length_t **header)
Allocate a Content-Length element.
int osip_content_length_parse(osip_content_length_t *header, const char *hvalue)
Parse a Content-Length element.
char * value
value for Content-Length (size of attachments)