Searched refs:shttp (Results 1 – 1 of 1) sorted by relevance
974 http_t *shttp = res->scheme; in http_mkresponse() local985 if (shttp->etag.cp != NULL) { in http_mkresponse()988 (shttp->etag.ep - shttp->etag.cp) + 2; in http_mkresponse()1080 if (shttp->etag.cp != NULL) { in http_mkresponse()1085 cnt = (shttp->etag.ep - shttp->etag.cp); in http_mkresponse()1086 bcopy(shttp->etag.cp, cp, cnt); in http_mkresponse()1115 http_t *shttp = res->scheme; in nl7c_http_cond() local1116 time_t sdate = shttp->lastmod == -1 ? shttp->date : shttp->lastmod; in nl7c_http_cond()1911 http_t *shttp = suri->scheme; in nl7c_http_log() local1926 req->response_len -= (uint_t)shttp->headlen; in nl7c_http_log()