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;
787 if((authp->avail & CURLAUTH_NEGOTIATE) ||
790 authp->avail |= CURLAUTH_NEGOTIATE;
792 if(authp->picked == CURLAUTH_NEGOTIATE) {
816 if((authp->avail & CURLAUTH_NTLM) ||
817 (authp->avail & CURLAUTH_NTLM_WB) ||
820 authp->avail |= CURLAUTH_NTLM;
822 if(authp->picked == CURLAUTH_NTLM |
    [all...]

Completed in 101 milliseconds