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

/external/curl/lib/
H A Dhttp_digest.c143 if(authp->iestyle && ((tmp = strchr((char *)uripath, '?')) != NULL)) {
H A Durldata.h1229 bool iestyle; /* TRUE if digest should be done IE-style or FALSE if it should member in struct:auth
H A Durl.c1318 data->state.authhost.iestyle = (auth & CURLAUTH_DIGEST_IE) ? TRUE : FALSE;
1408 data->state.authproxy.iestyle = (auth & CURLAUTH_DIGEST_IE) ? TRUE : FALSE;

Completed in 150 milliseconds