Searched defs:debug_log (Results 1 – 7 of 7) sorted by relevance
16 FILE *debug_log; member
57 static void debug_log(const char *line, void *argp) { in debug_log() function
61 static void debug_log(const char *line, void *argp) { in debug_log() function
82 static void debug_log(const char *line, void *argp) { in debug_log() function
85 static void debug_log(const char *line, void *argp) { in debug_log() function
66 static std::ostream& debug_log = cerr; variable
1789 void (*debug_log)(struct vn_dispatch_context *ctx, const char *msg); member