Searched refs:evutil_tv_to_msec_ (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/libevent/
H A Dtime-internal.h56 long evutil_tv_to_msec_(const struct timeval *tv);
H A Devthread_win32.c165 ms = evutil_tv_to_msec_(tv);
242 ms_orig = ms = evutil_tv_to_msec_(tv);
H A Devutil_time.c110 evutil_tv_to_msec_(const struct timeval *tv) function
129 long msec = evutil_tv_to_msec_(tv);
H A Dpoll.c164 msec = evutil_tv_to_msec_(tv);
H A Dwin32select.c308 long msec = tv ? evutil_tv_to_msec_(tv) : LONG_MAX;
H A Depoll.c449 timeout = evutil_tv_to_msec_(tv);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dtime-internal.h56 long evutil_tv_to_msec_(const struct timeval *tv);
H A Devthread_win32.c165 ms = evutil_tv_to_msec_(tv);
242 ms_orig = ms = evutil_tv_to_msec_(tv);
H A Devutil_time.c103 evutil_tv_to_msec_(const struct timeval *tv) function
122 long msec = evutil_tv_to_msec_(tv);
H A Dpoll.c164 msec = evutil_tv_to_msec_(tv);
H A Dwin32select.c308 long msec = tv ? evutil_tv_to_msec_(tv) : LONG_MAX;
H A Depoll.c450 timeout = evutil_tv_to_msec_(tv);

Completed in 427 milliseconds