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

  /src/external/ibm-public/postfix/dist/src/postsuper/
postsuper.c 486 /* find_queue_info - look up expected permissions field by queue name */
488 static struct queue_info *find_queue_info(const char *queue_name) function
619 if (!MESSAGE_QUEUE(find_queue_info(*msg_qpp)))
667 if (!MESSAGE_QUEUE(find_queue_info(*msg_qpp)))
721 if (!MESSAGE_QUEUE(find_queue_info(*msg_qpp)))
800 if (!MESSAGE_QUEUE(find_queue_info(*msg_qpp)))
943 qp = find_queue_info(queue_name);

Completed in 23 milliseconds