Searched defs:log_context (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h51 struct log_context { struct
/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dlogging.h47 typedef struct log_context *log_context; typedef in typeref:struct:log_context
81 int log_check_channel(log_context, int, log_channel);
82 int log_check(log_context, int, int);
84 void log_vwrite(log_context, int, int, const char *,
87 void log_write(log_context, int, int, const char *, ...)
90 void log_vwrite(log_context, int, int, const char *,
92 void log_write(log_context, int, int, const char *, ...);
94 int log_new_context(int, char **, log_context *);
95 void log_free_context(log_context);
[all...]

Completed in 19 milliseconds