Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 25 of 53) sorted by relevance

123

/buildroot/package/lua-http/
A D0001-http-h1_stream-handle-EOF-when-body_read_type-length.patch9 `:shutdown()` a stream.
35 @@ -295,6 +295,33 @@ describe("http1 stream", function()
39 + it("Doesn't hang when a content-length delimited stream is closed", function()
43 + local stream = client:new_stream()
49 + assert(stream:write_headers(headers, true))
52 + local stream = server:get_next_incoming_stream()
53 + assert(stream:get_headers())
57 + assert(stream:write_headers(res_headers, false))
58 + assert(stream:write_chunk("foo", false))
59 + assert(stream:shutdown())
/buildroot/package/spice/
A D0001-server-add-SSL_OP_NO_RENEGOTIATION-fallback-path.patch8 red-stream.cpp while SSL_OP_NO_RENEGOTIATION is not yet defined for the
23 server/red-stream.h | 4 ++++
26 diff --git a/server/red-stream.h b/server/red-stream.h
28 --- a/server/red-stream.h
29 +++ b/server/red-stream.h
/buildroot/package/syslog-ng/
A Dsyslog-ng.conf5 unix-stream ("/dev/log");
/buildroot/package/alsa-utils/
A D0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch46 static int pcm_device_list(snd_ctl_t *ctl, snd_pcm_stream_t stream, bool *first)
52 @@ -76,10 +76,12 @@ static int pcm_device_list(snd_ctl_t *ctl, snd_pcm_stream_t stream, bool *first)
63 static const char *snd_rawmidi_stream_name(snd_rawmidi_stream_t stream)
65 if (stream == SND_RAWMIDI_STREAM_INPUT)
66 @@ -91,7 +93,6 @@ static const char *snd_rawmidi_stream_name(snd_rawmidi_stream_t stream)
68 static int rawmidi_device_list(snd_ctl_t *ctl, snd_rawmidi_stream_t stream, bool *first)
74 @@ -143,9 +144,10 @@ static int rawmidi_device_list(snd_ctl_t *ctl, snd_rawmidi_stream_t stream, bo…
/buildroot/package/perl-stream-buffered/
A DConfig.in2 bool "perl-stream-buffered"
/buildroot/package/libmms/
A DConfig.in9 type network streams. These are commonly used to stream
11 only for receiving MMS stream, it doesn't handle sending at
/buildroot/package/erlang-goldrush/
A DConfig.in5 stream processing.
/buildroot/package/lvm2/
A D0002-log-use-freopen-to-reopen-standard-streams.patch30 @@ -208,7 +208,11 @@ int reopen_standard_stream(FILE **stream, const char *mode)
35 *stream = new_stream;
37 + freopen(NULL, mode, *stream);
A D0001-cmdline-use-freopen-to-reopen-standard-streams.patch40 perror("stdin stream open");
52 perror("stdout stream open");
63 printf("stderr stream open: %s\n",
/buildroot/package/dvbsnoop/
A DConfig.in5 transport stream (TS), program elementary stream (PES) or even
6 a program stream (PS). Dvbsnoop is trying to get input mostly
/buildroot/package/kodi-inputstream-rtmp/
A DConfig.in7 RTMP input stream add-on for Kodi
/buildroot/package/gensio/
A DConfig.in6 A library to abstract stream I/O like serial port, TCP,
/buildroot/package/multicat/
A DConfig.in6 Simple and efficient multicast and transport stream
/buildroot/package/sed/
A DConfig.in6 sed (stream editor) is a non-interactive command-line text
/buildroot/package/libogg/
A DConfig.in5 and stream format for the Xiph.org multimedia codecs. As
/buildroot/package/lua-zlib/
A DConfig.in7 Both functions return "stream functions" (takes a buffer
/buildroot/package/kodi-inputstream-ffmpegdirect/
A DConfig.in9 This is a Kodi input stream addon for streams that can be
/buildroot/package/libnids/
A DConfig.in11 Libnids offers IP defragmentation, TCP stream assembly, TCP
/buildroot/package/ibrcommon/
A D0002-ibrcommon-added-openssl-1.1-compatibility-264.patch238 iostreamBIO::iostreamBIO(iostream *stream)
239 : _stream(stream)
247 @@ -72,7 +91,7 @@ iostreamBIO::iostreamBIO(iostream *stream)
251 - _bio->ptr = stream;
252 + BIO_set_data(_bio, (void *) stream);
272 * it is set to 0 since the underlying stream is blocking
283 - iostream *stream = reinterpret_cast<iostream*>(bio->ptr);
284 + iostream *stream = reinterpret_cast<iostream*>(BIO_get_data(bio));
292 - iostream *stream = reinterpret_cast<iostream*>(bio->ptr);
293 + iostream *stream = reinterpret_cast<iostream*>(BIO_get_data(bio));
[all …]
/buildroot/package/makedevs/
A Dmakedevs.c263 FILE *stream; in my_getpwnam() local
265 stream = bb_xfopen(PASSWD_PATH, "r"); in my_getpwnam()
268 myuser = fgetpwent(stream); in my_getpwnam()
276 fclose(stream); in my_getpwnam()
284 FILE *stream; in my_getgrnam() local
286 stream = bb_xfopen(GROUP_PATH, "r"); in my_getgrnam()
289 mygroup = fgetgrent(stream); in my_getgrnam()
297 fclose(stream); in my_getgrnam()
/buildroot/package/libgtk3/
A D0001-Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch46 GInputStream *stream;
65 stream = g_memory_input_stream_new_from_data (file_data, file_len, NULL);
66 pixbuf = gdk_pixbuf_new_from_stream (stream, NULL, error);
/buildroot/package/libhttpparser/
A DConfig.in11 40 bytes of data per message stream (in a web server
/buildroot/package/dt/
A DConfig.in14 or any data stream supported by the operating system.
/buildroot/board/bsh/imx8mn-bsh-smm-s2/
A Dnand-full.lst7 # This command will be run when ROM support stream mode
/buildroot/package/gstreamer1/gst1-plugins-good/
A DConfig.in72 AVI stream handling
127 Demux ICY tags from a stream
137 Still frame stream generator
161 Matroska and WebM stream handling
176 multipart stream manipulation

Completed in 44 milliseconds

123