Home
last modified time | relevance | path

Searched refs:NGHTTP2_ERR_INSUFF_BUFSIZE (Results 1 - 10 of 10) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_helper.c303 case NGHTTP2_ERR_INSUFF_BUFSIZE: in nghttp2_strerror()
H A Dnghttp2_submit.c859 return NGHTTP2_ERR_INSUFF_BUFSIZE; in nghttp2_pack_settings_payload()
H A Dnghttp2_hd.c1513 return NGHTTP2_ERR_INSUFF_BUFSIZE; in nghttp2_hd_deflate_hd()
1546 return NGHTTP2_ERR_INSUFF_BUFSIZE; in nghttp2_hd_deflate_hd_vec()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c303 case NGHTTP2_ERR_INSUFF_BUFSIZE: in nghttp2_strerror()
H A Dnghttp2_submit.c859 return NGHTTP2_ERR_INSUFF_BUFSIZE; in nghttp2_pack_settings_payload()
H A Dnghttp2_hd.c1513 return NGHTTP2_ERR_INSUFF_BUFSIZE; in nghttp2_hd_deflate_hd()
1546 return NGHTTP2_ERR_INSUFF_BUFSIZE; in nghttp2_hd_deflate_hd_vec()
/third_party/nghttp2/tests/
H A Dnghttp2_hd_test.c1272 /* See NGHTTP2_ERR_INSUFF_BUFSIZE */ in test_nghttp2_hd_public_api()
1278 CU_ASSERT(NGHTTP2_ERR_INSUFF_BUFSIZE == blocklen); in test_nghttp2_hd_public_api()
1341 CU_ASSERT(NGHTTP2_ERR_INSUFF_BUFSIZE == blocklen); in test_nghttp2_hd_deflate_hd_vec()
1357 CU_ASSERT(NGHTTP2_ERR_INSUFF_BUFSIZE == blocklen); in test_nghttp2_hd_deflate_hd_vec()
H A Dnghttp2_session_test.c8255 CU_ASSERT(NGHTTP2_ERR_INSUFF_BUFSIZE == len); in test_nghttp2_pack_settings_payload()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h356 NGHTTP2_ERR_INSUFF_BUFSIZE = -525, enumerator
3846 * :enum:`nghttp2_error.NGHTTP2_ERR_INSUFF_BUFSIZE`
5235 * :enum:`nghttp2_error.NGHTTP2_ERR_INSUFF_BUFSIZE`. The caller
5251 * :enum:`nghttp2_error.NGHTTP2_ERR_INSUFF_BUFSIZE`
5268 * :enum:`nghttp2_error.NGHTTP2_ERR_INSUFF_BUFSIZE`. The caller
5284 * :enum:`nghttp2_error.NGHTTP2_ERR_INSUFF_BUFSIZE`
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h356 NGHTTP2_ERR_INSUFF_BUFSIZE = -525, enumerator
3830 * :enum:`nghttp2_error.NGHTTP2_ERR_INSUFF_BUFSIZE`
5219 * :enum:`nghttp2_error.NGHTTP2_ERR_INSUFF_BUFSIZE`. The caller
5235 * :enum:`nghttp2_error.NGHTTP2_ERR_INSUFF_BUFSIZE`
5252 * :enum:`nghttp2_error.NGHTTP2_ERR_INSUFF_BUFSIZE`. The caller
5268 * :enum:`nghttp2_error.NGHTTP2_ERR_INSUFF_BUFSIZE`

Completed in 36 milliseconds