Home
last modified time | relevance | path

Searched refs:shttp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c974 http_t *shttp = res->scheme; in http_mkresponse() local
985 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() local
1116 time_t sdate = shttp->lastmod == -1 ? shttp->date : shttp->lastmod; in nl7c_http_cond()
1911 http_t *shttp = suri->scheme; in nl7c_http_log() local
1926 req->response_len -= (uint_t)shttp->headlen; in nl7c_http_log()