Home
last modified time | relevance | path

Searched refs:seq (Results 1 – 1 of 1) sorted by relevance

/curl/tests/libtest/
H A Dlibauthretry.c32 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request() argument
43 msnprintf(full_url, len, "%s%04d", url, seq); in send_request()
45 "(auth %ld)\n", seq, full_url, userpwd, auth_scheme); in send_request()
60 static CURLcode send_wrong_password(CURL *curl, const char *url, int seq, in send_wrong_password() argument
63 return send_request(curl, url, seq, auth_scheme, "testuser:wrongpass"); in send_wrong_password()
66 static CURLcode send_right_password(CURL *curl, const char *url, int seq, in send_right_password() argument
69 return send_request(curl, url, seq, auth_scheme, "testuser:testpass"); in send_right_password()

Completed in 5 milliseconds