Go to the source code of this file.
Data Structures | |
struct | dynstring_s |
Defines | |
#define | COMPOSE_BLOCKSIZE 1024 |
Typedefs | |
typedef struct dynstring_s | dynstring_t |
typedef dynstring_t * | dynstring_p |
Functions | |
dynstring_t * | dynstring_New (void) |
int | dynstring_Append (dynstring_t *msg, char *str) |
int | dynstring_Destroy (dynstring_t *dynstring) |
#define COMPOSE_BLOCKSIZE 1024 |
Definition at line 8 of file dynstring.h.
Referenced by dynstring_Append(), and dynstring_New().
typedef dynstring_t* dynstring_p |
Definition at line 14 of file dynstring.h.
typedef struct dynstring_s dynstring_t |
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().