| /freebsd-13.1/contrib/libevent/ |
| H A D | bufferevent_filter.c | 84 struct bufferevent *underlying; member 180 if (!underlying) in bufferevent_filter_new() 201 bufev_f->underlying = underlying; in bufferevent_filter_new() 220 bufferevent_incref_(underlying); in bufferevent_filter_new() 247 if (bevf->underlying) { in be_filter_unlink() 379 bevf->underlying->output, in be_filter_process_output() 605 data->ptr = bevf->underlying; in be_filter_ctrl() 610 if (bevf->underlying && in be_filter_ctrl() 611 bevf->underlying->be_ops && in be_filter_ctrl() 612 bevf->underlying->be_ops->ctrl) { in be_filter_ctrl() [all …]
|
| H A D | bufferevent_openssl.c | 384 if (bev_ssl->underlying) { in start_reading() 406 if (bev_ssl->underlying) { in start_writing() 426 if (bev_ssl->underlying) { in stop_reading() 452 if (!bev_ssl->underlying) in set_rbow() 461 if (!bev_ssl->underlying) in set_wbor() 640 if (bev_ssl->underlying) in do_read() 720 if (bev_ssl->underlying) in do_write() 1362 bev_ssl->underlying = underlying; in bufferevent_openssl_new_impl() 1371 if (underlying) { in bufferevent_openssl_new_impl() 1385 if (underlying) { in bufferevent_openssl_new_impl() [all …]
|
| H A D | bufferevent.c | 729 struct bufferevent *underlying; in bufferevent_finalize_cb_() local 734 underlying = bufferevent_get_underlying(bufev); in bufferevent_finalize_cb_() 774 if (underlying) in bufferevent_finalize_cb_() 775 bufferevent_decref_(underlying); in bufferevent_finalize_cb_() 815 struct bufferevent *underlying; in bufferevent_enable_locking_() 819 underlying = bufferevent_get_underlying(bufev); in bufferevent_enable_locking_() 821 if (!lock && underlying && BEV_UPCAST(underlying)->lock) { in bufferevent_enable_locking_() 822 lock = BEV_UPCAST(underlying)->lock; in bufferevent_enable_locking_() 838 if (underlying && !BEV_UPCAST(underlying)->lock) in bufferevent_enable_locking_() 839 bufferevent_enable_locking_(underlying, lock); in bufferevent_enable_locking_()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | bufferevent_filter.c | 81 struct bufferevent *underlying; member 175 if (!underlying) in bufferevent_filter_new() 196 bufev_f->underlying = underlying; in bufferevent_filter_new() 203 bufferevent_setcb(bufev_f->underlying, in bufferevent_filter_new() 210 bufferevent_incref_(underlying); in bufferevent_filter_new() 234 bufferevent_free(bevf->underlying); in be_filter_unlink() 237 if (bevf->underlying) { in be_filter_unlink() 239 bufferevent_setcb(bevf->underlying, in be_filter_unlink() 357 bevf->underlying->wm_write.high) in be_filter_process_output() 362 bevf->underlying->output, in be_filter_process_output() [all …]
|
| H A D | bufferevent_openssl.c | 386 if (bev_ssl->underlying) { in start_reading() 408 if (bev_ssl->underlying) { in start_writing() 425 if (bev_ssl->underlying) { in stop_reading() 450 if (!bev_ssl->underlying) in set_rbow() 459 if (!bev_ssl->underlying) in set_wbor() 635 if (bev_ssl->underlying) in do_read() 714 if (bev_ssl->underlying) in do_write() 1341 bev_ssl->underlying = underlying; in bufferevent_openssl_new_impl() 1350 if (underlying) { in bufferevent_openssl_new_impl() 1379 if (underlying) { in bufferevent_openssl_new_impl() [all …]
|
| H A D | bufferevent.c | 730 struct bufferevent *underlying; in bufferevent_finalize_cb_() local 735 underlying = bufferevent_get_underlying(bufev); in bufferevent_finalize_cb_() 775 if (underlying) in bufferevent_finalize_cb_() 776 bufferevent_decref_(underlying); in bufferevent_finalize_cb_() 812 struct bufferevent *underlying; in bufferevent_enable_locking_() 816 underlying = bufferevent_get_underlying(bufev); in bufferevent_enable_locking_() 818 if (!lock && underlying && BEV_UPCAST(underlying)->lock) { in bufferevent_enable_locking_() 819 lock = BEV_UPCAST(underlying)->lock; in bufferevent_enable_locking_() 835 if (underlying && !BEV_UPCAST(underlying)->lock) in bufferevent_enable_locking_() 836 bufferevent_enable_locking_(underlying, lock); in bufferevent_enable_locking_()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_accept.pod | 17 B<ssl> by setting an underlying B<BIO>. 21 The behaviour of SSL_accept() depends on the underlying BIO. 23 If the underlying BIO is B<blocking>, SSL_accept() will only return once the 26 If the underlying BIO is B<nonblocking>, SSL_accept() will also return 27 when the underlying BIO could not satisfy the needs of SSL_accept() 33 The action depends on the underlying BIO. When using a nonblocking socket,
|
| H A D | SSL_do_handshake.pod | 23 The behaviour of SSL_do_handshake() depends on the underlying BIO. 25 If the underlying BIO is B<blocking>, SSL_do_handshake() will only return 28 If the underlying BIO is B<nonblocking>, SSL_do_handshake() will also return 29 when the underlying BIO could not satisfy the needs of SSL_do_handshake() 34 The action depends on the underlying BIO. When using a nonblocking socket,
|
| H A D | SSL_connect.pod | 17 underlying B<BIO>. 21 The behaviour of SSL_connect() depends on the underlying BIO. 23 If the underlying BIO is B<blocking>, SSL_connect() will only return once the 26 If the underlying BIO is B<nonblocking>, SSL_connect() will also return 27 when the underlying BIO could not satisfy the needs of SSL_connect() 33 The action depends on the underlying BIO. When using a nonblocking socket,
|
| H A D | BIO_s_file.pod | 32 underlying stream. BIO_gets() and BIO_puts() are supported on file BIOs. 53 BIO_CLOSE, BIO_NOCLOSE (the close flag) BIO_FP_TEXT (sets the underlying 73 When wrapping stdout, stdin or stderr the underlying stream should not 76 Because the file BIO calls the underlying stdio functions any quirks 93 BIO_seek() returns the same value as the underlying fseek() function: 145 BIO_reset() and BIO_seek() are implemented using fseek() on the underlying
|
| H A D | SSL_read.pod | 25 respectively except no bytes are actually removed from the underlying BIO during 38 underlying BIO. 56 of the underlying transport (e.g. TCP), it may be necessary to read several 68 If the underlying BIO is B<blocking>, a read function will only return once the 75 If the underlying BIO is B<nonblocking>, a read function will also return when 76 the underlying BIO could not satisfy the needs of the function to continue the 85 The action depends on the underlying BIO. 94 receiving new data from the underlying socket.
|
| H A D | SSL_shutdown.pod | 34 then close the underlying connection without waiting for the peer's response. 47 When the underlying connection shall be used for more communications, the 63 If a unidirectional shutdown is enough (the underlying connection shall be 94 The behaviour of SSL_shutdown() additionally depends on the underlying BIO. 95 If the underlying BIO is B<blocking>, SSL_shutdown() will only return once the 98 If the underlying BIO is B<nonblocking>, SSL_shutdown() will also return 99 when the underlying BIO could not satisfy the needs of SSL_shutdown() 104 The action depends on the underlying BIO. When using a nonblocking socket,
|
| H A D | BIO_should_retry.pod | 77 If the underlying I/O structure is in a blocking mode almost all current 78 BIO types will not request a retry, because the underlying I/O 84 retry even if the underlying I/O structure is blocking, if a handshake 87 on the underlying SSL structure. 93 this is done depends on the underlying I/O structure. 103 It is possible for a BIO to block indefinitely if the underlying I/O
|
| H A D | BIO_s_fd.pod | 23 BIO_read_ex() and BIO_write_ex() read or write the underlying descriptor. 26 If the close flag is set then close() is called on the underlying 49 platforms read() and write() calls on the descriptor. If the underlying
|
| H A D | SSL_write.pod | 38 underlying BIO. 45 If the underlying BIO is B<blocking>, the write functions will only return, once 48 If the underlying BIO is B<nonblocking> the write functions will also return 49 when the underlying BIO could not satisfy the needs of the function to continue 55 of the write function. The action depends on the underlying BIO. When using a
|
| H A D | SSL_CTX_set_read_ahead.pod | 26 the underlying BIO (where B<y> > B<x>), then OpenSSL will read all B<y> bytes 51 If the application wants to continue to use the underlying transport (e.g. TCP
|
| H A D | SSL_get_error.pod | 45 indicate that the underlying transport has been closed. 55 If at a later time the underlying B<BIO> has data available for reading the same 79 poll() on the underlying socket can be used to find out when the 95 called again later. The underlying BIO was not connected yet to the peer
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 204 auto underlying = GetUnderlyingCommand(); in Desugar() local 205 if (!underlying) in Desugar() 208 if (underlying->IsAlias()) { in Desugar() 209 auto desugared = ((CommandAlias *)underlying.get())->Desugar(); in Desugar() 216 return {underlying, GetOptionArguments()}; in Desugar()
|
| /freebsd-13.1/lib/libc/db/ |
| H A D | changelog | 84 Allow recno to specify the name of the underlying btree; 89 Provide access to an underlying file descriptor. 91 uses this to sync out the underlying btree.
|
| /freebsd-13.1/crypto/heimdal/doc/ |
| H A D | layman.asc | 288 adding an outer tag to the underlying type. In effect, 305 of the underlying type is indeterminate (e.g., the 306 underlying type is CHOICE or ANY). 531 type by changing the tag of the underlying type. 574 of the underlying value. 586 the underlying Attributes value 590 of the underlying value. 596 adding an outer tag to the underlying type. 648 encoding of the underlying value. 656 encoding of the underlying ANY DEFINED BY [all …]
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | bufferevent_ssl.h | 70 struct bufferevent *underlying,
|
| /freebsd-13.1/contrib/libevent/include/event2/ |
| H A D | bufferevent_ssl.h | 70 struct bufferevent *underlying,
|
| /freebsd-13.1/sys/dev/extres/clk/ |
| H A D | clkdev_if.m | 127 # Get exclusive access to underlying device 134 # Release exclusive access to underlying device
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-commit-metadata.m4 | 3 dnl # Added eops->commit_metadata() callback to allow the underlying
|
| /freebsd-13.1/tools/tools/vhba/ |
| H A D | README | 11 The second piece(s) are underlying implementations which make various
|