Searched refs:inspect_xport (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_message.c174 message->inspect_xport = 0;
577 if (message->inspect_xport != 0)
578 myfree(message->inspect_xport);
579 message->inspect_xport = mystrdup(start);
1281 if (message->inspect_xport)
1282 myfree(message->inspect_xport);
H A Dqmgr.h305 char *inspect_xport; /* inspecting transport */ member in struct:QMGR_MESSAGE
H A Dqmgr_deliver.c157 | (message->inspect_xport ? DEL_REQ_FLAG_BOUNCE : DEL_REQ_FLAG_DEFLT);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_message.c185 message->inspect_xport = 0;
618 if (message->inspect_xport != 0)
619 myfree(message->inspect_xport);
620 message->inspect_xport = mystrdup(start);
1402 if (message->inspect_xport)
1403 myfree(message->inspect_xport);
H A Dqmgr_deliver.c162 | (message->inspect_xport ? DEL_REQ_FLAG_BOUNCE : DEL_REQ_FLAG_DEFLT);
H A Dqmgr.h350 char *inspect_xport; /* inspecting transport */ member in struct:QMGR_MESSAGE

Completed in 65 milliseconds