Searched refs:open_stream (Results 1 – 6 of 6) sorted by relevance
/third_party/elfutils/libdwfl/ |
D | gzip.c | 144 open_stream (int fd, off_t start_offset, struct unzip_state *state) in open_stream() function 359 Dwfl_Error result = open_stream (fd, start_offset, &state); in unzip()
|
D | ChangeLog | 479 * gzip.c (open_stream): Return DWFL_E_NOMEM instead of calling 524 * gzip.c (open_stream): Return DWFL_E_ERRNO on bad file operation.
|
/third_party/nghttp2/tests/ |
D | nghttp2_test_helper.h | 97 nghttp2_stream *open_stream(nghttp2_session *session, int32_t stream_id);
|
D | nghttp2_session_test.c | 8253 a = open_stream(session, 1); in test_nghttp2_session_stream_dep_add() 8318 a = open_stream(session, 1); in test_nghttp2_session_stream_dep_remove() 8357 a = open_stream(session, 1); in test_nghttp2_session_stream_dep_remove() 8398 a = open_stream(session, 1); in test_nghttp2_session_stream_dep_remove() 8438 a = open_stream(session, 1); in test_nghttp2_session_stream_dep_remove() 8498 a = open_stream(session, 1); in test_nghttp2_session_stream_dep_add_subtree() 8503 e = open_stream(session, 9); in test_nghttp2_session_stream_dep_add_subtree() 8545 a = open_stream(session, 1); in test_nghttp2_session_stream_dep_add_subtree() 8550 e = open_stream(session, 9); in test_nghttp2_session_stream_dep_add_subtree() 8602 a = open_stream(session, 1); in test_nghttp2_session_stream_dep_remove_subtree() [all …]
|
D | nghttp2_test_helper.c | 286 nghttp2_stream *open_stream(nghttp2_session *session, int32_t stream_id) { in open_stream() function
|
/third_party/ffmpeg/libavfilter/ |
D | src_movie.c | 153 static int open_stream(AVFilterContext *ctx, MovieStream *st) in open_stream() function 319 ret = open_stream(ctx, &movie->st[i]); in movie_common_init()
|