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

/freebsd-9.3-release/lib/libfetch/
H A Dhttp.c637 } http_auth_challenge_t; typedef in typeref:struct:__anon5216
640 init_http_auth_challenge(http_auth_challenge_t *b)
648 clean_http_auth_challenge(http_auth_challenge_t *b)
666 http_auth_challenge_t *challenges[MAX_CHALLENGES];
772 malloc(sizeof(http_auth_challenge_t));
1246 http_digest_auth(conn_t *conn, const char *hdr, http_auth_challenge_t *c,
1333 http_auth_challenge_t *basic = NULL;
1334 http_auth_challenge_t *digest = NULL;

Completed in 57 milliseconds