Go to the source code of this file.
Defines | |
#define | MAILFROM "<1507-realuser@example.com>" |
#define | MULTI_PERFORM_HANG_TIMEOUT 60 * 1000 |
#define | PASSWORD "123qwerty" |
#define | RECIPIENT "<1507-recipient@example.com>" |
#define | USERNAME "user@example.com" |
Functions | |
static size_t | read_callback (void *ptr, size_t size, size_t nmemb, void *userp) |
int | test (char *URL) |
static long | tvdiff (struct timeval newer, struct timeval older) |
static struct timeval | tvnow (void) |
#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000 |
static size_t read_callback | ( | void * | ptr, |
size_t | size, | ||
size_t | nmemb, | ||
void * | userp | ||
) | [static] |