Searched refs:event_warnx (Results 1 – 4 of 4) sorted by relevance
/external/chromium/third_party/libevent/test/ |
D | regress.gen.c | 25 void event_warnx(const char *fmt, ...); 144 event_warnx("%s: kill_unmarshal", __func__); in msg_attack_assign() 174 event_warnx("%s: run_unmarshal", __func__); in msg_run_assign() 310 event_warnx("%s: failed to unmarshal from_name", __func__); in msg_unmarshal() 321 event_warnx("%s: failed to unmarshal to_name", __func__); in msg_unmarshal() 335 event_warnx("%s: failed to unmarshal attack", __func__); in msg_unmarshal() 348 event_warnx("%s: failed to unmarshal run", __func__); in msg_unmarshal() 561 event_warnx("%s: failed to unmarshal weapon", __func__); in kill_unmarshal() 572 event_warnx("%s: failed to unmarshal action", __func__); in kill_unmarshal() 583 event_warnx("%s: failed to unmarshal how_often", __func__); in kill_unmarshal() [all …]
|
/external/chromium/third_party/libevent/ |
D | log.h | 39 void event_warnx(const char *fmt, ...) EV_CHECK_FMT(1,2);
|
D | log.c | 102 event_warnx(const char *fmt, ...) in event_warnx() function
|
D | http.c | 1545 event_warnx("%s: we got no content length, but the " in evhttp_get_body_length() 1660 event_warnx("%s: bad header on %d", __func__, fd); in evhttp_read_header() 2637 event_warnx("getaddrinfo: %s", gai_strerror(ai_result)); 2744 event_warnx("getaddrinfo: %s", gai_strerror(ai_result)); in make_addrinfo()
|