Go to the source code of this file.
Defines | |
#define | UPLOADTHIS "this is the blurb we want to upload\n" |
Functions | |
static curlioerr | ioctlcallback (CURL *handle, int cmd, void *clientp) |
static size_t | readcallback (void *ptr, size_t size, size_t nmemb, void *clientp) |
int | test (char *URL) |
#define UPLOADTHIS "this is the blurb we want to upload\n" |
static curlioerr ioctlcallback | ( | CURL * | handle, |
int | cmd, | ||
void * | clientp | ||
) | [static] |
static size_t readcallback | ( | void * | ptr, |
size_t | size, | ||
size_t | nmemb, | ||
void * | clientp | ||
) | [static] |