Home
last modified time | relevance | path

Searched refs:ofs (Results 1 – 2 of 2) sorted by relevance

/libev/
H A Dev.h709 #define ev_periodic_init(ev,cb,ofs,ival,rcb) do { ev_init ((ev), (cb)); ev_periodic_set ((ev),(ofs)…
H A Dev.c4335 int ofs; in infy_cb() local
4338 for (ofs = 0; ofs < len; ) in infy_cb()
4340 struct inotify_event *ev = (struct inotify_event *)(buf + ofs); in infy_cb()
4342 ofs += sizeof (struct inotify_event) + ev->len; in infy_cb()