Searched refs:netstring_memcat (Results 1 – 3 of 3) sorted by relevance
40 extern VSTRING *netstring_memcat(VSTRING *, const char *, ssize_t);
356 VSTRING *netstring_memcat(VSTRING *buf, const char *src, ssize_t len) in netstring_memcat() function
649 netstring_memcat(recipient_buffer, STR(buffer), LEN(buffer)); in main()