/freebsd/contrib/wpa/src/wps/ |
H A D | httpread.c | 70 int chunked; /* nonzero for chunked data */ member 188 h->chunked = 1; in httpread_hdr_option_analyze() 315 if (h->chunked) in httpread_hdr_analyze() 336 if (h->chunked == 0 && h->got_content_length == 0) in httpread_hdr_analyze() 396 if (h->chunked || h->got_content_length) { in httpread_read_handler() 532 if (h->chunked && h->in_chunk_data == 0) { in httpread_read_handler() 571 } else if (h->chunked) { in httpread_read_handler() 604 if (h->chunked && h->in_chunk_data) { in httpread_read_handler() 610 } else if (h->chunked) { in httpread_read_handler() 636 if (h->chunked && h->in_trailer) { in httpread_read_handler()
|
/freebsd/libexec/phttpget/ |
H A D | phttpget.c | 316 int chunked; /* != if transfer-encoding is chunked */ in main() local 452 chunked = 0; in main() 550 chunked = 1; in main() 603 if (chunked) { in main()
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | http_struct.h | 108 unsigned chunked:1, /* a chunked request */ member
|
/freebsd/contrib/libevent/include/event2/ |
H A D | http_struct.h | 108 unsigned chunked:1, /* a chunked request */ member
|
/freebsd/lib/libfetch/ |
H A D | http.c | 132 int chunked; /* chunked mode */ member 221 if (io->chunked == 0) { in http_fillbuf() 331 http_funopen(conn_t *conn, int chunked) in http_funopen() argument 341 io->chunked = chunked; in http_funopen() 1591 int chunked, direct, ims, noredirect, verbose; in http_request_body() local 1628 chunked = 0; in http_request_body() 1925 chunked = (strcasecmp(p, "chunked") == 0); in http_request_body() 2047 if ((f = http_funopen(conn, chunked)) == NULL) { in http_request_body()
|
/freebsd/contrib/tnftp/ |
H A D | NEWS | 18 Improve parsing of HTTP chunked transfers per RFC2616.
|
H A D | ChangeLog | 64 - Improve parsing of chunked transfer chunks per RFC2616: 1399 - Fix chunked support; probably broke after rate limiting was added.
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http.c | 1051 if (req->chunked) { in evhttp_read_body() 1095 (!req->chunked && req->ntoread >= 0 && in evhttp_read_body() 1500 if (!req->chunked && req->ntoread < 0 in evhttp_error_cb() 2228 req->chunked = 1; in evhttp_get_body() 2885 req->chunked = 1; in evhttp_send_reply_start() 2887 req->chunked = 0; in evhttp_send_reply_start() 2909 if (req->chunked) { in evhttp_send_reply_chunk_with_cb() 2914 if (req->chunked) { in evhttp_send_reply_chunk_with_cb() 2941 if (req->chunked) { in evhttp_send_reply_end() 2944 req->chunked = 0; in evhttp_send_reply_end()
|
H A D | ChangeLog-2.0 | 310 o Correctly detect and stop non-chunked http requests when the body is too long (63a715e) 443 o reset "chunked" flag when sending non-chunked reply (aa5f55f Joachim Bauch) 1239 …llbacks when chunked callback is set even if there is no chunking on the http level; allows cancel… 1244 o Correct handling of trailing headers in chunked replies; from Scott Lamb.
|
H A D | ChangeLog-1.4 | 90 o Correct handling of trailing headers in chunked replies; from Scott Lamb.
|
H A D | ChangeLog | 1739 o Correctly detect and stop non-chunked http requests when the body is too long (63a715e)
|
/freebsd/contrib/libevent/ |
H A D | http.c | 1051 if (req->chunked) { in evhttp_read_body() 1095 (!req->chunked && req->ntoread >= 0 && in evhttp_read_body() 1500 if (!req->chunked && req->ntoread < 0 in evhttp_error_cb() 2228 req->chunked = 1; in evhttp_get_body() 2885 req->chunked = 1; in evhttp_send_reply_start() 2887 req->chunked = 0; in evhttp_send_reply_start() 2909 if (req->chunked) { in evhttp_send_reply_chunk_with_cb() 2914 if (req->chunked) { in evhttp_send_reply_chunk_with_cb() 2941 if (req->chunked) { in evhttp_send_reply_end() 2944 req->chunked = 0; in evhttp_send_reply_end()
|
H A D | ChangeLog-2.0 | 310 o Correctly detect and stop non-chunked http requests when the body is too long (63a715e) 443 o reset "chunked" flag when sending non-chunked reply (aa5f55f Joachim Bauch) 1239 …llbacks when chunked callback is set even if there is no chunking on the http level; allows cancel… 1244 o Correct handling of trailing headers in chunked replies; from Scott Lamb.
|
H A D | ChangeLog-1.4 | 90 o Correct handling of trailing headers in chunked replies; from Scott Lamb.
|
H A D | ChangeLog | 1739 o Correctly detect and stop non-chunked http requests when the body is too long (63a715e)
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-anchor.c | 861 process_one_header(char* buf, size_t* clen, int* chunked) in process_one_header() argument 871 if(!*chunked) in process_one_header() 875 *chunked = 1; in process_one_header() 932 int chunked = 0; in read_http_headers() local 937 if(!process_one_header(buf, clen, &chunked)) in read_http_headers()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ChangeLog | 291 * fixed WPS UPnP vulnerability with HTTP chunked transfer encoding
|
/freebsd/contrib/mandoc/ |
H A D | NEWS | 1277 * Free-form text is not de-chunked any more: lines are passed
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ChangeLog | 421 * fixed WPS UPnP vulnerability with HTTP chunked transfer encoding
|