- Global event_set
- event_set() is not recommended for new code, because it requires a subsequent call to event_base_set() to be safe under many circumstances. Use event_assign() or event_new() instead.
- Global evbuffer_readline
- This function is deprecated because its behavior is not correct for almost any protocol, and also because it's wholly subsumed by evbuffer_readln().
- Global evbuffer_setcb
- This function is deprecated because it clears all previous callbacks set on the evbuffer, which can cause confusing behavior if multiple parts of the code all want to add their own callbacks on a buffer. Instead, use evbuffer_add(), evbuffer_del(), and evbuffer_setflags() to manage your own evbuffer callbacks without interfering with callbacks set by others.
- Global evdns_add_server_port
- This function is deprecated because it does not allow the caller to specify which even_base it uses. The recommended function is evdns_add_server_port_with_base().
- Global evdns_clear_nameservers_and_suspend
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_clear_nameservers_and_suspend().
- Global evdns_count_nameservers
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_count_nameservers().
- Global evdns_init
- This function is deprecated because it always uses the current event base, and is easily confused by multiple calls to event_init(), and so is not safe for multithreaded use. Additionally, it allocates a global structure that only one thread can use. The replacement is evdns_base_new().
- Global evdns_nameserver_add
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_nameserver_add().
- Global evdns_nameserver_ip_add
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_nameserver_ip_add().
- Global evdns_resolv_conf_parse
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_resolv_conf_parse().
- Global evdns_resolve_ipv4
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_resolve_ipv4().
- Global evdns_resolve_reverse
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_resolve_reverse().
- Global evdns_resolve_reverse_ipv6
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_resolve_reverse_ipv6().
- Global evdns_resume
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_resume().
- Global evdns_search_add
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_search_add().
- Global evdns_search_clear
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_search_clear().
- Global evdns_search_ndots_set
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_search_ndots_set().
- Global evdns_set_option
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_set_option().
- Global evdns_shutdown
- This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_shutdown().
- Global signal_add
- This macro is deprecated because its naming is inconsistent. The recommend macro is evsignal_add().
- Global signal_assign
- This macro is deprecated because its naming is inconsistent. The recommend macro is evsignal_assign().
- Global signal_del
- This macro is deprecated because its naming is inconsistent. The recommend macro is evsignal_del().
- Global signal_initialized
- This macro is deprecated because its naming is inconsistent. The recommend macro is evsignal_initialized().
- Global signal_new
- This macro is deprecated because its naming is inconsistent. The recommend macro is evsignal_new().
- Global signal_pending
- This macro is deprecated because its naming is inconsistent. The recommend macro is evsignal_pending().
- Global signal_set
- This macro is deprecated because its naming is inconsistent. The recommend macro is evsignal_set().
- Global timeout_add
- This macro is deprecated because its naming is inconsistent. The recommend macro is evtimer_add().
- Global timeout_del
- This macro is deprecated because its naming is inconsistent. The recommend macro is evtimer_del().
- Global timeout_initialized
- This macro is deprecated because its naming is inconsistent. The recommend macro is evtimer_initialized().
- Global timeout_pending
- This macro is deprecated because its naming is inconsistent. The recommend macro is evtimer_pending().
- Global timeout_set
- This macro is deprecated because its naming is inconsistent. The recommend macro is evtimer_set().
- Global event_dispatch
- This function is deprecated because it is easily confused by multiple calls to event_init(), and because it is not safe for multithreaded use. The replacement is event_base_dispatch().
- Global event_get_method
- This function is deprecated because it is easily confused by multiple calls to event_init(), and because it is not safe for multithreaded use. The replacement is event_base_get_method().
- Global event_init
- This function is deprecated because it relaces the "current" event_base, and is totally unsafe for multithreaded use. The replacement is event_base_new().
- Global event_loop
- This function is deprecated because it uses the event base from the last call to event_init, and is therefore not safe for multithreaded use. The replacement is event_base_loop().
- Global event_loopbreak
- This function is deprecated because it is easily confused by multiple calls to event_init(), and because it is not safe for multithreaded use. The replacement is event_base_loopbreak().
- Global event_loopexit
- This function is deprecated because it is easily confused by multiple calls to event_init(), and because it is not safe for multithreaded use. The replacement is event_base_loopexit().
- Global event_once
- This function is deprecated because it is easily confused by multiple calls to event_init(), and because it is not safe for multithreaded use. The replacement is event_base_once().
- Global event_priority_init
- This function is deprecated because it is easily confused by multiple calls to event_init(), and because it is not safe for multithreaded use. The replacement is event_base_priority_init().
- Global evhttp_connection_new
- It does not allow an event base to be specified
- Global evhttp_connection_set_base
- XXXX Why?
- Global evhttp_start
- It does not allow an event base to be specified
Generated on Fri Apr 17 21:33:56 2009 for libevent by
1.5.7