Searched refs:challenges (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libfetch/
H A Dhttp.c666 /* Data holder for an array of challenges offered in an http response. */
669 http_auth_challenge_t *challenges[MAX_CHALLENGES]; member in struct:__anon4701
670 int count; /* Number of parsed challenges in the array */
679 cs->challenges[i] = NULL;
689 if (cs->challenges[i] != NULL) {
690 clean_http_auth_challenge(cs->challenges[i]);
691 free(cs->challenges[i]);
739 * Read challenges from http xxx-authenticate header and accumulate them
740 * in the challenges list structure.
742 * Headers with multiple challenges ar
[all...]

Completed in 146 milliseconds