Home
last modified time | relevance | path

Searched refs:new_max_body_size (Results 1 – 2 of 2) sorted by relevance

/external/libevent/include/event2/
Dhttp.h464 ev_ssize_t new_max_body_size);
/external/libevent/
Dhttp.c637 ev_ssize_t new_max_body_size) in evhttp_connection_set_max_body_size() argument
639 if (new_max_body_size<0) in evhttp_connection_set_max_body_size()
642 evcon->max_body_size = new_max_body_size; in evhttp_connection_set_max_body_size()