Searched refs:active (Results 1 – 25 of 28) sorted by relevance
12
1073 my $active = 0;1079 if ($active) {1095 $active = 1;1145 my $active = "";1150 push @{ $genopts{$active} }, $1 if $active ne "" && m/^\s+\{\s*"([^"]+)"\s*,\s*OPT_/;1151 $active = $1 if m/^\s*#\s*define\s+(OPT_[A-Z]+_OPTIONS?)\s*\\\s*$/;1152 $active = "" if m/^\s*$/;
88 my $active = 0;91 $active = 1;93 $active = 0;94 } elsif ($active) {
23 function succeeds, returning 1. If no timeout is currently active, this function43 Returns 0 on failure, or if no timeout is currently active.
51 L<DTLSv1_get_timeout(3)> in that the case where no timeout is active is
54 If the close flag is set on a connect BIO then any active58 Calling BIO_reset() on a connect BIO will close any active
55 If the close flag is set on an accept BIO then any active59 Calling BIO_reset() on an accept BIO will close any active
143 The ASYNC_block_pause() function will prevent the currently active job from148 currently active job then they have no effect. This functionality can be useful
78 These are later inherited by the B<SSL> object representing an active session.
24 SSL_shutdown() shuts down an active connection represented by an SSL object. I<ssl> B<MUST NOT> be …
151 int active; member685 co_list[co_list_num].active = 0; in ssl_cipher_collect_ciphers()869 if (!curr->active) { in ssl_cipher_apply_rule()871 curr->active = 1; in ssl_cipher_apply_rule()877 if (curr->active) { in ssl_cipher_apply_rule()882 if (curr->active) { in ssl_cipher_apply_rule()889 curr->active = 0; in ssl_cipher_apply_rule()892 if (curr->active) in ssl_cipher_apply_rule()902 curr->active = 0; in ssl_cipher_apply_rule()947 if (curr->active) in ssl_cipher_strength_sort()[all …]
209 if (s->active) in stream_map_mark_active()217 s->active = 1; in stream_map_mark_active()222 if (!s->active) in stream_map_mark_inactive()232 s->active = 0; in stream_map_mark_inactive()
179 unsigned int active : 1; member203 h->txn.active = 0; in tx_helper_init()221 if (h->txn.active) in tx_helper_cleanup()291 if (!ossl_assert(!h->txn.active)) in tx_helper_begin()313 h->txn.active = 1; in tx_helper_begin()324 h->txn.active = 0; in tx_helper_end()331 if (!h->txn.active) in tx_helper_rollback()342 if (!h->txn.active) in tx_helper_commit()
156 status: active160 status: active
82 is now taking place in the form of GitHub pull requests. Although not active
171 There is a Wiki at [wiki.openssl.org] which is currently not very active.
164 unsigned int active : 1; member
49 the `OSSL_PROVIDER_load_ex` call simply returns the active provider and the
84 streams are active (i.e., need servicing by the TX packetiser).105 The TX packetiser queries the QUIC stream map for a list of active streams505 of frames necessary to serialize all pending data from all active streams is531 the next active stream every n packets (where n ≥ 1).534 until it is no longer active.554 Thus, we choose what active stream to select to fill in a packet on a556 every `n` packets. If the available data in the active stream is not enough to
343 If it is `OSSL_TIME_INFINITY`, no timeout is currently active.
166 IDs to those objects. Allows iteration of active streams.
843 active yet. An application using QUIC can always interpret NULL as meaning
356 connection will appear to remain active until the connection's idle timeout
45 Once this error mode is active, no services or cryptographic algorithms are
1549 if (!TEST_true(s->active)) in run_script()1567 if (!TEST_true(s->active)) in run_script()
201 made available by all currently active providers.
Completed in 98 milliseconds