Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress.gen.c22 void event_warnx(const char *fmt, ...);
153 event_warnx("%s: kill_unmarshal", __func__); in msg_attack_assign()
187 event_warnx("%s: run_unmarshal", __func__); in msg_run_assign()
328 event_warnx("%s: failed to unmarshal from_name", __func__); in msg_unmarshal()
339 event_warnx("%s: failed to unmarshal to_name", __func__); in msg_unmarshal()
353 event_warnx("%s: failed to unmarshal attack", __func__); in msg_unmarshal()
370 event_warnx("%s: failed to unmarshal run", __func__); in msg_unmarshal()
645 event_warnx("%s: failed to unmarshal weapon", __func__); in kill_unmarshal()
656 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.c580 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.h64 void event_warnx(const char *fmt, ...) EV_CHECK_FMT(1,2);
Dsignal.c288 event_warnx("Added a signal to event base %p with signals " in evsig_add()
386 event_warnx( in evsig_handler()
Devent.c656 event_warnx("%s: no event mechanism available", in event_base_new_with_config()
686 event_warnx("%s: Unable to make base notifiable.", __func__); in event_base_new_with_config()
709 event_warnx("%s: Couldn't launch IOCP", __func__); in event_base_start_iocp_()
809 event_warnx("%s: no base to free", __func__); in event_base_free_()
1473 event_warnx("%s: Too many common timeouts already in use; " in event_base_init_common_timeout()
1890 event_warnx("%s: reentrant invocation. Only one event_base_loop" in event_base_loop()
2087 event_warnx("%s: EV_SIGNAL is not compatible with " in event_assign()
2216 event_warnx("%s: event has no event_base set.", __func__); in event_finalize_impl_()
2330 event_warnx("%s: event has no event_base set.", __func__); in event_pending()
2439 event_warnx("%s: event has no event_base set.", __func__); in event_add()
[all …]
Dlog.c166 event_warnx(const char *fmt, ...) in event_warnx() function
Devent_iocp.c94 event_warnx("GetQueuedCompletionStatus exited with no event."); in loop()
Dlistener.c862 event_warnx("Couldn't create accepting socket"); in evconnlistener_new_async()
866 event_warnx("Couldn't start accepting on socket"); in evconnlistener_new_async()
Devmap.c313 event_warnx("Too many events reading or writing on fd %d", in evmap_io_add_()
320 event_warnx("Tried to mix edge-triggered and non-edge-triggered" in evmap_io_add_()
Dbufferevent_filter.c241 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an " in be_filter_unlink()
Dbufferevent_openssl.c527 event_warnx("BUG: Unexpected OpenSSL error code %d", errcode); in conn_closed()
1204 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an " in be_openssl_unlink()
Devutil.c1158 event_warnx("Weird h_length from gethostbyname"); in addrinfo_from_hostent()
1169 event_warnx("Weird h_length from gethostbyname"); in addrinfo_from_hostent()
Dbufferevent.c342 event_warnx("UNLOCK_CALLBACKS requires DEFER_CALLBACKS"); in bufferevent_init_common_()
Dhttp.c2127 event_warnx("%s: we got no content length, but the " in evhttp_get_body_length()
2313 event_warnx("%s: bad header on "EV_SOCK_FMT, __func__, in evhttp_read_header()
4376 event_warnx("getaddrinfo: %s", in make_addrinfo()
DChangeLog-2.0458 o Fix som event_warns that should have been event_warnx (19c71e7)