Home
last modified time | relevance | path

Searched refs:debug_category (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/eclat/eclat-2.0/lib/
H A Ddiag.c22 struct debug_category debug_category[LIBECLAT_DBG_MAX];
123 static struct debug_category *
126 struct debug_category *dp;
128 for (dp = debug_category; dp < debug_category + debug_avail; dp++)
140 struct debug_category *dp;
145 for (dp = debug_category;
146 dp < debug_category + debug_avail;
176 debug_category[debug_avail].name = grecs_strdup(name);
177 debug_category[debug_avail].length = strlen(name);
178 debug_category[debug_avail].level = 0;
H A Dlibeclat.h24 struct debug_category { struct
30 extern struct debug_category debug_category[]; argument
34 debug_category[cat].level : 0)
/dports/mail/mailutils/mailutils-3.13/libmailutils/diag/
H A Ddebug.c40 struct debug_category struct
47 static struct debug_category default_cattab[] = { argument
54 static struct debug_category *cattab = default_cattab;
62 struct debug_category *newtab; in mu_debug_register_category()
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst/vaapi/
H A Dgstvaapipluginbase.h123 GstDebugCategory *debug_category; member
185 GstDebugCategory * debug_category);
H A Dgstvaapipluginbase.c39 #define GST_CAT_DEFAULT (plugin->debug_category)
240 GstDebugCategory * debug_category) in gst_vaapi_plugin_base_init() argument
242 plugin->debug_category = debug_category; in gst_vaapi_plugin_base_init()
H A Dgstvaapipostprocutil.c29 #define GST_CAT_DEFAULT (GST_VAAPI_PLUGIN_BASE (postproc)->debug_category)
/dports/sysutils/eclat/eclat-2.0/src/
H A Dispeek-cl.opt78 debug_category[0].level++;
H A Dec2map.c179 if (debug_category[dbg].level > 1) {
H A Dispeek-cl.h519 debug_category[0].level++; in parse_options()