Home | History | Annotate | Download | only in libevent

Lines Matching refs:event_init

58   library, you must call event_init() or event_base_new() to perform one-time
271 @see event_base_set(), event_base_free(), event_init()
278 The event API needs to be initialized with event_init() before it can be
284 struct event_base *event_init(void);
294 @see event_base_new(), event_init()
313 @param eb the event_base structure returned by event_init()
314 @see event_init(), event_dispatch()
386 @param eb the event_base structure returned by event_init()
419 @param eb the event_base structure returned by event_init()
449 @param eb the event_base structure returned by event_init()
577 @param base an event_base returned by event_init()
705 @param eb the event_base structure returned by event_init()
820 @param base an event_base returned by event_init()