HomeSort by: relevance | last modified time | path
    Searched defs:event_handling_mode (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_obj_local.h 117 unsigned int event_handling_mode : 2; member in struct:quic_obj_st
quic_impl.c 3667 int event_handling_mode; local
3670 for (; (event_handling_mode = obj->event_handling_mode) == SSL_VALUE_EVENT_HANDLING_MODE_INHERIT
3675 return event_handling_mode != SSL_VALUE_EVENT_HANDLING_MODE_EXPLICIT;
3716 ctx->obj->event_handling_mode = (int)value_out;
3718 value_out = ctx->obj->event_handling_mode;

Completed in 54 milliseconds