Home
last modified time | relevance | path

Searched defs:lastStreamID (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/http2/
Dcore.js636 function onGoawayData(code, lastStreamID, buf) { argument
818 function submitGoaway(code, lastStreamID, opaqueData) { argument
1447 goaway(code = NGHTTP2_NO_ERROR, lastStreamID = 0, opaqueData) { argument
/third_party/node/src/
Dnode_http2.cc2594 int32_t lastStreamID, in Goaway()
2619 int32_t lastStreamID = args[1]->Int32Value(context).ToChecked(); in Goaway() local