Searched refs:VSTRING_FLAG_MASK (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ | ||
H A D | vstring.h | 67 #define VSTRING_FLAG_MASK (255 << 24) macro |
H A D | vstream.c | 1420 string->vbuf.flags &= VSTRING_FLAG_MASK; in vstream_fflush() |