#include "tool_setup.h"
#include "curlx.h"
#include "tool_cfgable.h"
#include "tool_msgs.h"
#include "tool_cb_dbg.h"
#include "tool_util.h"
#include "memdebug.h"
Go to the source code of this file.
Defines | |
#define | ENABLE_CURLX_PRINTF |
Functions | |
static void | dump (const char *timebuf, const char *text, FILE *stream, const unsigned char *ptr, size_t size, trace tracetype, curl_infotype infotype) |
int | tool_debug_cb (CURL *handle, curl_infotype type, unsigned char *data, size_t size, void *userdata) |
#define ENABLE_CURLX_PRINTF |
Definition at line 24 of file tool_cb_dbg.c.
static void dump | ( | const char * | timebuf, |
const char * | text, | ||
FILE * | stream, | ||
const unsigned char * | ptr, | ||
size_t | size, | ||
trace | tracetype, | ||
curl_infotype | infotype | ||
) | [static] |
Definition at line 215 of file tool_cb_dbg.c.
int tool_debug_cb | ( | CURL * | handle, |
curl_infotype | type, | ||
unsigned char * | data, | ||
size_t | size, | ||
void * | userdata | ||
) |
Definition at line 43 of file tool_cb_dbg.c.