Searched refs:delivered_hdr_find (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddelivered_hdr.h31 extern int delivered_hdr_find(DELIVERED_HDR_INFO *, const char *);
H A Ddelivered_hdr.c16 /* int delivered_hdr_find(info, address)
33 /* delivered_hdr_find() looks up the address in the lookup table,
163 /* delivered_hdr_find - look up recipient in delivered table */
165 int delivered_hdr_find(DELIVERED_HDR_INFO *info, const char *address) function
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/local/
H A Drecipient.c234 if (delivered_hdr_find(state.loop_info, state.msg_attr.rcpt.address)) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/pipe/
H A Dpipe.c1169 loop_found = delivered_hdr_find(info, rcpt->address);

Completed in 162 milliseconds