| quic_multistream_test.c | 136 const char *stream_name; member in struct:script_op 229 #define OP_C_WRITE(stream_name, buf, buf_len) \ 230 { OPK_C_WRITE, (buf), (buf_len), NULL, #stream_name }, 231 #define OP_S_WRITE(stream_name, buf, buf_len) \ 232 { OPK_S_WRITE, (buf), (buf_len), NULL, #stream_name }, 233 #define OP_C_READ_EXPECT(stream_name, buf, buf_len) \ 234 { OPK_C_READ_EXPECT, (buf), (buf_len), NULL, #stream_name }, 235 #define OP_S_READ_EXPECT(stream_name, buf, buf_len) \ 236 { OPK_S_READ_EXPECT, (buf), (buf_len), NULL, #stream_name }, 237 #define OP_C_EXPECT_FIN(stream_name) \ [all...] |