HomeSort by relevance Sort by last modified time
    Searched refs:authp (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
http_digest.c 93 struct auth *authp; local
100 authp = &data->state.authproxy;
107 authp = &data->state.authhost;
126 authp->done = FALSE;
143 if(authp->iestyle && ((tmp = strchr((char *)uripath, '?')) != NULL)) {
167 authp->done = TRUE;
http_ntlm.c 127 struct auth *authp; local
142 authp = &conn->data->state.authproxy;
149 authp = &conn->data->state.authhost;
151 authp->done = FALSE;
210 authp->done = TRUE;
221 authp->done = TRUE;
curl_ntlm_wb.c 342 struct auth *authp; local
354 authp = &conn->data->state.authproxy;
360 authp = &conn->data->state.authhost;
362 authp->done = FALSE;
415 authp->done = TRUE;
423 authp->done = TRUE;
http.c 757 struct auth *authp; local
761 authp = &data->state.authproxy;
765 authp = &data->state.authhost;
788 authp->avail |= CURLAUTH_NEGOTIATE;
790 if(authp->picked == CURLAUTH_NEGOTIATE) {
813 authp->avail |= CURLAUTH_NTLM;
814 if(authp->picked == CURLAUTH_NTLM ||
815 authp->picked == CURLAUTH_NTLM_WB) {
821 if(authp->picked == CURLAUTH_NTLM_WB) {
823 authp->avail &= ~CURLAUTH_NTLM
    [all...]

Completed in 75 milliseconds