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

  /src/external/ibm-public/postfix/dist/src/util/
netstring.h 33 extern VSTRING *netstring_get_data(VSTREAM *, VSTRING *, ssize_t);
netstring.c 57 /* VSTRING *netstring_get_data(stream, buf, len)
116 /* netstring_get_data() reads the specified number of bytes from the
234 /* netstring_get_data - read netstring payload + terminator */
236 VSTRING *netstring_get_data(VSTREAM *stream, VSTRING *buf, ssize_t len) function
238 const char *myname = "netstring_get_data";
274 netstring_get_data(stream, buf, len);

Completed in 114 milliseconds