Home
last modified time | relevance | path

Searched refs:max_body_size (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp-internal.h68 ev_uint64_t max_body_size; member
H A Dhttp.c651 evcon->max_body_size = EV_UINT64_MAX; in evhttp_connection_set_max_body_size()
653 evcon->max_body_size = new_max_body_size; in evhttp_connection_set_max_body_size()
953 if (req->body_size + (size_t)ntoread > req->evcon->max_body_size) { in evhttp_handle_chunked_read()
1094 if (req->body_size > req->evcon->max_body_size || in evhttp_read_body()
1096 (size_t)req->ntoread > req->evcon->max_body_size)) { in evhttp_read_body()
2254 if ((req->evcon->max_body_size <= EV_INT64_MAX) && in evhttp_get_body()
2255 (ev_uint64_t)req->ntoread > req->evcon->max_body_size) { in evhttp_get_body()
2395 evcon->max_body_size = EV_SIZE_MAX; in evhttp_connection_base_bufferevent_new()
3895 if (max_body_size < 0) in evhttp_set_max_body_size()
3898 http->default_max_body_size = max_body_size; in evhttp_set_max_body_size()
[all …]
H A Dwhatsnew-2.1.txt463 clients body exceed max_body_size (since some clients cannot read response
H A DChangeLog541 … o test: http/*: update expected HTTP codes for body exceeds `max_body_size` (addf2b9 Azat Khuzhin)
/freebsd/contrib/libevent/
H A Dhttp-internal.h68 ev_uint64_t max_body_size; member
H A Dhttp.c651 evcon->max_body_size = EV_UINT64_MAX; in evhttp_connection_set_max_body_size()
653 evcon->max_body_size = new_max_body_size; in evhttp_connection_set_max_body_size()
953 if (req->body_size + (size_t)ntoread > req->evcon->max_body_size) { in evhttp_handle_chunked_read()
1094 if (req->body_size > req->evcon->max_body_size || in evhttp_read_body()
1096 (size_t)req->ntoread > req->evcon->max_body_size)) { in evhttp_read_body()
2254 if ((req->evcon->max_body_size <= EV_INT64_MAX) && in evhttp_get_body()
2255 (ev_uint64_t)req->ntoread > req->evcon->max_body_size) { in evhttp_get_body()
2395 evcon->max_body_size = EV_SIZE_MAX; in evhttp_connection_base_bufferevent_new()
3895 if (max_body_size < 0) in evhttp_set_max_body_size()
3898 http->default_max_body_size = max_body_size; in evhttp_set_max_body_size()
[all …]
H A Dwhatsnew-2.1.txt463 clients body exceed max_body_size (since some clients cannot read response
H A DChangeLog541 … o test: http/*: update expected HTTP codes for body exceeds `max_body_size` (addf2b9 Azat Khuzhin)
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h223 void evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size);
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h223 void evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size);