Lines Matching refs:expect_id
239 #define OP_C_NEW_STREAM_BIDI(stream_name, expect_id) \ argument
240 {OPK_C_NEW_STREAM, NULL, 0, NULL, #stream_name, (expect_id)},
241 #define OP_C_NEW_STREAM_BIDI_EX(stream_name, expect_id, flags) \ argument
242 {OPK_C_NEW_STREAM, NULL, (flags), NULL, #stream_name, (expect_id)},
243 #define OP_C_NEW_STREAM_UNI(stream_name, expect_id) \ argument
245 NULL, #stream_name, (expect_id)},
246 #define OP_C_NEW_STREAM_UNI_EX(stream_name, expect_id, flags) \ argument
248 NULL, #stream_name, (expect_id)},
249 #define OP_S_NEW_STREAM_BIDI(stream_name, expect_id) \ argument
250 {OPK_S_NEW_STREAM, NULL, 0, NULL, #stream_name, (expect_id)},
251 #define OP_S_NEW_STREAM_UNI(stream_name, expect_id) \ argument
252 {OPK_S_NEW_STREAM, NULL, 1, NULL, #stream_name, (expect_id)},