#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.
Macros | |
| #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 |
Definition at line 41 of file multi-debugcallback.c.
| int main | ( | void | ) |
Definition at line 129 of file multi-debugcallback.c.
|
static |
Definition at line 92 of file multi-debugcallback.c.