Searched refs:fdinfo_len (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devmap.c121 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
131 ent_ = mm_calloc(1,sizeof(struct event_map_entry)+fdinfo_len); \
168 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
172 mm_calloc(1,sizeof(struct type)+fdinfo_len); \
184 #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len) \
185 GET_SIGNAL_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len)
287 evsel->fdinfo_len);
454 base->evsigsel->fdinfo_len);
613 if (evsel->fdinfo_len)
614 memset(extra, 0, evsel->fdinfo_len);
[all...]
H A Devent-internal.h125 size_t fdinfo_len; member in struct:eventop
/freebsd-12-stable/contrib/libevent/
H A Devmap.c121 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
131 ent_ = mm_calloc(1,sizeof(struct event_map_entry)+fdinfo_len); \
168 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
172 mm_calloc(1,sizeof(struct type)+fdinfo_len); \
184 #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len) \
185 GET_SIGNAL_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len)
287 evsel->fdinfo_len);
454 base->evsigsel->fdinfo_len);
613 if (evsel->fdinfo_len)
614 memset(extra, 0, evsel->fdinfo_len);
[all...]
H A Devent-internal.h125 size_t fdinfo_len; member in struct:eventop

Completed in 191 milliseconds