#include "test.h"
#include "memdebug.h"
Go to the source code of this file.
|
| static long | parse_auth_name (const char *arg) |
| |
| static CURLcode | send_request (CURL *curl, const char *url, int seq, long auth_scheme, const char *userpwd) |
| |
| static CURLcode | send_right_password (CURL *curl, const char *url, int seq, long auth_scheme) |
| |
| static CURLcode | send_wrong_password (CURL *curl, const char *url, int seq, long auth_scheme) |
| |
| int | test (char *url) |
| |
◆ parse_auth_name()
| static long parse_auth_name |
( |
const char * |
arg | ) |
|
|
static |
◆ send_request()
| static CURLcode send_request |
( |
CURL * |
curl, |
|
|
const char * |
url, |
|
|
int |
seq, |
|
|
long |
auth_scheme, |
|
|
const char * |
userpwd |
|
) |
| |
|
static |
◆ send_right_password()
| static CURLcode send_right_password |
( |
CURL * |
curl, |
|
|
const char * |
url, |
|
|
int |
seq, |
|
|
long |
auth_scheme |
|
) |
| |
|
static |
◆ send_wrong_password()
| static CURLcode send_wrong_password |
( |
CURL * |
curl, |
|
|
const char * |
url, |
|
|
int |
seq, |
|
|
long |
auth_scheme |
|
) |
| |
|
static |
◆ test()