Functions |
void | MessageCatcher (MSG_INSTANCE msgInstance, BYTE_ARRAY callData, void *) |
| This function intercepts all messages recived by this module This function intercepts all messages recived by this module, fill the current message with data recived, adds this new message to the log header and writes the information to the respective log data file.
|
void | _perr (const char *function_name, unsigned int line, const char *text) |
void | _pwarn (const char *function_name, unsigned int line, const char *text) |
void | _pdeb (const char *function_name, unsigned int line, const char *text) |
void | _p (const char *text) |
xmlChar * | ConvertInput (const char *in, const char *encoding) |
void | update_xpath_nodes (xmlNodeSetPtr nodes, const xmlChar *value) |
void | AddComment (xmlNodePtr node, const char *text) |
| Add comment This function added a commengt to a XML doc tree.
|