Searched refs:Curl_removeHandleFromPipeline (Results 1 – 3 of 3) sorted by relevance
/external/curl/lib/ |
D | url.h | 75 int Curl_removeHandleFromPipeline(struct Curl_easy *handle,
|
D | multi.c | 1926 Curl_removeHandleFromPipeline(data, &data->conn->recv_pipe); in multi_runsingle() 1991 Curl_removeHandleFromPipeline(data, &data->conn->recv_pipe); in multi_runsingle() 2057 Curl_removeHandleFromPipeline(data, &data->conn->send_pipe); in multi_runsingle() 2058 Curl_removeHandleFromPipeline(data, &data->conn->recv_pipe); in multi_runsingle()
|
D | url.c | 876 int Curl_removeHandleFromPipeline(struct Curl_easy *handle, in Curl_removeHandleFromPipeline() function 942 if(Curl_removeHandleFromPipeline(data, &conn->recv_pipe) && recv_head) in Curl_getoff_all_pipelines() 944 if(Curl_removeHandleFromPipeline(data, &conn->send_pipe) && send_head) in Curl_getoff_all_pipelines() 948 (void)Curl_removeHandleFromPipeline(data, &conn->recv_pipe); in Curl_getoff_all_pipelines() 949 (void)Curl_removeHandleFromPipeline(data, &conn->send_pipe); in Curl_getoff_all_pipelines()
|