Searched refs:pipelining (Results 1 – 25 of 27) sorted by relevance
12
/external/curl/docs/ |
D | DEPRECATE.md | 8 ## HTTP pipelining 10 HTTP pipelining is badly supported by curl in the sense that we have bugs and 16 HTTP pipelining was never enabled by default by the large desktop browsers due 18 pipelining support entirely since a long time back now. We are in fact over 19 time becoming more and more lonely in supporting pipelining. 21 The bad state of HTTP pipelining was a primary driving factor behind HTTP/2 23 "pipelining done right". It is way more solid, practical and solves the use 26 In 2018, pipelining *should* be abandoned and HTTP/2 should be used instead. 34 Users who truly need pipelining from that version will need to modify the code 41 mean time, we rip out the pipelining code. It is in the order of 1000 lines of
|
D | TODO | 670 Add support for pipelining emails. 692 Add support for pipelining commands.
|
D | KNOWN_BUGS | 127 Similarly, removing a handle when pipelining corrupts data:
|
/external/curl/tests/data/ |
D | test1902 | 5 pipelining 43 HTTP GET using pipelining, broken pipe
|
D | test1900 | 5 pipelining 42 HTTP GET using pipelining
|
D | test536 | 6 pipelining 53 HTTP GET multi two files with FAILONERROR and 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 | 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 80 NTLM connection mapping, pipelining enabled
|
/external/curl/tests/server/ |
D | rtspd.c | 119 bool pipelining; /* true if request is pipelined */ member 698 req->pipelining = TRUE; in ProcessRequest() 795 if(req->pipelining) { in get_request() 817 req->pipelining = FALSE; in get_request() 887 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request() 1391 req.pipelining = FALSE; in main()
|
D | sws.c | 122 bool pipelining; /* true if request is pipelined */ member 858 req->pipelining = TRUE; in ProcessRequest() 957 if(!req->pipelining) { in init_httprequest() 994 if(req->pipelining) { in get_request() 1000 req->pipelining = FALSE; in get_request() 1078 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset); in get_request() 1601 req2.pipelining = FALSE; in http_connect() 2284 req.pipelining = FALSE; in main()
|
/external/curl/lib/ |
D | multihandle.h | 116 long pipelining; member
|
D | sendf.c | 728 bool pipelining = Curl_pipeline_wanted(data->multi, CURLPIPE_HTTP1) && in Curl_read() local 739 if(pipelining) { in Curl_read() 766 if(pipelining) { in Curl_read()
|
D | multi.c | 353 multi->pipelining = CURLPIPE_MULTIPLEX; in Curl_multi_handle() 809 return (multi && (multi->pipelining & bits)) ? TRUE : FALSE; in Curl_pipeline_wanted() 2697 multi->pipelining = va_arg(param, long) & CURLPIPE_MULTIPLEX; in curl_multi_setopt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | swp-xxh2.ll | 4 ; Fix bug when pipelining xxh benchmark at O3, mv55, and with vectorization.
|
/external/curl/tests/ |
D | FILEFORMAT | 160 sending back anything, to allow pipelining tests 357 %HTTPPIPEPORT - Port number of the HTTP pipelining server
|
D | README | 75 - TCP/9014 for HTTP pipelining server
|
/external/tensorflow/tensorflow/contrib/distribute/ |
D | README.md | 180 and [`dataset.prefetch`](https://www.tensorflow.org/performance/datasets_performance#pipelining)
|
/external/clang/docs/ |
D | DriverInternals.rst | 312 Parsing and pipelining both occur without reference to a Compilation
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | WritingAnLLVMPass.rst | 1066 passes by pipelining the passes together. This means that, given a series
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.0.rst | 1048 though using HTTP/1.1 features such as pipelining will require rewriting code to
|
/external/llvm/docs/ |
D | WritingAnLLVMPass.rst | 1065 passes by pipelining the passes together. This means that, given a series
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.0.rst | 1048 though using HTTP/1.1 features such as pipelining will require rewriting code to
|
12