Home | History | Annotate | Download | only in server

Lines Matching defs:pipelining

119   bool pipelining;   /* true if request is pipelined */
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 */
942 req->pipelining = FALSE;
1020 storerequest(reqbuf, req->pipelining ? req->checkindex : req->offset);
1539 req2.pipelining = FALSE;
2219 the pipelining struct field must be initialized previously to FALSE
2222 req.pipelining = FALSE;