|
static void | X__AssertionFailed (const char *expr, const char *msg, const char *func, const char *file, int line) |
|
static const char * | X__GetHeader (int level) |
|
static void | X__PostAssertionFailed (const char *expr, const char *msg, const char *func, const char *file, int line) |
|
static void | X__PreAssertionFailed (const char *expr, const char *msg, const char *func, const char *file, int line) |
|
static void | X__VHexdump (int level, const char *tag, const char *src, size_t len, size_t cols, const char *fmt, va_list args) |
|
static void | X__VPrintLog (int level, const char *tag, const char *fmt, va_list args) |
|
void | x_err_hexdump (const char *tag, const void *src, size_t len, size_t cols, const char *fmt,...) |
|
void | x_err_printlog (const char *tag, const char *fmt,...) |
|
void | x_hexdump (const void *src, size_t len, size_t cols) |
|
void | x_info_hexdump (const char *tag, const void *src, size_t len, size_t cols, const char *fmt,...) |
|
void | x_info_printlog (const char *tag, const char *fmt,...) |
|
void | x_noti_hexdump (const char *tag, const void *src, size_t len, size_t cols, const char *fmt,...) |
|
void | x_noti_printlog (const char *tag, const char *fmt,...) |
|
int | x_set_log_level (int level) |
|
void | x_verb_hexdump (const char *tag, const void *src, size_t len, size_t cols, const char *fmt,...) |
|
void | x_verb_printlog (const char *tag, const char *fmt,...) |
|
void | x_warn_hexdump (const char *tag, const void *src, size_t len, size_t cols, const char *fmt,...) |
|
void | x_warn_printlog (const char *tag, const char *fmt,...) |
|