|
meanwhile 1.1.1
|
Go to the source code of this file.
Macros | |
| #define | g_debug(format...) |
| #define | g_info(format...) |
| #define | MW_MAILME_ADDRESS "meanwhile-devel@lists.sourceforge.net" |
| email address used in mw_debug_mailme. | |
| #define | MW_MAILME_CUT_START "-------- begin copy --------" |
| #define | MW_MAILME_CUT_STOP "--------- end copy ---------" |
| #define | MW_MAILME_MESSAGE |
| message used in mw_debug_mailme instructing user on what to do with the debugging output produced from that function | |
| #define | NSTR(str) |
| replaces NULL strings with "(null)". | |
Functions | |
| void | mw_debug_data (const guchar *buf, gsize len, const char *info,...) |
| void | mw_debug_datav (const guchar *buf, gsize len, const char *info, va_list args) |
| void | mw_debug_opaque (struct mwOpaque *o, const char *info,...) |
| void | mw_debug_opaquev (struct mwOpaque *o, const char *info, va_list args) |
| void | mw_mailme_data (const guchar *buf, gsize len, const char *info,...) |
| void | mw_mailme_datav (const guchar *buf, gsize len, const char *info, va_list args) |
| void | mw_mailme_opaque (struct mwOpaque *o, const char *info,...) |
| Outputs a hex dump of a mwOpaque with debugging info and a pre-defined message. | |
| void | mw_mailme_opaquev (struct mwOpaque *o, const char *info, va_list args) |
| Outputs a hex dump of a mwOpaque with debugging info and a pre-defined message. | |
| #define g_debug | ( | format... | ) |
| #define g_info | ( | format... | ) |
| #define MW_MAILME_ADDRESS "meanwhile-devel@lists.sourceforge.net" |
email address used in mw_debug_mailme.
| #define MW_MAILME_CUT_START "-------- begin copy --------" |
| #define MW_MAILME_CUT_STOP "--------- end copy ---------" |
| #define MW_MAILME_MESSAGE |
message used in mw_debug_mailme instructing user on what to do with the debugging output produced from that function
| #define NSTR | ( | str | ) |
replaces NULL strings with "(null)".
useful for printf where you're unsure that the s will be non-NULL. Note that while the linux printf will do this automatically, not all will. The others will instead segfault
| void mw_debug_data | ( | const guchar * | buf, |
| gsize | len, | ||
| const char * | info, | ||
| ... ) |
References mw_debug_data().
Referenced by mw_debug_data().
| void mw_debug_datav | ( | const guchar * | buf, |
| gsize | len, | ||
| const char * | info, | ||
| va_list | args ) |
References mw_debug_datav().
Referenced by mw_debug_datav().
| void mw_debug_opaque | ( | struct mwOpaque * | o, |
| const char * | info, | ||
| ... ) |
References mw_debug_opaque().
Referenced by mw_debug_opaque().
| void mw_debug_opaquev | ( | struct mwOpaque * | o, |
| const char * | info, | ||
| va_list | args ) |
References mw_debug_opaquev().
Referenced by mw_debug_opaquev().
| void mw_mailme_data | ( | const guchar * | buf, |
| gsize | len, | ||
| const char * | info, | ||
| ... ) |
References mw_mailme_data().
Referenced by mw_mailme_data().
| void mw_mailme_datav | ( | const guchar * | buf, |
| gsize | len, | ||
| const char * | info, | ||
| va_list | args ) |
References mw_mailme_datav().
Referenced by mw_mailme_datav().
| void mw_mailme_opaque | ( | struct mwOpaque * | o, |
| const char * | info, | ||
| ... ) |
Outputs a hex dump of a mwOpaque with debugging info and a pre-defined message.
if MW_MAILME is undefined or false, this function acts the same as mw_mailme_opaque.
The resulting message is in the following format:
References mw_mailme_opaque().
Referenced by mw_mailme_opaque().
| void mw_mailme_opaquev | ( | struct mwOpaque * | o, |
| const char * | info, | ||
| va_list | args ) |
Outputs a hex dump of a mwOpaque with debugging info and a pre-defined message.
Identical to mw_mailme_opaque, but taking a va_list argument
References mw_mailme_opaquev().
Referenced by mw_mailme_opaquev().