HomeSort by: relevance | last modified time | path
    Searched refs:netstring_memcpy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
netstring.h 39 extern VSTRING *netstring_memcpy(VSTRING *, const char *, ssize_t);
netstring.c 44 /* VSTRING *netstring_memcpy(buf, data, len)
102 /* netstring_memcpy() encapsulates the specified data as a netstring
351 /* netstring_memcpy - copy data as in-memory netstring */
353 VSTRING *netstring_memcpy(VSTRING *buf, const char *src, ssize_t len) function
  /src/external/ibm-public/postfix/dist/src/smtpstone/
qmqp-source.c 635 netstring_memcpy(message_buffer, STR(buffer), message_length);
639 netstring_memcpy(sender_buffer, sender, len);
644 netstring_memcpy(recipient_buffer, recipient, len);

Completed in 17 milliseconds