HomeSort by: relevance | last modified time | path
    Searched defs:vstream_fpurge (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
vstream.c 72 /* int vstream_fpurge(stream, direction)
289 /* vstream_fpurge() discards the contents of the stream buffer.
294 /* and write buffers. vstream_fpurge() returns 0 in case of success,
1143 /* vstream_fpurge - discard unread or unwritten content */
1145 int vstream_fpurge(VSTREAM *stream, int direction) function
1147 const char *myname = "vstream_fpurge";

Completed in 99 milliseconds