Searched refs:netstring_memcpy (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dnetstring.h39 extern VSTRING *netstring_memcpy(VSTRING *, const char *, ssize_t);
H A Dnetstring.c44 /* VSTRING *netstring_memcpy(buf, data, len)
102 /* netstring_memcpy() encapsulates the specified data as a netstring
344 /* netstring_memcpy - copy data as in-memory netstring */
346 VSTRING *netstring_memcpy(VSTRING *buf, const char *src, ssize_t len) function
/netbsd-current/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-source.c635 netstring_memcpy(message_buffer, STR(buffer), message_length);
639 netstring_memcpy(sender_buffer, sender, len);
644 netstring_memcpy(recipient_buffer, recipient, len);

Completed in 188 milliseconds