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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dnetstring.h33 extern VSTRING *netstring_get_data(VSTREAM *, VSTRING *, ssize_t);
H A Dnetstring.c57 /* VSTRING *netstring_get_data(stream, buf, len)
116 /* netstring_get_data() reads the specified number of bytes from the
230 /* netstring_get_data - read netstring payload + terminator */
232 VSTRING *netstring_get_data(VSTREAM *stream, VSTRING *buf, ssize_t len) function
234 const char *myname = "netstring_get_data";
270 netstring_get_data(stream, buf, len);

Completed in 206 milliseconds