#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdarg.h>#include <ctype.h>Go to the source code of this file.
Defines | |
| #define | MXML_VERSION "Mini-XML v2.2.2" |
| #define | HAVE_VSNPRINTF 1 |
| #define | HAVE_STRDUP 1 |
| #define | strdup mxml_strdup |
| #define | vsnprintf mxml_vsnprintf |
Functions | |
| char * | mxml_strdup (const char *) |
| char * | mxml_strdupf (const char *, va_list) |
| int | mxml_vsnprintf (char *, size_t, const char *, va_list) |
| #define HAVE_STRDUP 1 |
Definition at line 49 of file winconfig.h.
| #define HAVE_VSNPRINTF 1 |
Definition at line 42 of file winconfig.h.
| #define MXML_VERSION "Mini-XML v2.2.2" |
Definition at line 35 of file winconfig.h.
| #define strdup mxml_strdup |
Definition at line 58 of file winconfig.h.
Referenced by acc_connection_Thread(), agent_AddPersistentVariable(), agent_file_data_Copy(), agent_file_data_InitializeFromFilename(), agent_file_data_NewWithData(), agent_task_Copy(), agent_xml_parse__task(), connection_Copy(), fipa_acl_envelope_Received_Copy(), fipa_acl_Param_Copy(), fipa_agent_identifier_Copy(), fipa_message_string_Copy(), fipa_number_Copy(), fipa_string_Copy(), fipa_url_Copy(), fipa_url_Parse(), fipa_word_Copy(), interpreter_variable_data_Copy(), interpreter_variable_data_Initialize(), interpreter_variable_data_InitializeFromAgent(), MC_AclAddReceiver(), MC_AclAddReplyTo(), MC_AclGetSender(), MC_AclSend(), MC_AclSetContent(), MC_AclSetConversationID(), MC_AclSetSender(), MC_AddStationaryAgent(), MC_AgentAddTask(), MC_AgentAttachFile(), MC_AgentListFiles(), MC_AgentVariableSave(), MC_ComposeAgentWithWorkgroup(), MC_DeleteAgent(), MC_DeleteAgentWG(), MC_Initialize(), MC_SaveData_chdl(), message_InitializeFromAgent(), mtp_http_InitializeFromConnection(), mtp_http_Parse(), mxml_strdupf(), mxmlElementSetAttr(), mxmlIndexNew(), mxmlNewElement(), mxmlNewOpaque(), mxmlNewText(), mxmlSaveAllocString(), mxmlSetElement(), mxmlSetOpaque(), and mxmlSetText().
| #define vsnprintf mxml_vsnprintf |
Definition at line 65 of file winconfig.h.
Referenced by debug_fmt().
| char* mxml_strdup | ( | const char * | ) |
Definition at line 45 of file mxml-string.c.
| char* mxml_strdupf | ( | const char * | , | |
| va_list | ||||
| ) |
Definition at line 66 of file mxml-string.c.
References mxml_vsnprintf(), and strdup.
| int mxml_vsnprintf | ( | char * | , | |
| size_t | , | |||
| const char * | , | |||
| va_list | ||||
| ) |
Definition at line 111 of file mxml-string.c.
Referenced by mxml_strdupf().
1.6.3