HomeSort by: relevance | last modified time | path
    Searched defs:evsel (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/libevent/dist/
evmap.c 279 const struct eventop *evsel = base->evsel; local
298 evsel->fdinfo_len);
341 if (evsel->add(base, ev->ev_fd,
360 const struct eventop *evsel = base->evsel; local
407 if (evsel->del(base, ev->ev_fd,
456 const struct eventop *evsel = base->evsigsel; local
472 if (evsel->add(base, ev->ev_fd, 0, EV_SIGNAL, NULL)
485 const struct eventop *evsel = base->evsigsel local
614 const struct eventop *evsel = base->evsel; local
646 const struct eventop *evsel = base->evsigsel; local
    [all...]
event-internal.h 213 const struct eventop *evsel; member in struct:event_base
event.c 570 return base->evsel->features;
696 base->evsel = eventops[i];
698 base->evbase = base->evsel->init(base);
704 base->evsel = NULL;
710 event_msgx("libevent using: %s", base->evsel->name);
928 if (base->evsel != NULL && base->evsel->dealloc != NULL)
929 base->evsel->dealloc(base);
987 const struct eventop *evsel; local
994 evsel = base->evsel
1930 const struct eventop *evsel = base->evsel; local
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
evmap.c 277 const struct eventop *evsel = base->evsel; local
296 evsel->fdinfo_len);
339 if (evsel->add(base, ev->ev_fd,
358 const struct eventop *evsel = base->evsel; local
405 if (evsel->del(base, ev->ev_fd,
454 const struct eventop *evsel = base->evsigsel; local
470 if (evsel->add(base, ev->ev_fd, 0, EV_SIGNAL, NULL)
483 const struct eventop *evsel = base->evsigsel local
612 const struct eventop *evsel = base->evsel; local
644 const struct eventop *evsel = base->evsigsel; local
    [all...]
event-internal.h 213 const struct eventop *evsel; member in struct:event_base
event.c 568 return base->evsel->features;
694 base->evsel = eventops[i];
696 base->evbase = base->evsel->init(base);
702 base->evsel = NULL;
708 event_msgx("libevent using: %s", base->evsel->name);
926 if (base->evsel != NULL && base->evsel->dealloc != NULL)
927 base->evsel->dealloc(base);
985 const struct eventop *evsel; local
992 evsel = base->evsel
1927 const struct eventop *evsel = base->evsel; local
    [all...]

Completed in 30 milliseconds