#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <unistd.h>
#include <curl/curl.h>
Go to the source code of this file.
|
| static void | dump (const char *text, int num, unsigned char *ptr, size_t size, char nohex) |
| |
| static int | hnd2num (CURL *hnd) |
| |
| int | main (int argc, char **argv) |
| |
| static int | my_trace (CURL *handle, curl_infotype type, char *data, size_t size, void *userp) |
| |
| static size_t | read_callback (void *ptr, size_t size, size_t nmemb, void *userp) |
| |
| static void | setup (CURL *hnd, int num, const char *upload) |
| |
◆ CURLPIPE_MULTIPLEX
| #define CURLPIPE_MULTIPLEX 0 |
◆ NUM_HANDLES
◆ dump()
| static void dump |
( |
const char * |
text, |
|
|
int |
num, |
|
|
unsigned char * |
ptr, |
|
|
size_t |
size, |
|
|
char |
nohex |
|
) |
| |
|
static |
◆ hnd2num()
| static int hnd2num |
( |
CURL * |
hnd | ) |
|
|
static |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ my_trace()
◆ read_callback()
◆ setup()
| static void setup |
( |
CURL * |
hnd, |
|
|
int |
num, |
|
|
const char * |
upload |
|
) |
| |
|
static |
◆ curl_hnd
◆ indata
◆ num_transfers