| /freebsd-14.2/contrib/ntp/sntp/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() 611 if (bevf->underlying && in be_filter_ctrl() 612 bevf->underlying->be_ops && in be_filter_ctrl() 613 bevf->underlying->be_ops->ctrl) { in be_filter_ctrl() [all …]
|
| H A D | bufferevent_openssl.c | 385 if (bev_ssl->underlying) { in start_reading() 407 if (bev_ssl->underlying) { in start_writing() 427 if (bev_ssl->underlying) { in stop_reading() 453 if (!bev_ssl->underlying) in set_rbow() 462 if (!bev_ssl->underlying) in set_wbor() 644 if (bev_ssl->underlying) in do_read() 724 if (bev_ssl->underlying) in do_write() 1371 bev_ssl->underlying = underlying; in bufferevent_openssl_new_impl() 1380 if (underlying) { in bufferevent_openssl_new_impl() 1394 if (underlying) { in bufferevent_openssl_new_impl() [all …]
|
| H A D | bufferevent.c | 750 struct bufferevent *underlying; in bufferevent_finalize_cb_() local 754 underlying = bufferevent_get_underlying(bufev); in bufferevent_finalize_cb_() 794 if (underlying) in bufferevent_finalize_cb_() 795 bufferevent_decref_(underlying); in bufferevent_finalize_cb_() 834 struct bufferevent *underlying; in bufferevent_enable_locking_() 838 underlying = bufferevent_get_underlying(bufev); in bufferevent_enable_locking_() 840 if (!lock && underlying && BEV_UPCAST(underlying)->lock) { in bufferevent_enable_locking_() 841 lock = BEV_UPCAST(underlying)->lock; in bufferevent_enable_locking_() 857 if (underlying && !BEV_UPCAST(underlying)->lock) in bufferevent_enable_locking_() 858 bufferevent_enable_locking_(underlying, lock); in bufferevent_enable_locking_()
|
| /freebsd-14.2/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() 611 if (bevf->underlying && in be_filter_ctrl() 612 bevf->underlying->be_ops && in be_filter_ctrl() 613 bevf->underlying->be_ops->ctrl) { in be_filter_ctrl() [all …]
|
| H A D | bufferevent_openssl.c | 385 if (bev_ssl->underlying) { in start_reading() 407 if (bev_ssl->underlying) { in start_writing() 427 if (bev_ssl->underlying) { in stop_reading() 453 if (!bev_ssl->underlying) in set_rbow() 462 if (!bev_ssl->underlying) in set_wbor() 644 if (bev_ssl->underlying) in do_read() 724 if (bev_ssl->underlying) in do_write() 1371 bev_ssl->underlying = underlying; in bufferevent_openssl_new_impl() 1380 if (underlying) { in bufferevent_openssl_new_impl() 1394 if (underlying) { in bufferevent_openssl_new_impl() [all …]
|
| H A D | bufferevent.c | 750 struct bufferevent *underlying; in bufferevent_finalize_cb_() local 754 underlying = bufferevent_get_underlying(bufev); in bufferevent_finalize_cb_() 794 if (underlying) in bufferevent_finalize_cb_() 795 bufferevent_decref_(underlying); in bufferevent_finalize_cb_() 834 struct bufferevent *underlying; in bufferevent_enable_locking_() 838 underlying = bufferevent_get_underlying(bufev); in bufferevent_enable_locking_() 840 if (!lock && underlying && BEV_UPCAST(underlying)->lock) { in bufferevent_enable_locking_() 841 lock = BEV_UPCAST(underlying)->lock; in bufferevent_enable_locking_() 857 if (underlying && !BEV_UPCAST(underlying)->lock) in bufferevent_enable_locking_() 858 bufferevent_enable_locking_(underlying, lock); in bufferevent_enable_locking_()
|
| /freebsd-14.2/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_datagram.pod | 57 the underlying socket is configured and how it is to be used; see below. 83 Despite its name, this function does not cause the underlying socket to become 88 This informs the BIO_s_datagram() whether the underlying socket has been 93 underlying socket has been connected and will attempt to use the socket using OS 98 If the I<peer> argument is NULL, BIO_s_datagram() assumes that the underlying 156 If I<num> is nonzero, configures the underlying network socket to enable Don't 163 the underlying network socket, and returns that Path MTU in bytes. This control 171 This control requests that Path MTU discovery be enabled on the underlying 178 supported by the applicable underlying network layer. Use of datagrams of this 198 peek mode is enabled, calls to L<BIO_read(3)> read datagrams from 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 | 32 then close the underlying connection without waiting for the peer's response. 45 When the underlying connection shall be used for more communications, the 53 The behaviour of SSL_shutdown() additionally depends on the underlying BIO. 54 If the underlying BIO is B<blocking>, SSL_shutdown() will only return once the 57 If the underlying BIO is B<nonblocking>, SSL_shutdown() will also return 58 when the underlying BIO could not satisfy the needs of SSL_shutdown() 63 The action depends on the underlying BIO. When using a nonblocking socket, 99 If a unidirectional shutdown is enough (the underlying connection shall be
|
| H A D | EVP_MAC.pod | 70 different types and with different underlying algorithms if there are 76 the MAC algorithm itself and one for the underlying computation 81 "underlying context", or "computation context", which is to denote the 82 context for the underlying computation algorithm if there is one. 90 rely on an underlying computation algorithm. 117 underlying context if there is one, as well as the context itself. 173 Note that a parameter that is unknown in the underlying context is 177 context I<ctx> and its underlying context. 180 Note that a parameter that is unknown in the underlying context is 183 EVP_MAC_CTX_set_params() passes chosen parameters to the underlying [all …]
|
| 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 144 BIO_reset() and BIO_seek() are implemented using fseek() on the underlying
|
| 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 | EVP_KDF.pod | 115 Note that a parameter that is unknown in the underlying context is 119 context I<ctx> and its underlying context. 122 Note that a parameter that is unknown in the underlying context is 125 EVP_KDF_CTX_set_params() passes chosen parameters to the underlying 129 Note that a parameter that is unknown in the underlying context is 215 For KDF implementations that use an underlying computation MAC, digest or 221 Note that not all algorithms may support all possible underlying
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 207 auto underlying = GetUnderlyingCommand(); in Desugar() local 208 if (!underlying) in Desugar() 211 if (underlying->IsAlias()) { in Desugar() 214 auto desugared = ((CommandAlias *)underlying.get())->Desugar(); in Desugar() 221 return {underlying, GetOptionArguments()}; in Desugar()
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | EVP_MAC-GMAC.pod | 11 This implementation uses EVP_CIPHER functions to get access to the underlying 41 Sets the IV of the underlying cipher, when applicable. 45 Sets the name of the underlying cipher to be used. 49 Sets the properties to be queried when trying to fetch the underlying cipher.
|
| H A D | EVP_MAC-CMAC.pod | 11 This implementation uses EVP_CIPHER functions to get access to the underlying 41 Sets the name of the underlying cipher to be used. 45 Sets the properties to be queried when trying to fetch the underlying cipher.
|
| H A D | EVP_MAC-HMAC.pod | 11 This implementation uses EVP_MD functions to get access to the underlying 41 Sets the name of the underlying digest to be used. 45 Sets the properties to be queried when trying to fetch the underlying digest.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/soc/samsung/ |
| H A D | exynos-usi.yaml | 66 Enable this property if underlying protocol requires the clock to be 77 description: Child node describing underlying I2C 81 description: Child node describing underlying UART/serial 85 description: Child node describing underlying SPI
|
| /freebsd-14.2/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-14.2/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 …]
|