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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c943 http_t *httpb = arg2; /* Request */ local
945 if (httpa->major != httpb->major ||
946 httpa->minor != httpb->minor ||
947 STR_T_NOTCMP(httpa, httpb, accept) ||
948 STR_T_NOTCMP(httpa, httpb, acceptchar) ||
949 STR_T_NOTCMP(httpa, httpb, acceptenco) ||
950 STR_T_NOTCMP(httpa, httpb, acceptlang) ||
951 STR_T_NOTCMP_OPT(httpa, httpb, etag))

Completed in 57 milliseconds