Searched refs:HTTP_PUT (Results 1 – 7 of 7) sorted by relevance
88 int ret = httpclient_common(client, url, HTTP_PUT, client_data); in httpclient_put()91 ret = httpclient_common(client, client_data->redirect_url, HTTP_PUT, client_data); in httpclient_put()
198 …thod == HTTP_GET) ? "GET" : (method == HTTP_POST) ? "POST" : (method == HTTP_PUT) ? "PUT" : (metho… in httpclient_send_header()813 if (method == HTTP_POST || method == HTTP_PUT) { in httpclient_send()
30 HTTP_PUT enumerator
266 } else if (http_method == HTTP_PUT) { in task_http_request_func()415 http_method = HTTP_PUT; /* PUT */ in native_http_request()
339 } else if (http_method == HTTP_PUT) { in task_http_request_func()534 http_method = HTTP_PUT; /* PUT */ in http_request()
257 }else if(http_method == HTTP_PUT){ in task_http_request_func()413 http_method = HTTP_PUT; /* PUT */ in native_http_request()
335 } else if (param->method == HTTP_PUT) { in task_http_request_func()422 http_param->method = HTTP_PUT; /* PUT */ in native_http_get_param()
Completed in 11 milliseconds