Lines Matching full:which
87 which designates a resource which is being polled for readiness, and a set of
88 event flags which indicate the specific readiness events which the caller is
109 This is the set of zero or more events which the caller is interested in
116 After SSL_poll() returns, this is the set of zero or more events which are
143 If I<timeout> is non-NULL, and it points to a B<struct timeval> which is set to
149 If I<timeout> is non-NULL, and it points to a B<struct timeval> which is set to
155 The present implementation of SSL_poll() is a subset of the functionality which
177 output the number of entries in the array which have nonzero I<revents> fields
199 condition on a resource which was successfully polled. See B<SSL_POLL_EVENT_F>
217 distinct from an exception condition reported on a resource which was
235 This event is never raised on objects which are not listeners, but its
244 This event is never raised on objects which are not connections.
253 This event is never raised on objects which are not connections.
285 This event is never raised by a stream which has had its send part concluded
294 This event, which is only raised by a QUIC listener SSL object, is raised when
300 This event, which is only raised by a QUIC connection SSL object, is raised when
306 This event, which is only raised by a QUIC connection SSL object, is raised when
312 This event, which is only raised by a QUIC connection SSL object, is raised when
318 This event, which is only raised by a QUIC connection SSL object, is raised when
367 "Normal" events representing exceptional I/O conditions which do not
396 raised in I<revents>. The entries added to the ERR stack (of which there is
399 other than I<SSL_POLL_EVENT_F> output for items which come before the first
401 events may or may not have been output, both of which which will be reflected in
417 pointing to a B<struct timeval> which was not zero.