Home
last modified time | relevance | path

Searched refs:log_context (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libresolv2/include/isc/
H A Dlogging.h47 typedef struct log_context *log_context; typedef
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);
96 int log_add_channel(log_context, int, log_channel);
[all …]
/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c176 log_close_debug_channels(log_context lc) { in log_close_debug_channels()
207 log_check_channel(log_context lc, int level, log_channel chan) { in log_check_channel()
240 log_check(log_context lc, int category, int level) { in log_check()
270 log_vwrite(log_context lc, int category, int level, const char *format, in log_vwrite()
430 log_write(log_context lc, int category, int level, const char *format, ...) { in log_write()
443 log_new_context(int num_categories, char **category_names, log_context *lc) { in log_new_context()
444 log_context nlc; in log_new_context()
446 nlc = memget(sizeof (struct log_context)); in log_new_context()
455 memput(nlc, sizeof (struct log_context)); in log_new_context()
468 log_free_context(log_context lc) { in log_free_context()
[all …]
H A Dlogging_p.h51 struct log_context { struct