Home
last modified time | relevance | path

Searched refs:http_write (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/p5-HTTP-Lite/HTTP-Lite-2.44/lib/HTTP/
H A DLite.pm18 sub http_write;
204 $self->http_write(*FH, "$method $object HTTP/1.1$CRLF");
206 $self->http_write(*FH, "$method $object HTTP/1.0$CRLF");
222 $self->http_write(*FH, "Content-Type: application/x-www-form-urlencoded$CRLF");
233 $self->http_write(*FH, $self->{headermap}{$header}.": ".$value."$CRLF");
249 $self->http_write(*FH, "Content-Length: $content_length$CRLF");
256 $self->http_write(*FH, "$CRLF");
260 $self->http_write(*FH, ""); # pseudocall to get http_write going
266 $self->http_write(*FH, $content);
274 $self->http_write(*FH, $self->{content});
[all …]
/dports/lang/ruby26/ruby-2.6.9/gems/xmlrpc-0.3.0/lib/xmlrpc/
H A Dserver.rb418 http_write(process(data), "Content-type" => "text/xml; charset=utf-8")
439 http_write(msg, "Status" => err, "Content-type" => "text/html")
443 def http_write(body, header) method in XMLRPC.CGIServer
493 http_write(process(data), 200, "Content-type" => "text/xml; charset=utf-8")
514 http_write(msg, status, "Status" => err, "Content-type" => "text/html")
518 def http_write(body, status, header) method in XMLRPC.ModRubyServer
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dcl_http.c57 http_write (void *ptr, size_t size, size_t nmemb, void *stream) in http_write() function
91 curl_easy_setopt (easy_handle, CURLOPT_WRITEFUNCTION, http_write); in CL_HTTP_StartDownload()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dhttp.c50 static int http_write(URLContext *h, uint8_t *buf, int size);
240 if (http_write(h, s->buffer, strlen(s->buffer)) < 0) in http_connect()
305 static int http_write(URLContext *h, uint8_t *buf, int size) in http_write() function
352 http_write,
/dports/textproc/syck/syck-0.70/ext/ruby/lib/okay/
H A Drpc.rb372 http_write(resp, 200, "Content-type" => "text/yaml")
393 http_write(msg, status, "Status" => err, "Content-type" => "text/html")
397 def http_write(body, status, header) method in Okay.RPC.ModRubyServer
/dports/print/hplip/hplip-3.20.6/scan/sane/
H A Dbb_ledm.c536 …if (http_write(pbb->http_handle, GET_SCANNER_ELEMENTS, sizeof(GET_SCANNER_ELEMENTS)-1, tmo) != HTT… in get_scanner_elements()
586 if (http_write(pbb->http_handle, buf, len, 1) != HTTP_R_OK) in cancel_job()
592 if (http_write(pbb->http_handle, buf, len, 1) != HTTP_R_OK) in cancel_job()
819 …if (http_write(pbb->http_handle, GET_SCANNER_STATUS, sizeof(GET_SCANNER_STATUS)-1, 10) != HTTP_R_O… in bb_is_paper_in_adf()
862 …if (http_write(pbb->http_handle, GET_SCANNER_STATUS, sizeof(GET_SCANNER_STATUS)-1, timeout) != HTT… in bb_start_scan()
904 if (http_write(pbb->http_handle, buf1, strlen(buf1), timeout) != HTTP_R_OK) in bb_start_scan()
909 if (http_write(pbb->http_handle, buf, strlen(buf), 1) != HTTP_R_OK) in bb_start_scan()
915 if (http_write(pbb->http_handle, ZERO_FOOTER, sizeof(ZERO_FOOTER)-1, 1) != HTTP_R_OK) in bb_start_scan()
979 if (http_write(pbb->http_handle, buf, strlen(buf), 1) != HTTP_R_OK) in bb_start_scan()
1027 if (http_write(pbb->http_handle, buf, strlen(buf), timeout) != HTTP_R_OK) in bb_start_scan()
H A Dhttp.h51 enum HTTP_RESULT __attribute__ ((visibility ("hidden"))) http_write(HTTP_HANDLE handle, void *data,…
/dports/net-p2p/btpd/btpd-0.16/misc/
H A Dhttp_client.h41 int http_write(struct http_req *req, int sd);
/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/
H A Dhttp.h59 int http_write(uv_write_t *req, uv_handle_t *handle, knot_pkt_t* pkt, int32_t stream_id,
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dhttp.c139 static int http_write(http_t *http, const char *buffer,
651 bytes = http_write(http, http->wbuffer, http->wused); in httpFlushWrite()
1342 return (http_write(http, buf, bytes)); in httpPrintf()
2413 bytes = (ssize_t)http_write(http, buffer, (int)length); in httpWrite2()
2448 http_write(http, "0\r\n\r\n", 5); in httpWrite2()
3333 http_write(http_t *http, /* I - Connection to server */ in http_write() function
3410 if (http_write(http, header, (int)strlen(header)) < 0) in http_write_chunk()
3416 if ((bytes = http_write(http, buffer, length)) < 0) in http_write_chunk()
3422 if (http_write(http, "\r\n", 2) < 0) in http_write_chunk()
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dhttp.c139 static int http_write(http_t *http, const char *buffer,
651 bytes = http_write(http, http->wbuffer, http->wused); in httpFlushWrite()
1342 return (http_write(http, buf, bytes)); in httpPrintf()
2413 bytes = (ssize_t)http_write(http, buffer, (int)length); in httpWrite2()
2448 http_write(http, "0\r\n\r\n", 5); in httpWrite2()
3333 http_write(http_t *http, /* I - Connection to server */ in http_write() function
3410 if (http_write(http, header, (int)strlen(header)) < 0) in http_write_chunk()
3416 if ((bytes = http_write(http, buffer, length)) < 0) in http_write_chunk()
3422 if (http_write(http, "\r\n", 2) < 0) in http_write_chunk()
/dports/security/libressl/libressl-3.4.3/apps/ocspcheck/
H A Dhttp.c167 http_write(const char *buf, size_t sz, const struct http *http) in http_write() function
355 } else if (!http_write(req, c, http)) { in http_open()
358 } else if (p != NULL && !http_write(p, psz, http)) { in http_open()
/dports/security/libressl-static/libressl-3.3.5/apps/ocspcheck/
H A Dhttp.c172 http_write(const char *buf, size_t sz, const struct http *http) in http_write() function
360 } else if (!http_write(req, c, http)) { in http_open()
363 } else if (p != NULL && !http_write(p, psz, http)) { in http_open()
/dports/www/obhttpd/libressl-3.4.1/apps/ocspcheck/
H A Dhttp.c167 http_write(const char *buf, size_t sz, const struct http *http) in http_write() function
355 } else if (!http_write(req, c, http)) { in http_open()
358 } else if (p != NULL && !http_write(p, psz, http)) { in http_open()
/dports/print/cups/cups-2.3.3op2/cups/
H A Dhttp.c60 static ssize_t http_write(http_t *http, const char *buffer,
693 bytes = http_write(http, http->wbuffer, (size_t)http->wused); in httpFlushWrite()
1892 return ((int)http_write(http, buf, (size_t)bytes)); in httpPrintf()
3202 sret = http_write(http, (char *)http->sbuffer, slen); in httpWrite2()
3256 bytes = (ssize_t)http_write(http, buffer, length); in httpWrite2()
3297 http_write(http, "0\r\n\r\n", 5); in httpWrite2()
3725 http_write(http, (char *)http->sbuffer, bytes); in http_content_coding_finish()
4667 http_write(http_t *http, /* I - HTTP connection */ in http_write() function
4829 if (http_write(http, header, strlen(header)) < 0) in http_write_chunk()
4835 if ((bytes = http_write(http, buffer, length)) < 0) in http_write_chunk()
[all …]
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhttp.c60 static ssize_t http_write(http_t *http, const char *buffer,
693 bytes = http_write(http, http->wbuffer, (size_t)http->wused); in httpFlushWrite()
1892 return ((int)http_write(http, buf, (size_t)bytes)); in httpPrintf()
3202 sret = http_write(http, (char *)http->sbuffer, slen); in httpWrite2()
3257 bytes = (ssize_t)http_write(http, buffer, length); in httpWrite2()
3298 http_write(http, "0\r\n\r\n", 5); in httpWrite2()
3727 http_write(http, (char *)http->sbuffer, bytes); in http_content_coding_finish()
4656 http_write(http_t *http, /* I - HTTP connection */ in http_write() function
4818 if (http_write(http, header, strlen(header)) < 0) in http_write_chunk()
4824 if ((bytes = http_write(http, buffer, length)) < 0) in http_write_chunk()
[all …]
/dports/audio/cmus/cmus-2.9.1/
H A Dhttp.c224 static int http_write(int fd, const char *buf, int count, int timeout_ms) in http_write() function
401 rc = http_write(hg->fd, buf.buffer, buf.len, timeout_ms); in http_get()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/
H A Dvtc_http.c215 http_write(const struct http *hp, int lvl, const char *pfx) in http_write() function
995 http_write(hp, 4, "txresp"); in cmd_http_txresp()
1226 http_write(hp, 4, "txreq"); in cmd_http_txreq()
1398 http_write(hp, 4, "chunked"); in cmd_http_chunked()
1439 http_write(hp, 4, "chunked"); in cmd_http_chunkedlen()
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/file-updater/file-updater/
H A Dfile-updater.c72 static size_t http_write(uint8_t *ptr, size_t size, size_t nmemb, in http_write() function
116 curl_easy_setopt(info->curl, CURLOPT_WRITEFUNCTION, http_write); in do_http_request()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dhttp.c62 static ssize_t http_write(http_t *http, const char *buffer,
838 bytes = http_write(http, http->wbuffer, http->wused); in httpFlushWrite()
1987 return (http_write(http, buf, bytes)); in httpPrintf()
3558 bytes = (ssize_t)http_write(http, buffer, (int)length); in httpWrite2()
3599 http_write(http, "0\r\n\r\n", 5); in httpWrite2()
5632 http_write(http_t *http, /* I - Connection to server */ in http_write() function
5796 if (http_write(http, header, strlen(header)) < 0) in http_write_chunk()
5802 if ((bytes = http_write(http, buffer, length)) < 0) in http_write_chunk()
5808 if (http_write(http, "\r\n", 2) < 0) in http_write_chunk()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/usr.sbin/rpki-client/
H A Dhttp.c191 static enum res http_write(struct http_connection *);
1034 return http_write(conn); in http_request()
1488 http_write(struct http_connection *conn) in http_write() function
1707 return http_write(conn); in http_handle()
/dports/net-p2p/btpd/btpd-0.16/btpd/
H A Dhttp_tr_if.c168 if (http_write(treq->req, sd) && !http_want_write(treq->req)) in httptr_io_cb()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dhttp.c1029 static int http_write(URLContext *h, const uint8_t *buf, int size) in http_write() function
1160 .url_write = http_write,
1178 .url_write = http_write,
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dhttp.c1029 static int http_write(URLContext *h, const uint8_t *buf, int size) in http_write() function
1160 .url_write = http_write,
1178 .url_write = http_write,
/dports/www/p5-HTTP-Lite/HTTP-Lite-2.44/
H A DChanges57 - Fixed large write bug in http_write

12