HomeSort by relevance Sort by last modified time
    Searched refs:fdinfo_len (Results 1 - 2 of 2) sorted by null

  /external/libevent/
evmap.c 119 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \
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) \
170 mm_calloc(1,sizeof(struct type)+fdinfo_len); \
182 #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len) \
183 GET_SIGNAL_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len)
284 evsel->fdinfo_len);
430 base->evsigsel->fdinfo_len);
event-internal.h 99 size_t fdinfo_len; member in struct:eventop

Completed in 225 milliseconds