Home
last modified time | relevance | path

Searched refs:VSTREAM_FLAG_DEADLINE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_bio_ops.c187 vstream_fstat(TLScontext->stream, VSTREAM_FLAG_DEADLINE); in tls_bio()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream.c799 if (bp->flags & VSTREAM_FLAG_DEADLINE) { in vstream_fflush_some()
822 if (bp->flags & VSTREAM_FLAG_DEADLINE) { in vstream_fflush_some()
975 if (bp->flags & VSTREAM_FLAG_DEADLINE) { in vstream_buf_get_ready()
999 if (bp->flags & VSTREAM_FLAG_DEADLINE) { in vstream_buf_get_ready()
1714 stream->buf.flags &= ~VSTREAM_FLAG_DEADLINE; in vstream_control()
1719 stream->buf.flags |= VSTREAM_FLAG_DEADLINE; in vstream_control()
H A Dvstream.h91 #define VSTREAM_FLAG_DEADLINE (1<<13) /* deadline active */ macro
/netbsd-src/external/ibm-public/postfix/dist/src/proxymap/
H A Dproxymap.c636 if (vstream_fstat(client_stream, VSTREAM_FLAG_DEADLINE) == 0) in proxymap_service()