Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c973 http_t *qhttp = req->scheme; in http_mkresponse() local
1008 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() local
1114 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() local
1914 if (qhttp->uagent.cp != NULL) { in nl7c_http_log()
[all …]