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

  /src/external/ibm-public/postfix/dist/src/global/
scache_single.c 71 VSTRING *dest_label; /* logical destination name */ member in struct:__anon23131
89 #define SCACHE_SINGLE_DEST_BUSY(sp) (VSTRING_LEN(sp->dest.dest_label) > 0)
180 msg_info("%s: %s -> %s", myname, STR(sp->dest.dest_label),
184 VSTRING_RESET(sp->dest.dest_label);
185 VSTRING_TERMINATE(sp->dest.dest_label);
204 const char *dest_label,
220 && strcmp(STR(sp->dest.dest_label), dest_label) == 0
225 vstring_strcpy(sp->dest.dest_label, dest_label);
    [all...]
scache.h 122 #define scache_save_dest(scache, ttl, dest_label, dest_prop, endp_label) \
123 (scache)->save_dest((scache), (ttl), (dest_label), (dest_prop), (endp_label))
124 #define scache_find_dest(scache, dest_label, dest_prop, endp_prop) \
125 (scache)->find_dest((scache), (dest_label), (dest_prop), (endp_prop))
scache_multi.c 357 const char *dest_label,
375 htable_find(sp->dest_cache, dest_label)) == 0) {
379 htable_enter(sp->dest_cache, dest_label, (void *) head)->key;
409 msg_info("%s: dest_label=%s -> dest_prop=%s endp_label=%s%s",
410 myname, dest_label, dest_prop, endp_label,
416 static int scache_multi_find_dest(SCACHE *scache, const char *dest_label,
431 htable_find(sp->dest_cache, dest_label)) == 0) {
433 msg_info("%s: no destination cache: dest_label=%s",
434 myname, dest_label);
450 msg_info("%s: not found: dest_label=%s", myname, dest_label)
    [all...]
scache_clnt.c 253 const char *dest_label,
264 msg_info("%s: dest_label=%s dest_prop=%s endp_label=%s",
265 myname, dest_label, dest_prop, endp_label);
284 SEND_ATTR_STR(MAIL_ATTR_LABEL, dest_label),
317 static int scache_clnt_find_dest(SCACHE *scache, const char *dest_label,
338 SEND_ATTR_STR(MAIL_ATTR_LABEL, dest_label),
352 msg_info("%s: not found: %s", myname, dest_label);
377 myname, dest_label, STR(dest_prop), STR(endp_prop), fd);
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_reuse.c 130 smtp_key_prefix(state->dest_label, SMTP_REUSE_KEY_DELIM_NA,
158 STR(state->dest_label), STR(state->dest_prop),
228 smtp_key_prefix(state->dest_label, SMTP_REUSE_KEY_DELIM_NA,
231 msg_info("%s: dest_label='%s'", myname, STR(state->dest_label));
232 if ((fd = scache_find_dest(smtp_scache, STR(state->dest_label),
240 session = smtp_reuse_common(state, fd, STR(state->dest_label));
smtp_state.c 96 state->dest_label = vstring_alloc(10);
102 state->dest_label = 0;
133 if (state->dest_label)
134 vstring_free(state->dest_label);
smtp.h 221 VSTRING *dest_label; /* cached logical/physical binding */ member in struct:SMTP_STATE
  /src/external/gpl3/gcc/dist/gcc/
dojump.cc 1187 rtx_code_label *dest_label;
1197 dest_label = dummy_label;
1200 dest_label = if_false_label;
1203 val, mode, size, dest_label, NULL,
1183 rtx_code_label *dest_label; local
  /src/external/gpl3/gcc.old/dist/gcc/
dojump.cc 1172 rtx_code_label *dest_label;
1182 dest_label = dummy_label;
1185 dest_label = if_false_label;
1187 size, dest_label, NULL, first_prob);
1168 rtx_code_label *dest_label; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 5919 /* Set the binding label, dest_label, either with the binding label
5926 set_binding_label (const char **dest_label, const char *sym_name,
5938 *dest_label = curr_binding_label;
5944 *dest_label = IDENTIFIER_POINTER (get_identifier (sym_name));
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 5863 /* Set the binding label, dest_label, either with the binding label
5870 set_binding_label (const char **dest_label, const char *sym_name,
5882 *dest_label = curr_binding_label;
5888 *dest_label = IDENTIFIER_POINTER (get_identifier (sym_name));
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 1291 rtx dest_label = operands[pos_label]; local
1298 operands[pos_label] = dest_label;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 3297 rtx dest_label = operands[pos_label]; local
3304 operands[pos_label] = dest_label;
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc 34913 rtx dest_label = operands[pos_label];
34920 operands[pos_label] = dest_label;
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 34404 rtx dest_label = operands[pos_label];
34411 operands[pos_label] = dest_label;

Completed in 150 milliseconds