Home
last modified time | relevance | path

Searched refs:Curl_add_handle_to_pipeline (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dpipeline.h26 CURLcode Curl_add_handle_to_pipeline(struct Curl_easy *handle,
Dpipeline.c102 CURLcode Curl_add_handle_to_pipeline(struct Curl_easy *handle, in Curl_add_handle_to_pipeline() function
Dmulti.c1422 result = Curl_add_handle_to_pipeline(data, data->easy_conn); in multi_runsingle()