Searched refs:pipelining (Results 1 – 25 of 25) sorted by relevance
/external/curl/tests/data/ |
D | test1900 | 5 pipelining 42 HTTP GET using pipelining
|
D | test1901 | 5 pipelining 43 HTTP GET using pipelining, blacklisted site
|
D | test1903 | 5 pipelining 43 HTTP GET using pipelining, penalized on content-length
|
D | test1902 | 5 pipelining 43 HTTP GET using pipelining, broken pipe
|
D | test536 | 6 pipelining 53 HTTP GET multi two files with FAILONERROR and pipelining
|
D | test530 | 5 pipelining 55 HTTP GET using pipelining
|
D | test584 | 5 pipelining 52 HTTP GET using pipelining (nonzero length after zero length)
|
D | test2033 | 8 pipelining 104 NTLM connection mapping, pipelining enabled
|
/external/curl/lib/ |
D | multihandle.h | 103 long pipelining; member
|
D | sendf.c | 554 bool pipelining = Curl_pipeline_wanted(conn->data->multi, CURLPIPE_HTTP1); in Curl_read() local 564 if(pipelining) { in Curl_read() 593 if(pipelining) { in Curl_read()
|
D | multi.c | 620 return (multi && (multi->pipelining & bits)) ? TRUE : FALSE; in Curl_pipeline_wanted() 2350 multi->pipelining = va_arg(param, long); in curl_multi_setopt()
|
/external/curl/tests/server/ |
D | rtspd.c | 116 bool pipelining; /* true if request is pipelined */ member 685 req->pipelining = TRUE; in ProcessRequest() 782 if(req->pipelining) { in get_request() 804 req->pipelining = FALSE; in get_request() 874 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request() 1373 req.pipelining = FALSE; in main()
|
D | sws.c | 119 bool pipelining; /* true if request is pipelined */ member 796 req->pipelining = TRUE; in ProcessRequest() 895 if(!req->pipelining) { in init_httprequest() 933 if(req->pipelining) { in get_request() 939 req->pipelining = FALSE; in get_request() 1017 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request() 1534 req2.pipelining = FALSE; in http_connect() 2216 req.pipelining = FALSE; in main()
|
/external/libmicrohttpd/ |
D | README | 84 - HTTP/1.1 pipelining (need to figure out how to ensure curl pipelines 85 -- and it seems libcurl has issues with pipelining,
|
D | ChangeLog | 450 Fixing issue with pipelining not working as desired. -CG 1493 is no reliable way to detect pipelining on server side 1509 Made sure that MHD does not allow pipelining for methods
|
/external/curl/tests/ |
D | FILEFORMAT | 149 sending back anything, to allow pipelining tests 335 %HTTPPIPEPORT - Port number of the HTTP pipelining server
|
/external/curl/docs/ |
D | TODO | 388 Add support for pipelining emails. 399 Add support for pipelining commands.
|
/external/libmicrohttpd/doc/chapters/ |
D | hellobrowser.inc | 161 disables HTTP pipelining. The correct approach is to simply not queue a message on the first
|
/external/clang/docs/ |
D | DriverInternals.rst | 312 Parsing and pipelining both occur without reference to a Compilation
|
/external/curl/ |
D | CHANGES.0 | 1149 - Lots of good work by Krister Johansen, mostly related to pipelining: 2179 pipelining, as libcurl could then easily get confused and A) work on the 2342 function's eagerness to re-use a handle for HTTP pipelining so it would 2722 - Dmitry Kurochkin patched a problem: I have found bug in pipelining through 2730 pipe if pipelining is not supported by server but there are no handles in 3332 multi interface with pipelining enabled as it would wrongly check for, 3423 the curl_multi_socket() API with HTTP pipelining enabled and could lead to 3452 o with pipelining disabled, the state should never be set to WAITDO but 3889 - Dmitry Kurochkin cleaned up the pipelining code and removed the need for and 3906 the SingleRequest one to make pipelining better. It is a bit tricky to keep [all …]
|
/external/libmicrohttpd/src/datadir/ |
D | spdy-draft.txt | 179 pipelining helps some, but only achieves partial multiplexing. In 180 addition, pipelining has proven non-deployable in existing browsers
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd.texi | 596 trouble with browsers doing request pipelining. For example, if your 608 request pipelining is not used and connections are closed immediately
|
D | libmicrohttpd.info | 515 get into trouble with browsers doing request pipelining. For 528 response to ensure that request pipelining is not used and
|
D | libmicrohttpd-tutorial.info | 261 This is typically not what you want as it disables HTTP pipelining.
|
/external/llvm/docs/ |
D | WritingAnLLVMPass.rst | 1057 passes by pipelining the passes together. This means that, given a series
|