Searched refs:queue_file (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/flush/ |
H A D | flush.c | 411 static int flush_one_file(const char *queue_id, VSTRING *queue_file, in flush_one_file() argument 424 path = mail_queue_path(queue_file, queue_name, queue_id); in flush_one_file() 454 path = mail_queue_path(queue_file, queue_name, queue_id)) { in flush_one_file() 495 VSTRING *queue_file; in flush_send_path() local 567 queue_file = vstring_alloc(10); in flush_send_path() 583 count += flush_one_file(STR(queue_id), queue_file, &tbuf, how); in flush_send_path() 587 myname, path, STR(queue_file)); in flush_send_path() 591 vstring_free(queue_file); in flush_send_path() 626 VSTRING *queue_file; in flush_send_file_service() local 641 queue_file = vstring_alloc(30); in flush_send_file_service() [all …]
|