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

  /src/external/ibm-public/postfix/dist/src/util/
vstream.h 80 #define VSTREAM_FLAG_EOF VBUF_FLAG_EOF /* end of file */
vstream.c 969 if (bp->flags & VSTREAM_FLAG_EOF)
1004 bp->flags |= VSTREAM_FLAG_EOF;
1287 bp->flags &= ~VSTREAM_FLAG_EOF;

Completed in 45 milliseconds