Searched refs:respclen (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c1210 uri->respclen = URI_LEN_NOVALUE;
1484 if (uri->respclen != URI_LEN_NOVALUE) {
1667 uri->respclen = 0;
1673 if (uri->respclen == URI_LEN_NOVALUE)
1746 if (uri->respclen == URI_LEN_NOVALUE) {
1785 if (uri->respclen != URI_LEN_NOVALUE) {
1816 while (uri->respclen != URI_LEN_NOVALUE && cp < sep) {
1817 if (uri->respclen == URI_LEN_CONSUMED) {
1827 uri->respclen = 0;
1829 if (uri->respclen
[all...]
H A Dnl7curi.h140 ssize_t respclen; /* Response chunk length */ member in struct:uri_desc_s
H A Dnl7curi.c420 (int)uri->respclen, (int)uri->count);
1188 ((uri->respclen == URI_LEN_NOVALUE &&
1433 ((uri->respclen == URI_LEN_NOVALUE &&

Completed in 107 milliseconds