Home
last modified time | relevance | path

Searched refs:_IOBUFFER_SETVBUF (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/ucrt/stdio/
H A Dsetvbuf.cpp73 _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()
H A D_freebuf.cpp29 stream.unset_flags(_IOBUFFER_CRT | _IOBUFFER_SETVBUF); in __acrt_stdio_free_buffer_nolock()
H A D_filbuf.cpp168 !stream.has_all_of(_IOBUFFER_SETVBUF)) in common_refill_and_read_nolock()
H A Dfseek.cpp157 else if (stream.has_all_of(_IOREAD | _IOBUFFER_CRT) && !stream.has_any_of(_IOBUFFER_SETVBUF)) in common_fseek_nolock()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_stdio.h88 _IOBUFFER_SETVBUF = 0x0100, enumerator
264 …bool has_setvbuf_buffer() const throw() { return has_any_of(_IOBUFFER_SETVBUF); … in has_setvbuf_buffer()