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

  /src/external/ibm-public/postfix/dist/src/util/
vstream.c 497 /* .IP VSTREAM_FLAG_MEMORY
723 if (bp->flags & VSTREAM_FLAG_MEMORY)
1219 if (stream->buf.flags & VSTREAM_FLAG_MEMORY) {
1300 if (stream->buf.flags & VSTREAM_FLAG_MEMORY)
1453 if (stream->buf.flags & VSTREAM_FLAG_MEMORY) {
1487 if ((stream->buf.flags & VSTREAM_FLAG_MEMORY)
1505 if ((stream->buf.flags & VSTREAM_FLAG_MEMORY) == 0)
1632 if ((stream->buf.flags & VSTREAM_FLAG_MEMORY)
1771 if ((stream->buf.flags |= VSTREAM_FLAG_MEMORY) == 0)
1873 else if ((stream->buf.flags & VSTREAM_FLAG_MEMORY) == 0
    [all...]
vstream.h 92 #define VSTREAM_FLAG_MEMORY (1<<14) /* internal stream */

Completed in 16 milliseconds