Lines Matching full:handling
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
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
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
258 to occur; such handling will occur on the next I/O API call. Equally, a call to
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
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