Searched refs:VSTREAM_FLAG_DEADLINE (Results 1 – 4 of 4) sorted by relevance
187 vstream_fstat(TLScontext->stream, VSTREAM_FLAG_DEADLINE); in tls_bio()
799 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()
91 #define VSTREAM_FLAG_DEADLINE (1<<13) /* deadline active */ macro
636 if (vstream_fstat(client_stream, VSTREAM_FLAG_DEADLINE) == 0) in proxymap_service()