HomeSort by relevance Sort by last modified time
    Searched refs:log_fn (Results 1 - 5 of 5) 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/ppp/pppd/
tdb.h 114 void (*log_fn)(struct tdb_context *tdb, int level, const char *, ...) PRINTF_ATTRIBUTE(3,4); /* logging function */
127 tdb_log_func log_fn,
tdb.c 83 #define TDB_LOG(x) (tdb->log_fn?((tdb->log_fn x),0) : 0)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.h 141 tdb_log_func log_fn; member in struct:tdb_logging_context
tdb.c 150 #define TDB_LOG(x) tdb->log.log_fn x
    [all...]

Completed in 331 milliseconds