Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c592 static void delete_one(const char **queue_names, const char *queue_id) in delete_one() argument
618 for (msg_qpp = queue_names; *msg_qpp != 0; msg_qpp++) { in delete_one()
638 static void requeue_one(const char **queue_names, const char *queue_id) in requeue_one() argument
664 for (msg_qpp = queue_names; *msg_qpp != 0; msg_qpp++) { in requeue_one()
688 static void hold_one(const char **queue_names, const char *queue_id) in hold_one() argument
716 for (msg_qpp = queue_names; *msg_qpp != 0; msg_qpp++) { in hold_one()
739 static void release_one(const char **queue_names, const char *queue_id) in release_one() argument
761 for (msg_qpp = queue_names; *msg_qpp != 0; msg_qpp++) { in release_one()
779 static void expire_one(const char **queue_names, const char *queue_id) in expire_one() argument
799 for (msg_qpp = queue_names; *msg_qpp != 0; msg_qpp++) { in expire_one()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/postcat/
H A Dpostcat.c455 static char *queue_names[] = { in main() local
570 for (cpp = queue_names; fp == 0 && *cpp != 0; cpp++) in main()