Lines Matching refs:SessionHandle
30 CURLcode Curl_open(struct SessionHandle **curl);
32 CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
34 CURLcode Curl_dupset(struct SessionHandle * dst, struct SessionHandle * src);
35 void Curl_freeset(struct SessionHandle * data);
36 CURLcode Curl_close(struct SessionHandle *data); /* opposite of curl_open() */
37 CURLcode Curl_connect(struct SessionHandle *, struct connectdata **,
48 void Curl_free_request_state(struct SessionHandle *data);
57 bool Curl_isPipeliningEnabled(const struct SessionHandle *handle);
58 CURLcode Curl_addHandleToPipeline(struct SessionHandle *handle,
60 int Curl_removeHandleFromPipeline(struct SessionHandle *handle,
64 void Curl_getoff_all_pipelines(struct SessionHandle *data,
67 void Curl_close_connections(struct SessionHandle *data);