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

/freebsd-9.3-release/lib/libfetch/
H A Dhttp.c663 /* Data holder for an array of challenges offered in an http response. */
666 http_auth_challenge_t *challenges[MAX_CHALLENGES]; member in struct:__anon5217
667 int count; /* Number of parsed challenges in the array */
676 cs->challenges[i] = NULL;
686 if (cs->challenges[i] != NULL) {
687 clean_http_auth_challenge(cs->challenges[i]);
688 free(cs->challenges[i]);
736 * Read challenges from http xxx-authenticate header and accumulate them
737 * in the challenges list structure.
739 * Headers with multiple challenges ar
[all...]

Completed in 83 milliseconds