OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handle_io_failure
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/demos/guide/
tls-client-non-block.c
138
static int
handle_io_failure
(SSL *ssl, int res)
function
283
if (
handle_io_failure
(ssl, ret) == 1)
291
if (
handle_io_failure
(ssl, 0) == 1)
297
if (
handle_io_failure
(ssl, 0) == 1)
303
if (
handle_io_failure
(ssl, 0) == 1)
315
switch (
handle_io_failure
(ssl, 0)) {
345
if (ret < 0 &&
handle_io_failure
(ssl, ret) == 1)
quic-client-non-block.c
165
static int
handle_io_failure
(SSL *ssl, int res)
function
345
if (
handle_io_failure
(ssl, ret) == 1)
353
if (
handle_io_failure
(ssl, 0) == 1)
359
if (
handle_io_failure
(ssl, 0) == 1)
366
if (
handle_io_failure
(ssl, 0) == 1)
378
switch (
handle_io_failure
(ssl, 0)) {
408
if (ret < 0 &&
handle_io_failure
(ssl, ret) == 1)
quic-server-non-block.c
301
static int
handle_io_failure
(SSL *ssl, int res)
function
420
switch (
handle_io_failure
(conn, ret)) {
438
if (
handle_io_failure
(conn, 0) == 1)
453
if (ret < 0 &&
handle_io_failure
(conn, ret) == 1)
/src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/
quic-hq-interop.c
57
static int
handle_io_failure
(SSL *ssl, int res);
283
static int
handle_io_failure
(SSL *ssl, int res)
function
653
if (
handle_io_failure
(poll_list[poll_idx].desc.value.ssl, 0) == 1)
815
if (
handle_io_failure
(*ssl, ret) == 1)
968
switch (
handle_io_failure
(poll_list[poll_idx].desc.value.ssl,
1014
if (ret < 0 &&
handle_io_failure
(ssl, ret) == 1)
quic-hq-interop-server.c
381
static int
handle_io_failure
(SSL *ssl, int res)
function
482
ret =
handle_io_failure
(stream, ret);
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026