Lines Matching defs:stream_name

126     const char      *stream_name;  member
218 #define OP_C_WRITE(stream_name, buf, buf_len) \ argument
220 #define OP_S_WRITE(stream_name, buf, buf_len) \ argument
222 #define OP_C_READ_EXPECT(stream_name, buf, buf_len) \ argument
224 #define OP_S_READ_EXPECT(stream_name, buf, buf_len) \ argument
226 #define OP_C_EXPECT_FIN(stream_name) \ argument
228 #define OP_S_EXPECT_FIN(stream_name) \ argument
230 #define OP_C_CONCLUDE(stream_name) \ argument
232 #define OP_S_CONCLUDE(stream_name) \ argument
234 #define OP_C_DETACH(stream_name) \ argument
236 #define OP_C_ATTACH(stream_name) \ argument
238 #define OP_C_NEW_STREAM_BIDI(stream_name, expect_id) \ argument
240 #define OP_C_NEW_STREAM_BIDI_EX(stream_name, expect_id, flags) \ argument
242 #define OP_C_NEW_STREAM_UNI(stream_name, expect_id) \ argument
245 #define OP_C_NEW_STREAM_UNI_EX(stream_name, expect_id, flags) \ argument
248 #define OP_S_NEW_STREAM_BIDI(stream_name, expect_id) \ argument
250 #define OP_S_NEW_STREAM_UNI(stream_name, expect_id) \ argument
252 #define OP_C_ACCEPT_STREAM_WAIT(stream_name) \ argument
256 #define OP_C_FREE_STREAM(stream_name) \ argument
274 #define OP_S_BIND_STREAM_ID(stream_name, stream_id) \ argument
276 #define OP_C_WAIT_FOR_DATA(stream_name) \ argument
278 #define OP_C_WRITE_FAIL(stream_name) \ argument
280 #define OP_S_WRITE_FAIL(stream_name) \ argument
282 #define OP_C_READ_FAIL(stream_name) \ argument
284 #define OP_S_READ_FAIL(stream_name, allow_zero_len) \ argument
286 #define OP_C_STREAM_RESET(stream_name, aec) \ argument
288 #define OP_S_ACCEPT_STREAM_WAIT(stream_name) \ argument
296 #define OP_S_UNBIND_STREAM_ID(stream_name) \ argument
298 #define OP_C_READ_FAIL_WAIT(stream_name) \ argument
302 #define OP_C_EXPECT_SSL_ERR(stream_name, err) \ argument
316 #define OP_C_SET_WRITE_BUF_SIZE(stream_name, size) \ argument
322 #define OP_C_SKIP_IF_UNBOUND(stream_name, n) \ argument
330 #define OP_C_WRITE_EX2(stream_name, buf, buf_len, flags) \ argument
878 const char *stream_name) in get_stream_info()
904 const char *stream_name, in helper_local_set_c_stream()
918 const char *stream_name) in helper_local_get_c_stream()
933 helper_set_s_stream(struct helper *h, const char *stream_name, in helper_set_s_stream()
950 static uint64_t helper_get_s_stream(struct helper *h, const char *stream_name) in helper_get_s_stream()