Home
last modified time | relevance | path

Searched defs:VSTREAM (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream.h45 typedef struct VSTREAM { struct
48 VSTREAM_RW_FN read_fn; /* buffer fill action */ argument
49 VSTREAM_RW_FN write_fn; /* buffer flush action */ argument
59 VSTREAM_WAITPID_FN waitpid_fn; /* vstream_popen/close() */ argument
61 VSTREAM_JMP_BUF *jbuf; /* exception handling */ argument
66 } VSTREAM; argument
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dpost_mail.c394 void post_mail_fopen_async(const char *sender, const char *recipient, in post_mail_fopen_async()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c3370 static void common_pre_message_handling(SMTPD_STATE *state, in common_pre_message_handling()
3573 static void receive_data_message(SMTPD_STATE *state, in receive_data_message()