Searched refs:qhttp (Results 1 – 1 of 1) sorted by relevance
973 http_t *qhttp = req->scheme; in http_mkresponse() local1008 if (qhttp->major == 1) { in http_mkresponse()1022 *cp++ = '0' + qhttp->major; in http_mkresponse()1030 *cp++ = '0' + qhttp->minor; in http_mkresponse()1113 http_t *qhttp = req->scheme; in nl7c_http_cond() local1114 time_t qdate = qhttp->moddate; in nl7c_http_cond()1119 if (qhttp->modtokid == Qhdr_If_Modified_Since && in nl7c_http_cond()1136 } else if (qhttp->modtokid == Qhdr_If_Unmodified_Since && in nl7c_http_cond()1910 http_t *qhttp = quri->scheme; in nl7c_http_log() local1914 if (qhttp->uagent.cp != NULL) { in nl7c_http_log()[all …]