Go to the source code of this file.
Functions | |
int | libtest_debug_cb (CURL *handle, curl_infotype type, unsigned char *data, size_t size, void *userp) |
static void | libtest_debug_dump (const char *timebuf, const char *text, FILE *stream, const unsigned char *ptr, size_t size, int nohex) |
Variables | |
static time_t | epoch_offset |
static int | known_offset |
struct libtest_trace_cfg | libtest_debug_config |
int libtest_debug_cb | ( | CURL * | handle, |
curl_infotype | type, | ||
unsigned char * | data, | ||
size_t | size, | ||
void * | userp | ||
) |
Definition at line 83 of file testtrace.c.
static void libtest_debug_dump | ( | const char * | timebuf, |
const char * | text, | ||
FILE * | stream, | ||
const unsigned char * | ptr, | ||
size_t | size, | ||
int | nohex | ||
) | [static] |
Definition at line 34 of file testtrace.c.
time_t epoch_offset [static] |
Definition at line 30 of file testtrace.c.
int known_offset [static] |
Definition at line 31 of file testtrace.c.
Definition at line 28 of file testtrace.c.