#include "test.h"
#include "memdebug.h"
Go to the source code of this file.
Classes |
struct | WriteThis |
Functions |
static int | progress_callback (void *clientp, double dltotal, double dlnow, double ultotal, double ulnow) |
static size_t | read_callback (void *ptr, size_t size, size_t nmemb, void *userp) |
int | test (char *URL) |
Variables |
static const char *const | post [] |
Function Documentation
static int progress_callback |
( |
void * |
clientp, |
|
|
double |
dltotal, |
|
|
double |
dlnow, |
|
|
double |
ultotal, |
|
|
double |
ulnow |
|
) |
| [static] |
static size_t read_callback |
( |
void * |
ptr, |
|
|
size_t |
size, |
|
|
size_t |
nmemb, |
|
|
void * |
userp |
|
) |
| [static] |
Variable Documentation
const char* const post[] [static] |
Initial value:{
"one",
"two",
"three",
"and a final longer crap: four",
NULL
}
Definition at line 26 of file lib579.c.