Home
last modified time | relevance | path

Searched refs:nghttp2_submit_window_update (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c6414 nghttp2_submit_window_update(session, NGHTTP2_FLAG_NONE, 2, 1024)); in test_nghttp2_submit_window_update()
6422 nghttp2_submit_window_update(session, NGHTTP2_FLAG_NONE, 2, 4096)); in test_nghttp2_submit_window_update()
6430 nghttp2_submit_window_update(session, NGHTTP2_FLAG_NONE, 2, 4096)); in test_nghttp2_submit_window_update()
6438 nghttp2_submit_window_update(session, NGHTTP2_FLAG_NONE, 2, 0)); in test_nghttp2_submit_window_update()
6442 nghttp2_submit_window_update(session, NGHTTP2_FLAG_NONE, 4, 4096)); in test_nghttp2_submit_window_update()
6460 CU_ASSERT(0 == nghttp2_submit_window_update(session, NGHTTP2_FLAG_NONE, 2, in test_nghttp2_submit_window_update_local_window_size()
6472 CU_ASSERT(0 == nghttp2_submit_window_update(session, NGHTTP2_FLAG_NONE, 2, in test_nghttp2_submit_window_update_local_window_size()
6483 nghttp2_submit_window_update(session, NGHTTP2_FLAG_NONE, 2, 16384)); in test_nghttp2_submit_window_update_local_window_size()
6490 nghttp2_submit_window_update(session, NGHTTP2_FLAG_NONE, 2, in test_nghttp2_submit_window_update_local_window_size()
6497 CU_ASSERT(0 == nghttp2_submit_window_update(sessio in test_nghttp2_submit_window_update_local_window_size()
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_submit.c380 int nghttp2_submit_window_update(nghttp2_session *session, uint8_t flags, in nghttp2_submit_window_update() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_submit.c380 int nghttp2_submit_window_update(nghttp2_session *session, uint8_t flags, in nghttp2_submit_window_update() function
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2536 * data. Don't use `nghttp2_submit_window_update()` for this purpose.
3268 * `nghttp2_submit_window_update()`. This function takes into account
3271 * window_size_increment with `nghttp2_submit_window_update()`, this
3284 * `nghttp2_submit_window_update()`. This function takes into account
3319 * window size can be adjusted by `nghttp2_submit_window_update()`.
3323 * `nghttp2_submit_window_update()`, this function returns the number
3336 * `nghttp2_submit_window_update()`. This function takes into account
4641 NGHTTP2_EXTERN int nghttp2_submit_window_update(nghttp2_session *session,
4658 * This sounds similar to `nghttp2_submit_window_update()`, but there
4664 * `nghttp2_submit_window_update()` affect
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2531 * data. Don't use `nghttp2_submit_window_update()` for this purpose.
3252 * `nghttp2_submit_window_update()`. This function takes into account
3255 * window_size_increment with `nghttp2_submit_window_update()`, this
3268 * `nghttp2_submit_window_update()`. This function takes into account
3303 * window size can be adjusted by `nghttp2_submit_window_update()`.
3307 * `nghttp2_submit_window_update()`, this function returns the number
3320 * `nghttp2_submit_window_update()`. This function takes into account
4625 NGHTTP2_EXTERN int nghttp2_submit_window_update(nghttp2_session *session,
4642 * This sounds similar to `nghttp2_submit_window_update()`, but there
4648 * `nghttp2_submit_window_update()` affect
[all...]

Completed in 21 milliseconds