Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.h106 /* NGHTTP3_STREAM_FLAG_WRITE_END_STREAM indicates that application
108 #define NGHTTP3_STREAM_FLAG_WRITE_END_STREAM 0x0008u macro
H A Dnghttp3_conn.c2172 stream->flags |= NGHTTP3_STREAM_FLAG_WRITE_END_STREAM; in nghttp3_conn_submit_request()
2210 stream->flags |= NGHTTP3_STREAM_FLAG_WRITE_END_STREAM; in nghttp3_conn_submit_response()
2228 if (stream->flags & NGHTTP3_STREAM_FLAG_WRITE_END_STREAM) { in nghttp3_conn_submit_trailers()
2232 stream->flags |= NGHTTP3_STREAM_FLAG_WRITE_END_STREAM; in nghttp3_conn_submit_trailers()
H A Dnghttp3_stream.c597 stream->flags |= NGHTTP3_STREAM_FLAG_WRITE_END_STREAM; in nghttp3_stream_write_data()
848 (stream->flags & NGHTTP3_STREAM_FLAG_WRITE_END_STREAM); in nghttp3_stream_writev()

Completed in 5 milliseconds