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

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_reactor.h 102 void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg, uint32_t flags); member in struct:quic_reactor_st
148 void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg,
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_reactor.c 27 void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg,
42 rtor->tick_cb = tick_cb;
188 rtor->tick_cb(&res, rtor->tick_cb_arg, flags);

Completed in 60 milliseconds