Searched refs:cleanup_trace_path (Results 1 – 5 of 5) sorted by relevance
355 if (cleanup_trace_path) in cleanup_flush()356 (void) REMOVE(vstring_str(cleanup_trace_path)); in cleanup_flush()366 trace_junk = cleanup_trace_path; in cleanup_flush()367 cleanup_trace_path = 0; /* don't delete upon error */ in cleanup_flush()
102 if (cleanup_trace_path == 0) { in cleanup_trace_append()103 cleanup_trace_path = vstring_alloc(10); in cleanup_trace_append()104 mail_queue_path(cleanup_trace_path, MAIL_QUEUE_TRACE, in cleanup_trace_append()
123 VSTRING *cleanup_trace_path; variable313 if (cleanup_trace_path) { in cleanup_sig()314 (void) REMOVE(vstring_str(cleanup_trace_path)); in cleanup_sig()315 cleanup_trace_path = 0; in cleanup_sig()
201 extern VSTRING *cleanup_trace_path;
2345 VSTRING *cleanup_trace_path; variable