Searched refs:stream_name (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | quic_multistream_test.c | 136 const char *stream_name; member 229 #define OP_C_WRITE(stream_name, buf, buf_len) \ argument 230 { OPK_C_WRITE, (buf), (buf_len), NULL, #stream_name }, 231 #define OP_S_WRITE(stream_name, buf, buf_len) \ argument 232 { OPK_S_WRITE, (buf), (buf_len), NULL, #stream_name }, 233 #define OP_C_READ_EXPECT(stream_name, buf, buf_len) \ argument 234 { OPK_C_READ_EXPECT, (buf), (buf_len), NULL, #stream_name }, 235 #define OP_S_READ_EXPECT(stream_name, buf, buf_len) \ argument 236 { OPK_S_READ_EXPECT, (buf), (buf_len), NULL, #stream_name }, 237 #define OP_C_EXPECT_FIN(stream_name) \ argument [all …]
|
| /src/lib/libstdbuf/ |
| H A D | stdbuf.c | 37 stream_name(FILE *s) in stream_name() function 75 stream_name(s)); in change_buf() 90 stream_name(s)); in change_buf() 97 stream_name(s)); in change_buf()
|
| /src/crypto/openssl/test/radix/ |
| H A D | quic_ops.c | 296 const char *stream_name; in DEF_FUNC() local 301 F_POP(stream_name); in DEF_FUNC() 304 if (!TEST_ptr_null(RADIX_PROCESS_get_obj(RP(), stream_name))) in DEF_FUNC() 322 && !TEST_true(RADIX_PROCESS_set_ssl(RP(), stream_name, stream))) { in DEF_FUNC() 753 const char *conn_name, *stream_name; in DEF_FUNC() local 756 F_POP2(conn_name, stream_name); in DEF_FUNC() 763 if (!TEST_true(RADIX_PROCESS_set_ssl(RP(), stream_name, stream))) { in DEF_FUNC() 776 const char *conn_name, *stream_name; in DEF_FUNC() local 779 F_POP2(conn_name, stream_name); in DEF_FUNC() 784 if (!TEST_ptr(stream = RADIX_PROCESS_get_ssl(RP(), stream_name))) in DEF_FUNC() [all …]
|
| /src/contrib/googletest/googletest/src/ |
| H A D | gtest-port.cc | 1192 static void CaptureStream(int fd, const char* stream_name, in CaptureStream() argument 1195 GTEST_LOG_(FATAL) << "Only one " << stream_name in CaptureStream()
|
| /src/sys/contrib/device-tree/src/arm/st/ |
| H A D | spear1340-evb.dts | 259 stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap";
|