Searched refs:queue_names (Results 1 – 2 of 2) sorted by relevance
592 static void delete_one(const char **queue_names, const char *queue_id) in delete_one() argument618 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() argument664 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() argument716 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() argument761 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() argument799 for (msg_qpp = queue_names; *msg_qpp != 0; msg_qpp++) { in expire_one()[all …]
455 static char *queue_names[] = { in main() local570 for (cpp = queue_names; fp == 0 && *cpp != 0; cpp++) in main()