Searched refs:event_warnx (Results 1 – 17 of 17) sorted by relevance
/external/libevent/test/ |
D | regress.gen.c | 29 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 …]
|
D | regress_util.c | 643 event_warnx("Far too many %s (%d)", "wombats", 99); in test_evutil_log()
|
/external/libevent/ |
D | evthread.c | 107 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()
|
D | log-internal.h | 68 void event_warnx(const char *fmt, ...) EV_CHECK_FMT(1,2);
|
D | signal.c | 290 event_warnx("Added a signal to event base %p with signals " in evsig_add() 388 event_warnx( in evsig_handler()
|
D | event.c | 698 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 …]
|
D | log.c | 157 event_warnx(const char *fmt, ...) in event_warnx() function
|
D | event_iocp.c | 94 event_warnx("GetQueuedCompletionStatus exited with no event."); in loop()
|
D | listener.c | 871 event_warnx("Couldn't create accepting socket"); in evconnlistener_new_async() 875 event_warnx("Couldn't start accepting on socket"); in evconnlistener_new_async()
|
D | evmap.c | 320 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_()
|
D | kqueue.c | 221 event_warnx("%s: int overflow", __func__); in kq_build_changes_list()
|
D | bufferevent_filter.c | 241 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an " in be_filter_unlink()
|
D | bufferevent_openssl.c | 531 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()
|
D | bufferevent.c | 353 event_warnx("UNLOCK_CALLBACKS requires DEFER_CALLBACKS"); in bufferevent_init_common_()
|
D | evutil.c | 1192 event_warnx("Weird h_length from gethostbyname"); in addrinfo_from_hostent() 1203 event_warnx("Weird h_length from gethostbyname"); in addrinfo_from_hostent()
|
D | http.c | 2354 event_warnx("%s: bad header on "EV_SOCK_FMT, __func__, in evhttp_read_header() 4450 event_warnx("getaddrinfo: %s", in make_addrinfo()
|
D | ChangeLog-2.0 | 458 o Fix som event_warns that should have been event_warnx (19c71e7)
|