Home
last modified time | relevance | path

Searched refs:max_send_header_block_length (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_option.h78 size_t max_send_header_block_length; member
A Dnghttp2_option.c137 option->max_send_header_block_length = val; in nghttp2_option_set_max_send_header_block_length()
A Dnghttp2_session.h265 size_t max_send_header_block_length; member
A Dnghttp2_session.c469 (*session_ptr)->max_send_header_block_length = NGHTTP2_MAX_HEADERSLEN; in session_new()
514 (*session_ptr)->max_send_header_block_length = in session_new()
515 option->max_send_header_block_length; in session_new()
543 nbuffer = ((*session_ptr)->max_send_header_block_length + in session_new()
2181 if (estimated_payloadlen > session->max_send_header_block_length) { in session_prep_frame()
2276 if (estimated_payloadlen > session->max_send_header_block_length) { in session_prep_frame()

Completed in 17 milliseconds