Searched refs:expect_id (Results 1 – 2 of 2) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_impl.c | 1829 uint64_t expect_id; member 1844 args->expect_id | QUIC_STREAM_DIR_BIDI); in quic_wait_for_stream() 1847 args->expect_id | QUIC_STREAM_DIR_UNI); in quic_wait_for_stream() 1859 uint64_t expect_id; in qc_wait_for_default_xso_for_read() local 1880 expect_id = qc->as_server in qc_wait_for_default_xso_for_read() 1885 expect_id | QUIC_STREAM_DIR_BIDI); in qc_wait_for_default_xso_for_read() 1888 expect_id | QUIC_STREAM_DIR_UNI); in qc_wait_for_default_xso_for_read() 1894 expect_id); in qc_wait_for_default_xso_for_read() 1909 wargs.expect_id = expect_id; in qc_wait_for_default_xso_for_read()
|
/openssl/test/ |
H A D | quic_multistream_test.c | 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 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 [all …]
|
Completed in 29 milliseconds