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

  /external/curl/lib/
multihandle.h 67 #define CURLPIPE_ANY (CURLPIPE_HTTP1 | CURLPIPE_MULTIPLEX)
transfer.c 508 if(Curl_pipeline_wanted(conn->data->multi, CURLPIPE_HTTP1)) {
660 if(Curl_pipeline_wanted(conn->data->multi, CURLPIPE_HTTP1)) {
683 if(Curl_pipeline_wanted(conn->data->multi, CURLPIPE_HTTP1)) {
    [all...]
multi.c     [all...]
sendf.c 669 bool pipelining = Curl_pipeline_wanted(conn->data->multi, CURLPIPE_HTTP1) &&
url.c     [all...]
  /external/curl/include/curl/
multi.h 83 #define CURLPIPE_HTTP1 1L

Completed in 71 milliseconds