Home
last modified time | relevance | path

Searched refs:ev_once (Results 1 – 3 of 3) sorted by relevance

/src/crypto/krb5/src/util/verto/
H A DSymbols.ev38 ev_once
H A Dev.c4919 struct ev_once struct
4928 once_cb (EV_P_ struct ev_once *once, int revents) in once_cb() argument
4943 struct ev_once *once = (struct ev_once *)(((char *)w) - offsetof (struct ev_once, io)); in once_cb_io()
4951 struct ev_once *once = (struct ev_once *)(((char *)w) - offsetof (struct ev_once, to)); in once_cb_to()
4957 ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void *arg), void *arg… in ev_once() function
4959 struct ev_once *once = (struct ev_once *)ev_malloc (sizeof (struct ev_once)); in ev_once()
H A Dev.h654 EV_API_DECL void ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void…