| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| context.c | 27 * Compares two struct rewrite_context based on the name; 36 const struct rewrite_context *lc1, *lc2; 38 lc1 = (const struct rewrite_context *)c1; 39 lc2 = (const struct rewrite_context *)c2; 50 * Returns -1 in case a duplicate struct rewrite_context 59 struct rewrite_context *lc1, *lc2; 61 lc1 = (struct rewrite_context *)c1; 62 lc2 = (struct rewrite_context *)c2; 75 struct rewrite_context * 81 struct rewrite_context *context, c [all...] |
| 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
|
| info.c | 35 struct rewrite_context *rewrite_int_curr_context = NULL; 46 struct rewrite_context *context; 180 struct rewrite_context *context;
|
| rule.c | 32 struct rewrite_context *context, 122 struct rewrite_context *context,
|
| config.c | 177 struct rewrite_context *aliased;
|
| map.c | 383 ( struct rewrite_context * )map->lm_data,
|
| /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
|
| deliver_pass.c | 134 SEND_ATTR_STR(MAIL_ATTR_RWR_CONTEXT, request->rewrite_context),
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd.h | 118 char *rewrite_context; /* address rewriting context */ member in struct:__anon69 409 (s)->xforward.domain : (s)->rewrite_context)
|
| smtpd_state.c | 139 state->rewrite_context = 0;
|
| smtpd_check.c | 4923 state->rewrite_context = MAIL_ATTR_RWR_LOCAL; 4927 state->rewrite_context = MAIL_ATTR_RWR_REMOTE; 6489 resp = state.rewrite_context;
|
| /src/external/ibm-public/postfix/dist/src/oqmgr/ |
| qmgr_message.c | 206 message->rewrite_context = 0; 735 if (message->rewrite_context == 0) 736 message->rewrite_context = mystrdup(value); 840 if (message->rewrite_context == 0) 841 message->rewrite_context = mystrdup(MAIL_ATTR_RWR_LOCAL); 1376 if (message->rewrite_context) 1377 myfree(message->rewrite_context);
|
| qmgr.h | 322 char *rewrite_context; /* address qualification */ member in struct:QMGR_MESSAGE
|
| qmgr_deliver.c | 212 SEND_ATTR_STR(MAIL_ATTR_RWR_CONTEXT, message->rewrite_context),
|
| /src/external/ibm-public/postfix/dist/src/qmgr/ |
| qmgr_message.c | 217 message->rewrite_context = 0; 776 if (message->rewrite_context == 0) 777 message->rewrite_context = mystrdup(value); 888 if (message->rewrite_context == 0) 889 message->rewrite_context = mystrdup(MAIL_ATTR_RWR_LOCAL); 1497 if (message->rewrite_context) 1498 myfree(message->rewrite_context);
|
| qmgr.h | 367 char *rewrite_context; /* address qualification */ member in struct:QMGR_MESSAGE
|
| qmgr_deliver.c | 217 SEND_ATTR_STR(MAIL_ATTR_RWR_CONTEXT, message->rewrite_context),
|
| /src/external/ibm-public/postfix/dist/src/sendmail/ |
| sendmail.c | 708 const char *rewrite_context, const char *sender, 836 MAIL_ATTR_RWR_CONTEXT, rewrite_context); 1088 const char *rewrite_context = MAIL_ATTR_RWR_LOCAL; local 1286 rewrite_context = MAIL_ATTR_RWR_REMOTE; 1504 rewrite_context, sender, full_name, argv + OPTIND);
|
| /src/external/ibm-public/postfix/dist/src/local/ |
| forward.c | 217 PASS_ATTR(cleanup, MAIL_ATTR_RWR_CONTEXT, request->rewrite_context);
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_proto.c | 1866 && CAN_FORWARD_RWR_CONTEXT(request->rewrite_context)) { 1869 strcmp(request->rewrite_context, MAIL_ATTR_RWR_LOCAL) ? 2712 && CAN_FORWARD_RWR_CONTEXT(request->rewrite_context)));
|