HomeSort by: relevance | last modified time | path
    Searched defs:queue_file (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/flush/
flush.c 411 static int flush_one_file(const char *queue_id, VSTRING *queue_file,
424 path = mail_queue_path(queue_file, queue_name, queue_id);
454 path = mail_queue_path(queue_file, queue_name, queue_id)) {
495 VSTRING *queue_file; local
567 queue_file = vstring_alloc(10);
583 count += flush_one_file(STR(queue_id), queue_file, &tbuf, how);
587 myname, path, STR(queue_file));
591 vstring_free(queue_file);
626 VSTRING *queue_file; local
641 queue_file = vstring_alloc(30)
    [all...]

Completed in 18 milliseconds