Searched refs:chunked (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/modules/proxy/ |
| D | proxy_http.c | 168 int chunked = 0; in ap_proxy_http_handler() local 589 chunked = ap_find_last_token(r->pool, in ap_proxy_http_handler() 729 ap_proxy_send_fb(f, r, c, c->len, 0, chunked, conf->io_buffer_size); in ap_proxy_http_handler()
|
| D | mod_proxy.h | 304 …nd_fb(BUFF *f, request_rec *r, cache_req *c, off_t len, int nowrite, int chunked, size_t recv_buff…
|
| D | proxy_util.c | 461 …nd_fb(BUFF *f, request_rec *r, cache_req *c, off_t len, int nowrite, int chunked, size_t recv_buff… in ap_proxy_send_fb() argument 518 if (chunked) { in ap_proxy_send_fb()
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | http_protocol.c | 451 (r->chunked = 1))) && /* THIS CODE IS CORRECT, see comment above. */ in ap_set_keepalive() 1821 if (r->chunked) { in ap_send_http_header() 1866 if (r->chunked) in ap_send_http_header() 1877 if (r->chunked && !r->connection->aborted) { in ap_finalize_request_protocol() 1881 r->chunked = 0; in ap_finalize_request_protocol()
|
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | httpd.h | 749 int chunked; /* sending chunked transfer-coding */ member
|
| /mirbsd/src/gnu/usr.bin/perl/lib/CGI/ |
| D | Changes | 64 8. Added support for chunked transfer encoding, as suggested by
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | CHANGES | 764 * implement "chunked" transfer-encoding to work with servers that ignore the
|