Home
last modified time | relevance | path

Searched refs:recipient_buffer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dinfo_log_addr_form.c112 static VSTRING *recipient_buffer = 0; in info_log_addr_form_recipient() local
114 recipient_buffer = info_log_addr_form(recipient_buffer, recipient_addr); in info_log_addr_form_recipient()
115 return (STR(recipient_buffer)); in info_log_addr_form_recipient()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-source.c178 static VSTRING *recipient_buffer; variable
400 STR(recipient_buffer), LEN(recipient_buffer), in send_data()
643 recipient_buffer = vstring_alloc(len); in main()
644 netstring_memcpy(recipient_buffer, recipient, len); in main()
646 recipient_buffer = vstring_alloc(100); in main()
649 netstring_memcat(recipient_buffer, STR(buffer), LEN(buffer)); in main()