#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "include/dynstring.h"
Go to the source code of this file.
Functions | |
dynstring_t * | dynstring_New (void) |
int | dynstring_Append (dynstring_t *msg, char *str) |
int | dynstring_Destroy (dynstring_t *dynstring) |
int dynstring_Append | ( | dynstring_t * | msg, | |
char * | str | |||
) |
Definition at line 30 of file dynstring.c.
References COMPOSE_BLOCKSIZE, dynstring_s::len, dynstring_s::message, and dynstring_s::size.
Referenced by fipa_acl_Compose(), fipa_agent_identifier_Compose(), fipa_agent_identifier_set_Compose(), fipa_DateTime_Compose(), fipa_envelope_Compose__from(), fipa_number_Compose(), fipa_performative_Compose(), fipa_protocol_Compose(), fipa_string_Compose(), fipa_url_Compose(), fipa_url_sequence_Compose(), fipa_word_Compose(), message_send_Thread(), mtp_http_CreateMessage(), and mtp_http_InitializeFromConnection().
int dynstring_Destroy | ( | dynstring_t * | dynstring | ) |
Definition at line 56 of file dynstring.c.
References dynstring_s::message.
Referenced by fipa_envelope_Compose__from(), MC_AclSend(), message_send_Thread(), mtp_http_CreateMessage(), and mtp_http_InitializeFromConnection().
dynstring_t* dynstring_New | ( | void | ) |
Definition at line 14 of file dynstring.c.
References COMPOSE_BLOCKSIZE, dynstring_s::len, dynstring_s::message, and dynstring_s::size.
Referenced by fipa_acl_Compose(), fipa_envelope_Compose__from(), message_send_Thread(), mtp_http_CreateMessage(), and mtp_http_InitializeFromConnection().