HomeSort by relevance Sort by last modified time
    Searched refs:CURLPIPE_MULTIPLEX (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
multihandle.h 67 #define CURLPIPE_ANY (CURLPIPE_HTTP1 | CURLPIPE_MULTIPLEX)
url.c     [all...]
  /external/curl/docs/examples/
http2-download.c 37 #ifndef CURLPIPE_MULTIPLEX
41 #define CURLPIPE_MULTIPLEX 0
173 #if (CURLPIPE_MULTIPLEX > 0)
210 curl_multi_setopt(multi_handle, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);
http2-upload.c 39 #ifndef CURLPIPE_MULTIPLEX
43 #define CURLPIPE_MULTIPLEX 0
229 #if (CURLPIPE_MULTIPLEX > 0)
271 curl_multi_setopt(multi_handle, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);
http2-serverpush.c 37 #ifndef CURLPIPE_MULTIPLEX
149 #if (CURLPIPE_MULTIPLEX > 0)
220 curl_multi_setopt(multi_handle, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);
  /external/curl/include/curl/
multi.h 84 #define CURLPIPE_MULTIPLEX 2L

Completed in 103 milliseconds