Home
last modified time | relevance | path

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

/openbsd/src/lib/libevent/
Dselect.c50 struct selectop { struct
77 static int select_resize(struct selectop *sop, size_t fdsz); argument
82 struct selectop *sop; in select_init()
88 if (!(sop = calloc(1, sizeof(struct selectop)))) in select_init()
100 check_selectop(struct selectop *sop) in check_selectop()
129 struct selectop *sop = arg; in select_dispatch()
187 select_resize(struct selectop *sop, size_t fdsz) in select_resize()
248 struct selectop *sop = arg; in select_add()
298 struct selectop *sop = arg; in select_del()
326 struct selectop *sop = arg; in select_dealloc()
[all …]