Lines Matching refs:authtype
1195 config->authtype |= CURLAUTH_BEARER; in getparameter()
1277 config->authtype |= CURLAUTH_DIGEST; in getparameter()
1279 config->authtype &= ~CURLAUTH_DIGEST; in getparameter()
1283 config->authtype &= ~CURLAUTH_NEGOTIATE; in getparameter()
1285 config->authtype |= CURLAUTH_NEGOTIATE; in getparameter()
1291 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
1293 config->authtype |= CURLAUTH_NTLM; in getparameter()
1299 config->authtype |= CURLAUTH_BASIC; in getparameter()
1301 config->authtype &= ~CURLAUTH_BASIC; in getparameter()
1305 config->authtype = CURLAUTH_ANY; in getparameter()
1345 config->authtype |= CURLAUTH_AWS_SIGV4; in getparameter()