Home
last modified time | relevance | path

Searched refs:E_RESOLVER (Results 1 – 5 of 5) sorted by relevance

/external/tlsdate/src/events/
Dsigchld.c67 if (!state->events[E_RESOLVER]) in handle_child_death()
77 trigger_event (state, E_RESOLVER, state->backoff); in handle_child_death()
Dkickoff_time_sync.c158 if (!state->events[E_RESOLVER]) in action_kickoff_time_sync()
169 trigger_event (state, E_RESOLVER, jitter); in action_kickoff_time_sync()
/external/tlsdate/src/
Dplatform-cros.c591 if (!state->events[E_RESOLVER]) in platform_init_cros()
593 state->events[E_RESOLVER] = event_new (base, -1, EV_TIMEOUT, in platform_init_cros()
596 if (!state->events[E_RESOLVER]) in platform_init_cros()
602 event_priority_set (state->events[E_RESOLVER], PRI_NET); in platform_init_cros()
Dtlsdate.h146 E_RESOLVER = 0, enumerator
Dutil.c404 if (!e && id == E_RESOLVER) in trigger_event()