Searched refs:event_io_map (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devmap-internal.h42 void evmap_io_initmap(struct event_io_map* ctx);
49 void evmap_io_clear(struct event_io_map* ctx);
88 void *evmap_io_get_fdinfo(struct event_io_map *ctx, evutil_socket_t fd);
H A Devmap.c86 /* Helper used by the event_io_map hashtable code; tries to return a good hash
99 /* Helper used by the event_io_map hashtable code; returns true iff e1 and e2
107 HT_PROTOTYPE(event_io_map, event_map_entry, map_node, hashsocket, eqsocket)
108 HT_GENERATE(event_io_map, event_map_entry, map_node, hashsocket, eqsocket,
115 _ent = HT_FIND(event_io_map, map, &_key); \
123 _HT_FIND_OR_INSERT(event_io_map, map_node, hashsocket, map, \
139 void evmap_io_initmap(struct event_io_map *ctx)
141 HT_INIT(event_io_map, ctx);
144 void evmap_io_clear(struct event_io_map *ctx)
147 for (ent = HT_START(event_io_map, ct
[all...]
H A Devent-internal.h115 HT_HEAD(event_io_map, event_map_entry);
117 #define event_io_map event_signal_map macro
121 defined, this structure is also used as event_io_map, which maps fds to a
233 struct event_io_map io;

Completed in 112 milliseconds