/third_party/nghttp2/src/ |
D | h2load_http3_session.cc | 131 int stream_close(nghttp3_conn *conn, int64_t stream_id, uint64_t app_error_code, in stream_close() function 134 if (s->stream_close(stream_id, app_error_code) != 0) { in stream_close() 141 int Http3Session::stream_close(int64_t stream_id, uint64_t app_error_code) { in stream_close() function in h2load::Http3Session 314 h2load::stream_close, in init_conn()
|
D | h2load_http3_session.h | 48 int stream_close(int64_t stream_id, uint64_t app_error_code);
|
D | shrpx_http3_upstream.h | 127 int stream_close(int64_t stream_id, uint64_t app_error_code);
|
D | h2load_quic.cc | 113 int stream_close(ngtcp2_conn *conn, uint32_t flags, int64_t stream_id, in stream_close() function 352 h2load::stream_close, in quic_init()
|
D | shrpx_http3_upstream.cc | 303 int stream_close(ngtcp2_conn *conn, uint32_t flags, int64_t stream_id, in stream_close() function 312 if (upstream->stream_close(stream_id, app_error_code) != 0) { in stream_close() 320 int Http3Upstream::stream_close(int64_t stream_id, uint64_t app_error_code) { in stream_close() function in shrpx::Http3Upstream 590 shrpx::stream_close, in init()
|
/third_party/skia/third_party/externals/oboe/tests/ |
D | testAAudio.cpp | 49 result = mAAudioLoader->stream_close(stream); in openCloseStream()
|
/third_party/libwebsockets/lib/core-net/ |
D | dummy-callback.c | 61 stream_close(struct lws *wsi) in stream_close() function 424 stream_close(wsi); in lws_callback_http_dummy() 436 if (stream_close(wsi)) in lws_callback_http_dummy()
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AAudioLoader.h | 172 signature_I_PS stream_close = nullptr; variable
|
D | AAudioLoader.cpp | 101 stream_close = load_I_PS("AAudioStream_close"); in open()
|
D | AudioStreamAAudio.cpp | 310 return static_cast<Result>(mLibLoader->stream_close(stream)); in close()
|
/third_party/node/src/quic/ |
D | bindingdata.h | 57 V(stream_close, StreamClose) \
|
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/ |
D | nghttp3.h | 1826 nghttp3_stream_close stream_close; member
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff2.c | 89 stream_close( FT_Stream stream ) in stream_close() function 2275 sfnt_stream->close = stream_close; in woff2_open_font()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_conn.c | 1034 if (bidi && conn->callbacks.stream_close) { in conn_delete_stream() 1035 rv = conn->callbacks.stream_close(conn, stream->node.nid.id, in conn_delete_stream()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
D | ngtcp2.h | 3405 ngtcp2_stream_close stream_close; member
|
/third_party/ffmpeg/fftools/ |
D | ffplay.c | 1250 static void stream_close(VideoState *is) in stream_close() function 1290 stream_close(is); in do_exit() 3120 stream_close(is); in stream_open()
|
/third_party/node/src/ |
D | node_http2.cc | 3164 SET_FUNCTION(10, stream_close) in SetCallbackFunctions()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_conn.c | 165 if (!conn->callbacks.stream_close) { in conn_call_stream_close() 173 rv = conn->callbacks.stream_close(conn, flags, strm->stream_id, in conn_call_stream_close()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 4104 * src/sfnt/sfwoff2.c (reconstruct_glyf): Don't use `stream_close'. 4470 * src/sfnt/sfwoff2.c (stream_close, find_table, read_num_hmetrics):
|
/third_party/astc-encoder/Source/ |
D | tinyexr.h | 9619 stream_close(stream); in DecompressZfp()
|