Searched defs:qhttp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c973 http_t *qhttp = req->scheme; local
1008 if (qhttp->major == 1) {
1022 *cp++ = '0' + qhttp->major;
1030 *cp++ = '0' + qhttp->minor;
1113 http_t *qhttp = req->scheme; local
1114 time_t qdate = qhttp->moddate;
1119 if (qhttp->modtokid == Qhdr_If_Modified_Since &&
1136 } else if (qhttp->modtokid == Qhdr_If_Unmodified_Since &&
1910 http_t *qhttp = quri->scheme; local
1914 if (qhttp
[all...]

Completed in 5388 milliseconds