Home
last modified time | relevance | path

Searched refs:handle_io_failure (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/demos/guide/
H A Dtls-client-non-block.c138 static int handle_io_failure(SSL *ssl, int res) in handle_io_failure() function
283 if (handle_io_failure(ssl, ret) == 1) in main()
291 if (handle_io_failure(ssl, 0) == 1) in main()
297 if (handle_io_failure(ssl, 0) == 1) in main()
303 if (handle_io_failure(ssl, 0) == 1) in main()
315 switch (handle_io_failure(ssl, 0)) { in main()
345 if (ret < 0 && handle_io_failure(ssl, ret) == 1) in main()
H A Dquic-client-non-block.c165 static int handle_io_failure(SSL *ssl, int res) in handle_io_failure() function
345 if (handle_io_failure(ssl, ret) == 1) in main()
353 if (handle_io_failure(ssl, 0) == 1) in main()
359 if (handle_io_failure(ssl, 0) == 1) in main()
366 if (handle_io_failure(ssl, 0) == 1) in main()
378 switch (handle_io_failure(ssl, 0)) { in main()
408 if (ret < 0 && handle_io_failure(ssl, ret) == 1) in main()
H A Dquic-server-non-block.c282 static int handle_io_failure(SSL *ssl, int res) in handle_io_failure() function
401 switch (handle_io_failure(conn, ret)) { in run_quic_server()
419 if (handle_io_failure(conn, 0) == 1) in run_quic_server()
434 if (ret < 0 && handle_io_failure(conn, ret) == 1) in run_quic_server()
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c57 static int handle_io_failure(SSL *ssl, int res);
283 static int handle_io_failure(SSL *ssl, int res) in handle_io_failure() function
655 if (handle_io_failure(poll_list[poll_idx].desc.value.ssl, 0) == 1) in build_request_set()
817 if (handle_io_failure(*ssl, ret) == 1) in setup_connection()
972 switch (handle_io_failure(poll_list[poll_idx].desc.value.ssl, in main()
1018 if (ret < 0 && handle_io_failure(ssl, ret) == 1) in main()
H A Dquic-hq-interop-server.c370 static int handle_io_failure(SSL *ssl, int res) in handle_io_failure() function
471 ret = handle_io_failure(stream, ret); in process_new_stream()
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-tls-client-non-block.pod172 static int handle_io_failure(SSL *ssl, int res)
232 if (handle_io_failure(ssl, ret) == 1)
239 Otherwise we use the C<handle_io_failure()> function that we created earlier to
261 if (handle_io_failure(ssl, 0) == 1)
267 if (handle_io_failure(ssl, 0) == 1)
273 if (handle_io_failure(ssl, 0) == 1)
290 switch (handle_io_failure(ssl, 0)) {
337 handle_io_failure() function that we developed earlier for this:
344 if (ret < 0 && handle_io_failure(ssl, ret) == 1)
H A Dossl-guide-quic-client-non-block.pod207 static int handle_io_failure(SSL *ssl, int res)
320 if (handle_io_failure(ssl, ret) == 1)
327 Otherwise we use the C<handle_io_failure()> function that we created earlier to
355 if (handle_io_failure(ssl, 0) == 1)
361 if (handle_io_failure(ssl, 0) == 1)
368 if (handle_io_failure(ssl, 0) == 1)
385 switch (handle_io_failure(ssl, 0)) {
434 next. We use our handle_io_failure() function that we developed earlier for
442 if (ret < 0 && handle_io_failure(ssl, ret) == 1)
H A Dossl-guide-quic-server-non-block.pod298 switch (handle_io_failure(conn, ret)) {
321 if (handle_io_failure(conn, 0) == 1)
335 if (ret < 0 && handle_io_failure(conn, ret) == 1)