Lines Matching refs:value
34 uint64_t *value);
36 uint64_t value);
60 int SSL_get_generic_value_uint(SSL *ssl, uint32_t id, uint64_t *value);
61 int SSL_set_generic_value_uint(SSL *ssl, uint32_t id, uint64_t value);
63 int SSL_get_feature_request_uint(SSL *ssl, uint32_t id, uint64_t *value);
64 int SSL_set_feature_request_uint(SSL *ssl, uint32_t id, uint64_t value);
66 int SSL_get_feature_peer_request_uint(SSL *ssl, uint32_t id, uint64_t *value);
67 int SSL_get_feature_negotiated_uint(SSL *ssl, uint32_t id, uint64_t *value);
69 int SSL_get_quic_stream_bidi_local_avail(SSL *ssl, uint64_t *value);
70 int SSL_get_quic_stream_bidi_remote_avail(SSL *ssl, uint64_t *value);
71 int SSL_get_quic_stream_uni_local_avail(SSL *ssl, uint64_t *value);
72 int SSL_get_quic_stream_uni_remote_avail(SSL *ssl, uint64_t *value);
74 int SSL_get_event_handling_mode(SSL *ssl, uint64_t *value);
75 int SSL_set_event_handling_mode(SSL *ssl, uint64_t value);
77 int SSL_get_stream_write_buf_size(SSL *ssl, uint64_t *value);
78 int SSL_get_stream_write_buf_avail(SSL *ssl, uint64_t *value);
79 int SSL_get_stream_write_buf_used(SSL *ssl, uint64_t *value);
89 within a given value class. The value classes are enumerated by
110 A value in this class may become read-only in certain circumstances; for
111 example, after a connection has been established, for a value which cannot be
112 renegotiated after connection establishment. Setting a value in this class after
121 Values in this value class are read-only, and represent what was requested by a
130 Values in this value class are read-only, and represent the value which was
132 negotiation. This is the effective value in actual use.
134 Attempting to read a value in this class will generally fail if the feature
135 negotiation process has not yet completed and the value is therefore currently
136 unknown, unless the nature of the feature in question causes a provisional value
137 to be used prior to completion of feature negotiation, in which case that value
139 in progress, retrieving the negotiated value will continue to retrieve the
140 previous negotiated value until that process is completed. See the documentation
151 value is supported for a QUIC connection SSL object or a QUIC stream SSL object
152 is indicated in the heading for each value. Values supported for QUIC stream SSL
157 documentation for a specific value specifies otherwise.
163 Negotiated feature value. This configures the desired QUIC idle timeout in
168 This release of OpenSSL uses a default value of 30 seconds. This default value
173 Generic read-only statistical value. The number of bidirectional,
175 example, a value of 100 would mean that L<SSL_new_stream(3)> could be called 100
210 Generic value. This is an integer value which takes one of the following values,
217 When set, the event handling mode used is inherited from the value set on the
226 If set to this value, the implicit event handling model is used. Under this
235 If set to this value, the explicit event handling model is used. Under this
256 A call to SSL_set_value_uint() which causes this value to switch back to the
259 SSL_set_value_uint() which causes this value to switch to the explicit event
263 This value controls whether implicit event handling occurs when making an I/O
275 Generic read-only statistical value. The size of the write buffer allocated to
277 and subsequently acknowledged by the peer. This value may change at any time, as
285 Generic read-only statistical value. The number of bytes currently consumed
294 Generic read-only statistical value. The number of bytes available in the write
319 The given value is not supported by the SSL object on which it was called.
324 configurable value.
328 You are trying to modify the given value and the value is not modifiable at this