OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_EVENT_LOG_ERR
(Results
1 - 2
of
2
) sorted by null
/external/libevent/
log.c
90
_warn_helper(
_EVENT_LOG_ERR
, strerror(errno), fmt, ap);
112
_warn_helper(
_EVENT_LOG_ERR
, evutil_socket_error_to_string(err), fmt, ap);
134
_warn_helper(
_EVENT_LOG_ERR
, NULL, fmt, ap);
215
case
_EVENT_LOG_ERR
:
/external/libevent/include/event2/
event.h
577
#define
_EVENT_LOG_ERR
EVENT_LOG_ERR
589
_EVENT_LOG_DEBUG and
_EVENT_LOG_ERR
, and a string. If cb is NULL,
613
Libevent will (almost) always log an
_EVENT_LOG_ERR
message before calling
[
all
...]
Completed in 347 milliseconds