Home
last modified time | relevance | path

Searched refs:expect_id (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/quic/
H A Dquic_impl.c1829 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 Dquic_multistream_test.c238 #define OP_C_NEW_STREAM_BIDI(stream_name, expect_id) \ argument
239 {OPK_C_NEW_STREAM, NULL, 0, NULL, #stream_name, (expect_id)},
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
244 NULL, #stream_name, (expect_id)},
245 #define OP_C_NEW_STREAM_UNI_EX(stream_name, expect_id, flags) \ argument
247 NULL, #stream_name, (expect_id)},
248 #define OP_S_NEW_STREAM_BIDI(stream_name, expect_id) \ argument
249 {OPK_S_NEW_STREAM, NULL, 0, NULL, #stream_name, (expect_id)},
250 #define OP_S_NEW_STREAM_UNI(stream_name, expect_id) \ argument
[all …]

Completed in 36 milliseconds