Lines Matching refs:event

156 SSL_get_value() does not cause internal event processing to occur unless the
211 and determines the event handling mode in use:
217 When set, the event handling mode used is inherited from the value set on the
219 event handling model.
224 =item B<SSL_VALUE_EVENT_HANDLING_MODE_IMPLICIT> (Implicit event handling)
226 If set to this value, the implicit event handling model is used. Under this
227 model, QUIC objects will automatically perform background event processing
233 =item B<SSL_VALUE_EVENT_HANDLING_MODE_EXPLICIT> (Explicit event handling)
235 If set to this value, the explicit event handling model is used. Under this
240 application to obtain greater control over the circumstances in which QUIC event
241 processing occurs. If this event handling model is used, it is the application's
247 will continue to use the implicit event handling model. Therefore, applications
257 implicit event handling model does not in itself cause implicit event handling
259 SSL_set_value_uint() which causes this value to switch to the explicit event
260 handling model will not cause event handling to occur before making that
263 This value controls whether implicit event handling occurs when making an I/O
264 API call on the SSL object it is set on. However, event processing is not
266 configure explicit event handling on QUIC stream SSL object "A" and configure
267 implicit event handling on QUIC stream SSL object "B", a call to an I/O function
268 on "B" may result in state changes to "A". In other words, if event handling