Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/ssl/
H A Dssl_io.c52 run_until(br_sslio_context *ctx, unsigned target) in run_until() function
155 if (run_until(ctx, BR_SSL_RECVAPP) < 0) { in br_sslio_read()
197 if (run_until(ctx, BR_SSL_SENDAPP) < 0) { in br_sslio_write()
241 return run_until(ctx, BR_SSL_SENDAPP | BR_SSL_RECVAPP); in br_sslio_flush()
255 run_until(ctx, BR_SSL_RECVAPP); in br_sslio_close()