Lines Matching refs:req
50 if(c->req.vermaj){ in sendfd()
52 conts = uriclass(c, c->req.uri); in sendfd()
101 if(strcmp(c->req.meth, "HEAD") != 0) in sendfd()
141 hintprint(c, hout, c->req.uri, c->head.fresh_thresh, c->head.fresh_have); in sendfd()
150 if(strcmp(c->req.meth, "HEAD") == 0){ in sendfd()
313 …s = seprint(s, e, "Your browser will not accept this data, %H, because of its %s.<br>\n", c->req.u… in notaccept()
333 if(strcmp(c->req.meth, "HEAD") != 0) in notaccept()
349 …if(c->req.vermaj >= 1 && c->req.vermin >= 1 && !hcheckcontent(type, c->head.oktype, "Content-Type"… in checkreq()
351 …if(c->req.vermaj >= 1 && c->req.vermin >= 1 && !hcheckcontent(enc, c->head.okencode, "Content-Enco… in checkreq()
360 if(m && strcmp(c->req.meth, "GET") != 0 && strcmp(c->req.meth, "HEAD") != 0 in checkreq()
373 if(strcmp(c->req.meth, "HEAD") != 0) in checkreq()