Searched refs:CURLPIPE_MULTIPLEX (Results 1 – 9 of 9) sorted by relevance
37 #ifndef CURLPIPE_MULTIPLEX41 #define CURLPIPE_MULTIPLEX 0 macro173 #if (CURLPIPE_MULTIPLEX > 0) in setup()210 curl_multi_setopt(multi_handle, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX); in main()
39 #ifndef CURLPIPE_MULTIPLEX43 #define CURLPIPE_MULTIPLEX 0 macro229 #if (CURLPIPE_MULTIPLEX > 0) in setup()271 curl_multi_setopt(multi_handle, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX); in main()
37 #ifndef CURLPIPE_MULTIPLEX149 #if (CURLPIPE_MULTIPLEX > 0) in setup()220 curl_multi_setopt(multi_handle, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX); in main()
67 #define CURLPIPE_ANY (CURLPIPE_HTTP1 | CURLPIPE_MULTIPLEX)
3077 if(Curl_pipeline_wanted(handle->multi, CURLPIPE_MULTIPLEX) && in IsPipeliningPossible()3434 !Curl_pipeline_wanted(data->multi, CURLPIPE_MULTIPLEX)) { in ConnectionExists()
84 #define CURLPIPE_MULTIPLEX 2L macro
75 `CURLMOPT_PIPELINING` to `CURLPIPE_MULTIPLEX`. With that bit set, libcurl will
602 CURLPIPE_MULTIPLEX 7.43.0
1692 d CURLPIPE_MULTIPLEX...