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

  /src/external/ibm-public/postfix/dist/src/util/
msg.c 57 /* MSG_CLEANUP_FN msg_cleanup(cleanup)
184 static MSG_CLEANUP_FN msg_cleanup_fn = 0; variable
264 if (msg_cleanup_fn)
265 msg_cleanup_fn();
287 if (msg_cleanup_fn)
288 msg_cleanup_fn();
319 MSG_CLEANUP_FN msg_cleanup(MSG_CLEANUP_FN cleanup_fn)
321 MSG_CLEANUP_FN old_fn = msg_cleanup_fn
    [all...]

Completed in 19 milliseconds