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

  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_entry.c 26 /* void qmgr_entry_move_todo(dst, entry)
65 /* qmgr_entry_move_todo() moves the specified "todo" queue entry
180 /* qmgr_entry_move_todo - move entry between todo queues */
182 void qmgr_entry_move_todo(QMGR_QUEUE *dst, QMGR_ENTRY *entry) function
184 const char *myname = "qmgr_entry_move_todo";
204 * a problem as long as qmgr_entry_move_todo() is called only to bounce
270 * See also: qmgr_entry_move_todo().
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_entry.c 26 /* void qmgr_entry_move_todo(dst, entry)
68 /* qmgr_entry_move_todo() moves the specified "todo" queue entry
203 /* qmgr_entry_move_todo - move entry between todo queues */
205 void qmgr_entry_move_todo(QMGR_QUEUE *dst_queue, QMGR_ENTRY *entry) function
207 const char *myname = "qmgr_entry_move_todo";
233 * a problem as long as qmgr_entry_move_todo() is called only to bounce

Completed in 23 milliseconds