Lines Matching defs:stream_name
126 const char *stream_name; member
219 #define OP_C_WRITE(stream_name, buf, buf_len) \ argument
221 #define OP_S_WRITE(stream_name, buf, buf_len) \ argument
223 #define OP_C_READ_EXPECT(stream_name, buf, buf_len) \ argument
225 #define OP_S_READ_EXPECT(stream_name, buf, buf_len) \ argument
227 #define OP_C_EXPECT_FIN(stream_name) \ argument
229 #define OP_S_EXPECT_FIN(stream_name) \ argument
231 #define OP_C_CONCLUDE(stream_name) \ argument
233 #define OP_S_CONCLUDE(stream_name) \ argument
235 #define OP_C_DETACH(stream_name) \ argument
237 #define OP_C_ATTACH(stream_name) \ argument
239 #define OP_C_NEW_STREAM_BIDI(stream_name, expect_id) \ argument
241 #define OP_C_NEW_STREAM_BIDI_EX(stream_name, expect_id, flags) \ argument
243 #define OP_C_NEW_STREAM_UNI(stream_name, expect_id) \ argument
246 #define OP_C_NEW_STREAM_UNI_EX(stream_name, expect_id, flags) \ argument
249 #define OP_S_NEW_STREAM_BIDI(stream_name, expect_id) \ argument
251 #define OP_S_NEW_STREAM_UNI(stream_name, expect_id) \ argument
253 #define OP_C_ACCEPT_STREAM_WAIT(stream_name) \ argument
257 #define OP_C_FREE_STREAM(stream_name) \ argument
275 #define OP_S_BIND_STREAM_ID(stream_name, stream_id) \ argument
277 #define OP_C_WAIT_FOR_DATA(stream_name) \ argument
279 #define OP_C_WRITE_FAIL(stream_name) \ argument
281 #define OP_S_WRITE_FAIL(stream_name) \ argument
283 #define OP_C_READ_FAIL(stream_name) \ argument
285 #define OP_S_READ_FAIL(stream_name, allow_zero_len) \ argument
287 #define OP_C_STREAM_RESET(stream_name, aec) \ argument
289 #define OP_C_STREAM_RESET_FAIL(stream_name, aec) \ argument
291 #define OP_S_ACCEPT_STREAM_WAIT(stream_name) \ argument
299 #define OP_S_UNBIND_STREAM_ID(stream_name) \ argument
301 #define OP_C_READ_FAIL_WAIT(stream_name) \ argument
305 #define OP_C_EXPECT_SSL_ERR(stream_name, err) \ argument
319 #define OP_C_SET_WRITE_BUF_SIZE(stream_name, size) \ argument
325 #define OP_C_SKIP_IF_UNBOUND(stream_name, n) \ argument
333 #define OP_C_WRITE_EX2(stream_name, buf, buf_len, flags) \ argument
881 const char *stream_name) in get_stream_info()
907 const char *stream_name, in helper_local_set_c_stream()
921 const char *stream_name) in helper_local_get_c_stream()
936 helper_set_s_stream(struct helper *h, const char *stream_name, in helper_set_s_stream()
953 static uint64_t helper_get_s_stream(struct helper *h, const char *stream_name) in helper_get_s_stream()