Home
last modified time | relevance | path

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

/NextBSD/lib/libfetch/
HDhttp.c666 #define MAX_CHALLENGES 10 macro
668 http_auth_challenge_t *challenges[MAX_CHALLENGES];
677 for (i = 0; i < MAX_CHALLENGES; i++) in init_http_auth_challenges()
687 for (i = 0; i < MAX_CHALLENGES; i++) { in clean_http_auth_challenges()
772 for (; cs->count < MAX_CHALLENGES; cs->count++) { in http_parse_authenticate()