| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_get_stream_read_state.pod | 5 SSL_get_stream_read_state, SSL_get_stream_write_state, 24 int SSL_get_stream_read_state(SSL *ssl); 32 SSL_get_stream_read_state() and SSL_get_stream_write_state() retrieve the 51 This value is returned if SSL_get_stream_read_state() is called on a 58 For SSL_get_stream_read_state(), this value is returned when the remote peer has 72 For SSL_get_stream_read_state(), this means that the receiving part of the 91 For SSL_get_stream_read_state(), this means that the peer sent a QUIC 110 will fail. SSL_get_stream_read_state() will return this state if and only if 132 SSL_get_stream_read_state() and SSL_get_stream_write_state() return one of the
|
| H A D | SSL_get_value_uint.pod | 336 L<SSL_get_stream_read_state(3)>, L<SSL_get_stream_write_state(3)>,
|
| /src/crypto/openssl/demos/guide/ |
| H A D | quic-multi-stream.c | 330 switch (SSL_get_stream_read_state(stream1)) { in main() 387 switch (SSL_get_stream_read_state(stream3)) { in main()
|
| H A D | quic-client-block.c | 287 switch (SSL_get_stream_read_state(ssl)) { in main()
|
| H A D | quic-client-non-block.c | 187 switch (SSL_get_stream_read_state(ssl)) { in handle_io_failure()
|
| H A D | quic-server-non-block.c | 324 switch (SSL_get_stream_read_state(ssl)) { in handle_io_failure()
|
| /src/crypto/openssl/demos/http3/ |
| H A D | ossl-nghttp3.c | 478 || SSL_get_stream_read_state(s->s) == SSL_STREAM_STATE_WRONG_DIR in h3_conn_pump_stream() 509 } else if (SSL_get_stream_read_state(s->s) in h3_conn_pump_stream()
|
| /src/crypto/openssl/test/quic-openssl-docker/hq-interop/ |
| H A D | quic-hq-interop-server.c | 397 switch (SSL_get_stream_read_state(ssl)) { in handle_io_failure()
|
| H A D | quic-hq-interop.c | 305 switch (SSL_get_stream_read_state(ssl)) { in handle_io_failure()
|
| /src/secure/lib/libssl/ |
| H A D | Version.map | 581 SSL_get_stream_read_state;
|
| /src/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-quic-client-block.pod | 311 switch (SSL_get_stream_read_state(ssl)) { 335 fatal error. We can use L<SSL_get_stream_read_state(3)> to determine whether the
|
| H A D | ossl-guide-quic-multi-stream.pod | 297 The L<SSL_get_stream_read_state(3)> function can be used to distinguish between 318 switch (SSL_get_stream_read_state(stream1)) {
|
| H A D | ossl-guide-quic-client-non-block.pod | 198 L<SSL_get_stream_read_state(3)> to determine whether the error is local to the 229 switch (SSL_get_stream_read_state(ssl)) {
|
| H A D | openssl-quic.pod | 653 =item L<SSL_get_stream_write_state(3)> and L<SSL_get_stream_read_state(3)> 919 L<SSL_stream_reset(3)>, L<SSL_get_stream_read_state(3)>,
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api.md | 234 `SSL_get_stream_read_state` can be used to clarify the stream state when an 737 * stream where SSL_get_stream_read_state is 745 * For SSL_get_stream_read_state, this means that there is no more data to read, 758 * For SSL_get_stream_read_state, this means that the stream was aborted using a 772 * For SSL_get_stream_read_state, this means the peer sent a STREAM_RESET 784 * For SSL_get_stream_read_state, this means that attempts to read from the 793 int SSL_get_stream_read_state(SSL *ssl);
|
| H A D | quic-api-ssl-funcs.md | 638 | `SSL_get_stream_read_state` | CSSM | N | A | QSA | Done …
|
| /src/crypto/openssl/test/radix/ |
| H A D | quic_bindings.c | 272 rstate = SSL_get_stream_read_state(ssl); in report_ssl()
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 559 MAN+= SSL_get_stream_read_state.3 4456 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_CONN_CLOSED.3 4457 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_FINISHED.3 4458 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_NONE.3 4459 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_OK.3 4460 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_RESET_LOCAL.3 4461 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_RESET_REMOTE.3 4462 MLINKS+= SSL_get_stream_read_state.3 SSL_STREAM_STATE_WRONG_DIR.3 4463 MLINKS+= SSL_get_stream_read_state.3 SSL_get_stream_read_error_code.3 4464 MLINKS+= SSL_get_stream_read_state.3 SSL_get_stream_write_error_code.3 [all …]
|
| /src/crypto/openssl/util/ |
| H A D | libssl.num | 570 SSL_get_stream_read_state 571 3_2_0 EXIST::FUNCTION:
|
| /src/crypto/openssl/doc/ |
| H A D | build.info | 2710 DEPEND[html/man3/SSL_get_stream_read_state.html]=man3/SSL_get_stream_read_state.pod 2711 GENERATE[html/man3/SSL_get_stream_read_state.html]=man3/SSL_get_stream_read_state.pod 2712 DEPEND[man/man3/SSL_get_stream_read_state.3]=man3/SSL_get_stream_read_state.pod 2713 GENERATE[man/man3/SSL_get_stream_read_state.3]=man3/SSL_get_stream_read_state.pod 3741 html/man3/SSL_get_stream_read_state.html \ 4417 man/man3/SSL_get_stream_read_state.3 \
|
| /src/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 2456 __owur int SSL_get_stream_read_state(SSL *ssl);
|
| H A D | ssl.h.in | 2409 __owur int SSL_get_stream_read_state(SSL *ssl);
|
| /src/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 7894 int SSL_get_stream_read_state(SSL *s) in SSL_get_stream_read_state() function
|