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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c649 nl7c_logd_log(uri_desc_t *quri, uri_desc_t *suri, time_t rtime, ipaddr_t faddr) argument
696 sz = MIN((quri->path.ep - quri->path.cp), MAX_URL_LEN);
698 bcopy(quri->path.cp, wp, sz);
714 if (nl7c_http_log(quri, suri, req, &wp, &pep, &off)) goto full;
H A Dnl7chttp.c1907 nl7c_http_log(uri_desc_t *quri, uri_desc_t *suri, nca_request_log_t *req, argument
1910 http_t *qhttp = quri->scheme;

Completed in 125 milliseconds