| /src/contrib/libevent/ |
| H A D | bufferevent_filter.c | 84 struct bufferevent *underlying; member 138 struct bufferevent *u = bevf->underlying; in be_underlying_writebuf_full() 170 bufferevent_filter_new(struct bufferevent *underlying, in bufferevent_filter_new() argument 180 if (!underlying) in bufferevent_filter_new() 192 if (bufferevent_init_common_(&bufev_f->bev, underlying->ev_base, in bufferevent_filter_new() 201 bufev_f->underlying = underlying; in bufferevent_filter_new() 208 bufferevent_setcb(bufev_f->underlying, in bufferevent_filter_new() 220 bufferevent_incref_(underlying); in bufferevent_filter_new() 222 bufferevent_enable(underlying, EV_READ|EV_WRITE); in bufferevent_filter_new() 223 bufferevent_suspend_read_(underlying, BEV_SUSPEND_FILT_READ); in bufferevent_filter_new() [all …]
|
| H A D | bufferevent_openssl.c | 295 struct bufferevent *underlying; member 385 if (bev_ssl->underlying) { in start_reading() 386 bufferevent_unsuspend_read_(bev_ssl->underlying, in start_reading() 407 if (bev_ssl->underlying) { in start_writing() 409 bufferevent_unsuspend_read_(bev_ssl->underlying, in start_writing() 427 if (bev_ssl->underlying) { in stop_reading() 428 bufferevent_suspend_read_(bev_ssl->underlying, in stop_reading() 441 if (bev_ssl->underlying) { in stop_writing() 442 bufferevent_unsuspend_read_(bev_ssl->underlying, in stop_writing() 453 if (!bev_ssl->underlying) in set_rbow() [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_()
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | bufferevent_filter.c | 84 struct bufferevent *underlying; member 138 struct bufferevent *u = bevf->underlying; in be_underlying_writebuf_full() 170 bufferevent_filter_new(struct bufferevent *underlying, in bufferevent_filter_new() argument 180 if (!underlying) in bufferevent_filter_new() 192 if (bufferevent_init_common_(&bufev_f->bev, underlying->ev_base, in bufferevent_filter_new() 201 bufev_f->underlying = underlying; in bufferevent_filter_new() 208 bufferevent_setcb(bufev_f->underlying, in bufferevent_filter_new() 220 bufferevent_incref_(underlying); in bufferevent_filter_new() 222 bufferevent_enable(underlying, EV_READ|EV_WRITE); in bufferevent_filter_new() 223 bufferevent_suspend_read_(underlying, BEV_SUSPEND_FILT_READ); in bufferevent_filter_new() [all …]
|
| H A D | bufferevent_openssl.c | 295 struct bufferevent *underlying; member 385 if (bev_ssl->underlying) { in start_reading() 386 bufferevent_unsuspend_read_(bev_ssl->underlying, in start_reading() 407 if (bev_ssl->underlying) { in start_writing() 409 bufferevent_unsuspend_read_(bev_ssl->underlying, in start_writing() 427 if (bev_ssl->underlying) { in stop_reading() 428 bufferevent_suspend_read_(bev_ssl->underlying, in stop_reading() 441 if (bev_ssl->underlying) { in stop_writing() 442 bufferevent_unsuspend_read_(bev_ssl->underlying, in stop_writing() 453 if (!bev_ssl->underlying) in set_rbow() [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_()
|
| /src/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>. B<ssl> B<MUST NOT> be NULL. 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 | 64 the underlying socket is configured and how it is to be used; see below. 98 Despite its name, this function does not cause the underlying socket to become 103 This informs the BIO_s_datagram() whether the underlying socket has been 108 underlying socket has been connected and will attempt to use the socket using OS 113 If the I<peer> argument is NULL, BIO_s_datagram() assumes that the underlying 153 to try and autodetect the peer address to which the underlying socket is 186 If I<num> is nonzero, configures the underlying network socket to enable Don't 193 the underlying network socket, and returns that Path MTU in bytes. This control 201 This control requests that Path MTU discovery be enabled on the underlying 208 supported by the applicable underlying network layer. Use of datagrams of this [all …]
|
| 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 | EVP_MAC.pod | 71 different types and with different underlying algorithms if there are 77 the MAC algorithm itself and one for the underlying computation 82 "underlying context", or "computation context", which is to denote the 83 context for the underlying computation algorithm if there is one. 91 rely on an underlying computation algorithm. 118 underlying context if there is one, as well as the context itself. 142 EVP_MAC_init() sets up the underlying context I<ctx> with information given 177 Note that a parameter that is unknown in the underlying context is 181 context I<ctx> and its underlying context. 184 Note that a parameter that is unknown in the underlying context is [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 145 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 | OSSL_sleep.pod | 18 limitation on the underlying system call parameter size or by system timer 22 49 days and on systems where the regular sleep(3) is used as the underlying
|
| H A D | SSL_handle_events.pod | 19 possible, to perform network I/O operations on one of the BIOs underlying the 25 underlying BIO, or to respond to the opportunity to write pending data to an 26 underlying BIO. 50 processed, and queued outgoing network data to be written, if the underlying BIO
|
| 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 | 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
|
| /src/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()
|
| /src/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. The mode of the cipher 46 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.
|
| H A D | ossl-guide-quic-client-non-block.pod | 69 for the state of the underlying socket to change or until a timeout expires 80 /* Get hold of the underlying file descriptor for the socket */ 98 * whether the state of the underlying socket has changed or not. 132 read or write to the underlying socket and the socket signalled the "retry". 135 state of the stream. This is entirely independent of whether the underlying 138 To determine whether OpenSSL currently wants to read or write to the underlying 161 function to do the same thing. C<select> waits for the state of the underlying 170 example because the stream has been reset or because the underlying connection 194 the stream has been reset by the peer, or because the underlying connection has 199 stream, or whether the underlying connection has also failed. A return value [all …]
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-io-arch.md | 5 internal to the libssl QUIC implementation, discusses the underlying design 45 Note that implementation of QUIC will require that the underlying network BIO 61 underlying BIO provided to the QUIC implementation to provide it access to the 69 used for the calls to the underlying network BIOs. To illustrate this point, we 75 the following events for the underlying network read and write BIOs immediately: 77 - The underlying network write BIO becomes writeable; 78 - The underlying network read BIO becomes readable; 132 an underlying network BIO, 134 underlying network BIO, 182 and `BIO_write` calls on some underlying network BIO, there needs to be some [all …]
|
| /src/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.
|