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

  /src/external/ibm-public/postfix/dist/src/global/
deliver_request.c 35 /* char *rewrite_context;
218 static VSTRING *rewrite_context; local
245 rewrite_context = vstring_alloc(10);
279 RECV_ATTR_STR(MAIL_ATTR_RWR_CONTEXT, rewrite_context),
309 request->rewrite_context = mystrdup(vstring_str(rewrite_context));
399 request->rewrite_context = 0;
441 if (request->rewrite_context)
442 myfree(request->rewrite_context);
deliver_request.h 61 char *rewrite_context; /* address rewrite context */ member in struct:DELIVER_REQUEST
  /src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c 680 const char *rewrite_context, const char *sender,
800 MAIL_ATTR_RWR_CONTEXT, rewrite_context);
1052 const char *rewrite_context = MAIL_ATTR_RWR_LOCAL; local
1249 rewrite_context = MAIL_ATTR_RWR_REMOTE;
1434 rewrite_context, sender, full_name, argv + OPTIND);
  /src/external/bsd/openldap/dist/libraries/librewrite/
rewrite-int.h 246 struct rewrite_context { struct
248 struct rewrite_context *lc_alias;
336 LDAP_REWRITE_V (struct rewrite_context*) rewrite_int_curr_context;
437 struct rewrite_context *context,
589 LDAP_REWRITE_F (struct rewrite_context *)
598 LDAP_REWRITE_F (struct rewrite_context *)
614 struct rewrite_context *context,
621 struct rewrite_context **context
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr.h 322 char *rewrite_context; /* address qualification */ member in struct:QMGR_MESSAGE
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr.h 367 char *rewrite_context; /* address qualification */ member in struct:QMGR_MESSAGE
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.h 118 char *rewrite_context; /* address rewriting context */ member in struct:__anon23176
405 (s)->xforward.domain : (s)->rewrite_context)

Completed in 20 milliseconds