Lines Matching defs:method
359 /* pickoneauth() selects the most favourable authentication method from the
557 * which one (if any) to use. It will set 'newurl' if an auth method was
775 * method. data->state.authdone is set to TRUE when authentication is
955 * headers have been received but then only to a single preferred method
2087 const char **method, Curl_HttpReq *reqp)
2122 *method = request;
4184 * use. It will set 'newurl' if an auth method was picked. */
4598 const char *method, size_t m_len,
4606 DEBUGASSERT(method);
4607 if(m_len + 1 > sizeof(req->method))
4613 memcpy(req->method, method, m_len);
4755 const char *method, size_t m_len,
4762 DEBUGASSERT(method);
4763 if(m_len + 1 > sizeof(req->method))
4769 memcpy(req->method, method, m_len);
4851 else if(strcmp("CONNECT", req->method)) {
4877 req->method, strlen(req->method));