HomeSort by relevance Sort by last modified time
    Searched defs:pipelining (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
multihandle.h 106 /* pipelining wanted bits (CURLPIPE*) */
107 long pipelining; member in struct:Curl_multi
133 for pipelining */
137 considered for pipelining */
140 from pipelining */
143 blacklisted from pipelining */
sendf.c 668 /* if HTTP/1 pipelining is both wanted and possible */
669 bool pipelining = Curl_pipeline_wanted(conn->data->multi, CURLPIPE_HTTP1) && local
680 if(pipelining) {
709 if(pipelining) {
  /external/curl/tests/server/
rtspd.c 116 bool pipelining; /* true if request is pipelined */ member in struct:httprequest
575 headers, for the pipelining case mostly */
689 and GET/HEAD request, enable pipelining. */
691 req->pipelining = TRUE;
788 if(req->pipelining) {
810 req->pipelining = FALSE;
880 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset);
    [all...]
sws.c 119 bool pipelining; /* true if request is pipelined */ member in struct:httprequest
682 headers, for the pipelining case mostly */
797 and GET/HEAD request, enable pipelining. */
799 req->pipelining = TRUE;
895 /* Pipelining is already set, so do not initialize it here. Only initialize
896 checkindex and offset if pipelining is not set, since in a pipeline they
898 if(!req->pipelining) {
936 if(req->pipelining) {
940 /* Now that we've got the pipelining info we can reset the
941 pipelining-related vars which were skipped in init_httprequest *
    [all...]

Completed in 79 milliseconds