Home
last modified time | relevance | path

Searched refs:find_queue_info (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c488 static struct queue_info *find_queue_info(const char *queue_name) in find_queue_info() function
619 if (!MESSAGE_QUEUE(find_queue_info(*msg_qpp))) in delete_one()
667 if (!MESSAGE_QUEUE(find_queue_info(*msg_qpp))) in requeue_one()
721 if (!MESSAGE_QUEUE(find_queue_info(*msg_qpp))) in hold_one()
800 if (!MESSAGE_QUEUE(find_queue_info(*msg_qpp))) in expire_one()
943 qp = find_queue_info(queue_name); in super()