#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
#include <curl/curl.h>
Go to the source code of this file.
Defines | |
#define | TRUE 1 |
Typedefs | |
typedef char | bool |
Functions | |
static void | dump (const char *text, FILE *stream, unsigned char *ptr, size_t size, bool nohex) |
int | main (void) |
static int | my_trace (CURL *handle, curl_infotype type, unsigned char *data, size_t size, void *userp) |
#define TRUE 1 |
Definition at line 38 of file multi-debugcallback.c.
typedef char bool |
Definition at line 37 of file multi-debugcallback.c.
static void dump | ( | const char * | text, |
FILE * | stream, | ||
unsigned char * | ptr, | ||
size_t | size, | ||
bool | nohex | ||
) | [static] |
Definition at line 41 of file multi-debugcallback.c.
int main | ( | void | ) |
Definition at line 126 of file multi-debugcallback.c.
static int my_trace | ( | CURL * | handle, |
curl_infotype | type, | ||
unsigned char * | data, | ||
size_t | size, | ||
void * | userp | ||
) | [static] |
Definition at line 90 of file multi-debugcallback.c.