Home
last modified time | relevance | path

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

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