Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_frame.c117 nghttp2_frame_hd_init(&frame->hd, niv * NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH, in nghttp2_frame_settings_init()
502 for (i = 0; i < niv; ++i, buf += NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH) { in nghttp2_frame_pack_settings_payload()
506 return NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH * niv; in nghttp2_frame_pack_settings_payload()
531 *niv_ptr = payloadlen / NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH; in nghttp2_frame_unpack_settings_payload2()
547 size_t off = i * NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH; in nghttp2_frame_unpack_settings_payload2()
A Dnghttp2_frame.h64 #define NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH 6 macro
A Dnghttp2_submit.c711 if (buflen < (niv * NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH)) { in nghttp2_pack_settings_payload()
A Dnghttp2_session.c5787 NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH) || in nghttp2_session_mem_recv()
5804 NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH + in nghttp2_session_mem_recv()
5822 iframe, NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH); in nghttp2_session_mem_recv()
6403 NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH); in nghttp2_session_mem_recv()
7465 if (settings_payloadlen % NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH) { in nghttp2_session_upgrade_internal()

Completed in 18 milliseconds