HomeSort by: relevance | last modified time | path
    Searched refs:bounce_cleanup_path (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_cleanup.c 85 VSTRING *bounce_cleanup_path; /* saved path name */ variable
95 if (bounce_cleanup_path)
114 if (bounce_cleanup_path == 0)
121 (void) unlink(vstring_str(bounce_cleanup_path));
132 if (bounce_cleanup_path)
133 (void) unlink(vstring_str(bounce_cleanup_path));
146 if (bounce_cleanup_path)
153 bounce_cleanup_path = vstring_alloc(10);
154 (void) mail_queue_path(bounce_cleanup_path, service, queue_id);
168 if (bounce_cleanup_path == 0
    [all...]
bounce_service.h 66 extern VSTRING *bounce_cleanup_path;
71 #define bounce_cleanup_registered() (bounce_cleanup_path != 0)
bounce.c 658 if (bounce_cleanup_path) {

Completed in 69 milliseconds