Searched refs:transfer_encoding (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshtinyurl.sh79 response.transfer_encoding="${i/~(El).*:[[:blank:]]*/}"
136 response="${ cat_http_body "${httpresponse.transfer_encoding}" <&${netfd} ; }"
182 response="${ cat_http_body "${httpresponse.transfer_encoding}" <&${netfd} ; }"
H A Dshtwitter.sh133 response.transfer_encoding="${i/~(El).*:[[:blank:]]*/}"
233 response="${ cat_http_body "${httpresponse.transfer_encoding}" <&${netfd} ; }"
283 response="${ cat_http_body "${httpresponse.transfer_encoding}" <&${netfd} ; }"
H A Dshnote.sh111 response.transfer_encoding="${i/~(El).*:[[:blank:]]*/}"
265 response="$(cat_http_body "${httpresponse.transfer_encoding}" <&${netfd})"
335 cat_http_body "${httpresponse.transfer_encoding}" <&${netfd}
H A Drssread.sh107 response.transfer_encoding="${i/~(El).*:[[:blank:]]*/}"
258 _.cat_http_body "${httpresponse.transfer_encoding}"
H A Dcrawlsrccomments.sh683 response.transfer_encoding="${i/~(El).*:[[:blank:]]*/}"
773 cat_http_body "${httpresponse.transfer_encoding}"
792 cat_http_body "${httpresponse.transfer_encoding}" <&${netfd}
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h71 http_transfer_encoding_t transfer_encoding; member in struct:__anon4329
H A Dservice.c154 svc->transfer_encoding = TRANSFER_ENCODING_LENGTH;
156 svc->transfer_encoding = TRANSFER_ENCODING_CHUNKED;
H A Dipp-support.c365 if (svc->transfer_encoding == TRANSFER_ENCODING_CHUNKED)
550 } else if (svc->transfer_encoding !=

Completed in 68 milliseconds