Searched refs:expect_id (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_impl.c | 2101 uint64_t expect_id; member 2116 args->expect_id | QUIC_STREAM_DIR_BIDI); in quic_wait_for_stream() 2119 args->expect_id | QUIC_STREAM_DIR_UNI); in quic_wait_for_stream() 2131 uint64_t expect_id; in qc_wait_for_default_xso_for_read() local 2152 expect_id = qc->as_server in qc_wait_for_default_xso_for_read() 2157 expect_id | QUIC_STREAM_DIR_BIDI); in qc_wait_for_default_xso_for_read() 2160 expect_id | QUIC_STREAM_DIR_UNI); in qc_wait_for_default_xso_for_read() 2166 expect_id); in qc_wait_for_default_xso_for_read() 2184 wargs.expect_id = expect_id; in qc_wait_for_default_xso_for_read()
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_multistream_test.c | 249 #define OP_C_NEW_STREAM_BIDI(stream_name, expect_id) \ argument 250 { OPK_C_NEW_STREAM, NULL, 0, NULL, #stream_name, (expect_id) }, 251 #define OP_C_NEW_STREAM_BIDI_EX(stream_name, expect_id, flags) \ argument 252 { OPK_C_NEW_STREAM, NULL, (flags), NULL, #stream_name, (expect_id) }, 253 #define OP_C_NEW_STREAM_UNI(stream_name, expect_id) \ argument 255 NULL, #stream_name, (expect_id) }, 256 #define OP_C_NEW_STREAM_UNI_EX(stream_name, expect_id, flags) \ argument 258 NULL, #stream_name, (expect_id) }, 259 #define OP_S_NEW_STREAM_BIDI(stream_name, expect_id) \ argument 260 { OPK_S_NEW_STREAM, NULL, 0, NULL, #stream_name, (expect_id) }, [all …]
|