Home
last modified time | relevance | path

Searched refs:STREAM_OPTION_GET_TRAILERS (Results 1 - 3 of 3) sorted by relevance

/third_party/node/lib/internal/http2/
H A Dcore.js312 STREAM_OPTION_GET_TRAILERS,
719 streamOptions |= STREAM_OPTION_GET_TRAILERS;
2777 streamOptions |= STREAM_OPTION_GET_TRAILERS;
2834 streamOptions |= STREAM_OPTION_GET_TRAILERS;
2900 streamOptions |= STREAM_OPTION_GET_TRAILERS;
/third_party/node/src/
H A Dnode_http2.h58 constexpr int STREAM_OPTION_GET_TRAILERS = 0x2; member
1074 V(STREAM_OPTION_GET_TRAILERS)
H A Dnode_http2.cc2056 if (options & STREAM_OPTION_GET_TRAILERS) in Http2Stream()
2183 if (options & STREAM_OPTION_GET_TRAILERS) in SubmitResponse()

Completed in 12 milliseconds