Lines Matching refs:want
360 * ones available and the ones we want.
367 /* only deal with authentication we want */
368 unsigned long avail = pick->avail & pick->want & mask;
810 authhost->want & CURLAUTH_NEGOTIATE ||
811 authproxy->want & CURLAUTH_NEGOTIATE ||
821 if(authhost->want && !authhost->picked)
824 want one, and if this is one single bit it'll be used instantly. */
825 authhost->picked = authhost->want;
827 if(authproxy->want && !authproxy->picked)
829 far by a proxy round-trip. Then we set the picked one to the want one,
831 authproxy->picked = authproxy->want;
944 * Here we check if we want the specific single authentication (using ==) and
953 * ->picked is first set to the 'want' value (one or more bits) before the
2271 /* when getting HTTP, we don't want the userinfo the URL */
2994 /* We have a new url to load, but since we want to be able to reuse this