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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dnetstring.h40 extern VSTRING *netstring_memcat(VSTRING *, const char *, ssize_t);
H A Dnetstring.c49 /* VSTRING *netstring_memcat(buf, data, len)
106 /* netstring_memcat() encapsulates the specified data as a netstring
354 /* netstring_memcat - append data as in-memory netstring */
356 VSTRING *netstring_memcat(VSTRING *buf, const char *src, ssize_t len) function
/netbsd-current/external/ibm-public/postfix/dist/src/smtpstone/
H A Dqmqp-source.c649 netstring_memcat(recipient_buffer, STR(buffer), LEN(buffer));

Completed in 135 milliseconds