Home
last modified time | relevance | path

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

/external/libevent/
Devmap.c119 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument
129 _ent = mm_calloc(1,sizeof(struct event_map_entry)+fdinfo_len); \
166 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument
170 mm_calloc(1,sizeof(struct type)+fdinfo_len); \
182 #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len) \ argument
183 GET_SIGNAL_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len)
284 evsel->fdinfo_len); in evmap_io_add()
430 base->evsigsel->fdinfo_len); in evmap_signal_add()
Devent-internal.h99 size_t fdinfo_len; member