Home
last modified time | relevance | path

Searched refs:BUNDLE_PIPELINING (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dconncache.h43 #define BUNDLE_PIPELINING 1 macro
Dpipeline.c113 if((conn->bundle->multiuse == BUNDLE_PIPELINING) && in Curl_add_handle_to_pipeline()
Dsendf.c729 (conn->bundle->multiuse == BUNDLE_PIPELINING); in Curl_read()
Durl.c936 if(conn->bundle->multiuse == BUNDLE_PIPELINING) { in Curl_getoff_all_pipelines()
1113 (bundle->multiuse == BUNDLE_PIPELINING ? in ConnectionExists()
1131 if((bundle->multiuse == BUNDLE_PIPELINING) && in ConnectionExists()
Dhttp.c3733 conn->bundle->multiuse = BUNDLE_PIPELINING; in Curl_http_readwrite_headers()
3825 if(conn->bundle && (conn->bundle->multiuse == BUNDLE_PIPELINING)) { in Curl_http_readwrite_headers()