Home
last modified time | relevance | path

Searched refs:VSTRING_FLAG_MASK (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstring.h67 #define VSTRING_FLAG_MASK (255 << 24) macro
H A Dvstream.c1420 string->vbuf.flags &= VSTRING_FLAG_MASK; in vstream_fflush()