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

  /src/external/ibm-public/postfix/dist/src/util/
vstream.h 93 #define VSTREAM_FLAG_OWN_VSTRING (1<<15)/* owns VSTRING resource */
vstream.c 499 /* .IP VSTREAM_FLAG_OWN_VSTRING
1512 if (stream->vstring && (stream->buf.flags & VSTREAM_FLAG_OWN_VSTRING))
1773 stream->buf.flags |= VSTREAM_FLAG_OWN_VSTRING;

Completed in 18 milliseconds