Searched refs:recipient_buffer (Results 1 – 2 of 2) sorted by relevance
112 static VSTRING *recipient_buffer = 0; in info_log_addr_form_recipient() local114 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()
178 static VSTRING *recipient_buffer; variable400 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()