Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream.h237 #define VSTREAM_BST_FLAG_OUT (1<<1) macro
240 #define VSTREAM_BST_MASK_DIR (VSTREAM_BST_FLAG_IN | VSTREAM_BST_FLAG_OUT)
242 #define VSTREAM_BST_OUT_PEND (VSTREAM_BST_FLAG_OUT | VSTREAM_BST_FLAG_PEND)
H A Dvstream.c1780 case VSTREAM_BST_FLAG_OUT: in vstream_bufstat()