Home
last modified time | relevance | path

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

/external/libevent/
Devmap.c121 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument
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) \ argument
172 mm_calloc(1,sizeof(struct type)+fdinfo_len); \
184 #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len) \ argument
185 GET_SIGNAL_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len)
287 evsel->fdinfo_len); in evmap_io_add_()
454 base->evsigsel->fdinfo_len); in evmap_signal_add_()
613 if (evsel->fdinfo_len)
614 memset(extra, 0, evsel->fdinfo_len);
Devent-internal.h125 size_t fdinfo_len; member