OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:log_fn
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libevent/
log.c
153
static event_log_cb
log_fn
= NULL;
variable
158
log_fn
= cb;
164
if (
log_fn
)
165
log_fn
(severity, msg);
/external/chromium_org/third_party/libevent/
log.c
153
static event_log_cb
log_fn
= NULL;
variable
158
log_fn
= cb;
164
if (
log_fn
)
165
log_fn
(severity, msg);
/external/e2fsprogs/lib/ext2fs/
tdb.h
141
tdb_log_func
log_fn
;
member in struct:tdb_logging_context
Completed in 771 milliseconds