Searched refs:_IOBUFFER_SETVBUF (Results 1 – 5 of 5) sorted by relevance
73 _IOBUFFER_SETVBUF | _IOBUFFER_STBUF | _IOCTRLZ); in _setvbuf_internal()101 … return set_buffer(stream, crt_buffer, usable_buffer_size, _IOBUFFER_CRT | _IOBUFFER_SETVBUF); in _setvbuf_internal()105 return set_buffer(stream, buffer, usable_buffer_size, _IOBUFFER_USER | _IOBUFFER_SETVBUF); in _setvbuf_internal()
29 stream.unset_flags(_IOBUFFER_CRT | _IOBUFFER_SETVBUF); in __acrt_stdio_free_buffer_nolock()
168 !stream.has_all_of(_IOBUFFER_SETVBUF)) in common_refill_and_read_nolock()
157 else if (stream.has_all_of(_IOREAD | _IOBUFFER_CRT) && !stream.has_any_of(_IOBUFFER_SETVBUF)) in common_fseek_nolock()
88 _IOBUFFER_SETVBUF = 0x0100, enumerator264 …bool has_setvbuf_buffer() const throw() { return has_any_of(_IOBUFFER_SETVBUF); … in has_setvbuf_buffer()