Searched defs:stream_name (Results 1 – 4 of 4) sorted by relevance
/freebsd/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 231 #define OP_S_WRITE(stream_name, buf, buf_len) \ argument 233 #define OP_C_READ_EXPECT(stream_name, buf, buf_len) \ argument 235 #define OP_S_READ_EXPECT(stream_name, buf, buf_len) \ argument 237 #define OP_C_EXPECT_FIN(stream_name) \ argument 239 #define OP_S_EXPECT_FIN(stream_name) \ argument 241 #define OP_C_CONCLUDE(stream_name) \ argument 243 #define OP_S_CONCLUDE(stream_name) \ argument 245 #define OP_C_DETACH(stream_name) \ argument [all …]
|
/freebsd/lib/libstdbuf/ |
H A D | stdbuf.c | 37 stream_name(FILE *s) in stream_name() function
|
/freebsd/crypto/openssl/test/radix/ |
H A D | quic_ops.c | 294 const char *stream_name; in DEF_FUNC() local 752 const char *conn_name, *stream_name; in DEF_FUNC() local 775 const char *conn_name, *stream_name; in DEF_FUNC() local 1105 #define OP_NEW_STREAM(conn_name, stream_name, flags) \ argument 1112 #define OP_ACCEPT_STREAM_WAIT(conn_name, stream_name, flags) \ argument 1217 #define OP_DETACH(conn_name, stream_name) \ argument 1222 #define OP_ATTACH(conn_name, stream_name) \ argument
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-port.cc | 1192 static void CaptureStream(int fd, const char* stream_name, in CaptureStream()
|