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

/dovecot/src/lib-http/
H A Dhttp-server-response.c720 struct http_server_ostream *hsostream = local
726 (&hsostream->resp, iov, iov_count) < 0) {
747 struct http_server_ostream *hsostream = local
749 struct ostream_private *ostream = &hsostream->ostream;
751 if (hsostream->resp == NULL)
753 hsostream->resp->blocking_output = NULL;
756 (&hsostream->resp, NULL, 0) < 0) {
765 hsostream->resp = NULL;
770 struct http_server_ostream *hsostream = local
773 if (hsostream
784 struct http_server_ostream *hsostream; local
[all...]

Completed in 2071 milliseconds