Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/ext/openssl/
H A Dossl_ssl.c1633 no_exception_p(VALUE opts) in no_exception_p() function
1673 if (no_exception_p(opts)) { return sym_wait_writable; } in ossl_start_ssl()
1678 if (no_exception_p(opts)) { return sym_wait_readable; } in ossl_start_ssl()
1846 if (no_exception_p(opts)) { return Qnil; } in ossl_ssl_read_internal()
1849 if (no_exception_p(opts)) { return sym_wait_writable; } in ossl_ssl_read_internal()
1854 if (no_exception_p(opts)) { return sym_wait_readable; } in ossl_ssl_read_internal()
1870 if (no_exception_p(opts)) { return Qnil; } in ossl_ssl_read_internal()
1953 if (no_exception_p(opts)) { return sym_wait_writable; } in ossl_ssl_write_internal()
1958 if (no_exception_p(opts)) { return sym_wait_readable; } in ossl_ssl_write_internal()
/dports/lang/ruby26/ruby-2.6.9/
H A Dio.c2784 no_exception_p(VALUE opts) in no_exception_p() function
2836 if (no_exception_p(opts)) in io_getpartial()
2928 if (!no_exception_p(opts)) { in io_nonblock_eof()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.3.06648 * ext/openssl/ossl_ssl.c (no_exception_p): new function
6649 (ossl_start_ssl): adjust for no_exception_p
6654 (ossl_ssl_read_internal): adjust for no_exception_p
6660 * io.c (no_exception_p): new function
6661 (io_getpartial): call no_exception_p
6665 check no_exception_p on EOF
6666 (io_write_nonblock): call no_exception_p