HomeSort by: relevance | last modified time | path
    Searched refs:DSN_NOTIFY_OK (Results 1 - 9 of 9) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
dsn_mask.h 65 #define DSN_NOTIFY_OK(v) \
dsn_mask.c 115 return (DSN_NOTIFY_OK(mask) ? mask : 0);
bounce_log.c 237 if ((notify = atoi(value)) > 0 && DSN_NOTIFY_OK(notify))
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_bounce.c 171 && DSN_NOTIFY_OK(junk))
cleanup_extracted.c 260 if (!alldig(buf) || (junk = atoi(buf)) == 0 || DSN_NOTIFY_OK(junk) == 0)
cleanup_envelope.c 322 || DSN_NOTIFY_OK(junk) == 0)
cleanup_milter.c 1832 && DSN_NOTIFY_OK(junk))
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_message.c 524 if (!alldig(start) || (n = atoi(start)) == 0 || !DSN_NOTIFY_OK(n))
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_message.c 565 if (!alldig(start) || (n = atoi(start)) == 0 || !DSN_NOTIFY_OK(n))

Completed in 26 milliseconds