Home
last modified time | relevance | path

Searched refs:event_warnx (Results 1 – 17 of 17) sorted by relevance

/external/libevent/test/
Dregress.gen.c29 void event_warnx(const char *fmt, ...);
160 event_warnx("%s: kill_unmarshal", __func__); in msg_attack_assign()
194 event_warnx("%s: run_unmarshal", __func__); in msg_run_assign()
335 event_warnx("%s: failed to unmarshal from_name", __func__); in msg_unmarshal()
344 event_warnx("%s: failed to unmarshal to_name", __func__); in msg_unmarshal()
357 event_warnx("%s: failed to unmarshal attack", __func__); in msg_unmarshal()
373 event_warnx("%s: failed to unmarshal run", __func__); in msg_unmarshal()
649 event_warnx("%s: failed to unmarshal weapon", __func__); in kill_unmarshal()
658 event_warnx("%s: failed to unmarshal action", __func__); in kill_unmarshal()
670 event_warnx("%s: failed to unmarshal how_often", __func__); in kill_unmarshal()
[all …]
Dregress_util.c643 event_warnx("Far too many %s (%d)", "wombats", 99); in test_evutil_log()
/external/libevent/
Devthread.c107 event_warnx("Trying to disable lock functions after " in evthread_set_lock_callbacks()
123 event_warnx("Can't change lock callbacks once they have been " in evthread_set_lock_callbacks()
150 event_warnx("Trying to disable condition functions " in evthread_set_condition_callbacks()
166 event_warnx("Can't change condition callbacks once they " in evthread_set_condition_callbacks()
Dlog-internal.h68 void event_warnx(const char *fmt, ...) EV_CHECK_FMT(1,2);
Dsignal.c290 event_warnx("Added a signal to event base %p with signals " in evsig_add()
388 event_warnx( in evsig_handler()
Devent.c698 event_warnx("%s: no event mechanism available", in event_base_new_with_config()
728 event_warnx("%s: Unable to make base notifiable.", __func__); in event_base_new_with_config()
751 event_warnx("%s: Couldn't launch IOCP", __func__); in event_base_start_iocp_()
851 event_warnx("%s: no base to free", __func__); in event_base_free_()
1516 event_warnx("%s: Too many common timeouts already in use; " in event_base_init_common_timeout()
1935 event_warnx("%s: reentrant invocation. Only one event_base_loop" in event_base_loop()
2137 event_warnx("%s: EV_SIGNAL is not compatible with " in event_assign()
2266 event_warnx("%s: event has no event_base set.", __func__); in event_finalize_impl_()
2380 event_warnx("%s: event has no event_base set.", __func__); in event_pending()
2489 event_warnx("%s: event has no event_base set.", __func__); in event_add()
[all …]
Dlog.c157 event_warnx(const char *fmt, ...) in event_warnx() function
Devent_iocp.c94 event_warnx("GetQueuedCompletionStatus exited with no event."); in loop()
Dlistener.c871 event_warnx("Couldn't create accepting socket"); in evconnlistener_new_async()
875 event_warnx("Couldn't start accepting on socket"); in evconnlistener_new_async()
Devmap.c320 event_warnx("Too many events reading or writing on fd %d", in evmap_io_add_()
327 event_warnx("Tried to mix edge-triggered and non-edge-triggered" in evmap_io_add_()
Dkqueue.c221 event_warnx("%s: int overflow", __func__); in kq_build_changes_list()
Dbufferevent_filter.c241 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an " in be_filter_unlink()
Dbufferevent_openssl.c531 event_warnx("BUG: Unexpected OpenSSL error code %d", errcode); in conn_closed()
1208 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an " in be_openssl_unlink()
Dbufferevent.c353 event_warnx("UNLOCK_CALLBACKS requires DEFER_CALLBACKS"); in bufferevent_init_common_()
Devutil.c1192 event_warnx("Weird h_length from gethostbyname"); in addrinfo_from_hostent()
1203 event_warnx("Weird h_length from gethostbyname"); in addrinfo_from_hostent()
Dhttp.c2354 event_warnx("%s: bad header on "EV_SOCK_FMT, __func__, in evhttp_read_header()
4450 event_warnx("getaddrinfo: %s", in make_addrinfo()
DChangeLog-2.0458 o Fix som event_warns that should have been event_warnx (19c71e7)