Home
last modified time | relevance | path

Searched refs:chunked (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/wpa/src/wps/
H A Dhttpread.c70 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 Dphttpget.c316 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 Dhttp_struct.h108 unsigned chunked:1, /* a chunked request */ member
/freebsd/contrib/libevent/include/event2/
H A Dhttp_struct.h108 unsigned chunked:1, /* a chunked request */ member
/freebsd/lib/libfetch/
H A Dhttp.c132 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 DNEWS18 Improve parsing of HTTP chunked transfers per RFC2616.
H A DChangeLog64 - 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 Dhttp.c1051 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 DChangeLog-2.0310 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 DChangeLog-1.490 o Correct handling of trailing headers in chunked replies; from Scott Lamb.
H A DChangeLog1739 o Correctly detect and stop non-chunked http requests when the body is too long (63a715e)
/freebsd/contrib/libevent/
H A Dhttp.c1051 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 DChangeLog-2.0310 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 DChangeLog-1.490 o Correct handling of trailing headers in chunked replies; from Scott Lamb.
H A DChangeLog1739 o Correctly detect and stop non-chunked http requests when the body is too long (63a715e)
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c855 process_one_header(char* buf, size_t* clen, int* chunked) in process_one_header() argument
865 if(!*chunked) in process_one_header()
869 *chunked = 1; in process_one_header()
926 int chunked = 0; in read_http_headers() local
931 if(!process_one_header(buf, clen, &chunked)) in read_http_headers()
/freebsd/contrib/wpa/hostapd/
H A DChangeLog254 * fixed WPS UPnP vulnerability with HTTP chunked transfer encoding
/freebsd/contrib/mandoc/
H A DNEWS1277 * Free-form text is not de-chunked any more: lines are passed
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog371 * fixed WPS UPnP vulnerability with HTTP chunked transfer encoding