Home
last modified time | relevance | path

Searched refs:NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-server-push-stream-errors.js28 ngError: constants.NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE,
Dtest-http2-client-onconnect-errors.js29 ngError: constants.NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE,
Dtest-http2-binding.js218 NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE: -509, property
/third_party/nghttp2/lib/
Dnghttp2_helper.c273 case NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE: in nghttp2_strerror()
Dnghttp2_submit.c102 rv = NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE; in submit_headers_shared()
340 return NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE; in nghttp2_submit_push_promise()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.c273 case NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE: in nghttp2_strerror()
Dnghttp2_submit.c102 rv = NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE; in submit_headers_shared()
340 return NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE; in nghttp2_submit_push_promise()
/third_party/node/lib/internal/http2/
Dcore.js277 NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE,
741 case NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE:
2726 case NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE:
/third_party/node/src/
Dnode_http2.h1069 V(NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE) \
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h287 NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE = -509, enumerator
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h287 NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE = -509, enumerator
/third_party/nghttp2/tests/
Dnghttp2_session_test.c7847 CU_ASSERT(NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE == in test_nghttp2_session_on_ctrl_not_send()