Searched refs:netstring_put (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dnetstring.h36 extern void netstring_put(VSTREAM *, const char *, ssize_t);
44 netstring_put((str), vstring_str(buf), VSTRING_LEN(buf))
H A Dnetstring.c27 /* void netstring_put(stream, data, len)
87 /* netstring_put() encapsulates the specified string as a netstring
97 /* wrapper for the netstring_put() routine.
274 /* netstring_put - send string as netstring */
276 void netstring_put(VSTREAM *stream, const char *data, ssize_t len) function
278 const char *myname = "netstring_put";

Completed in 201 milliseconds