Searched refs:_INTERNAL_BUFSIZ (Results 1 – 8 of 8) sorted by relevance
94 *buffer = _malloc_crt_t(char, _INTERNAL_BUFSIZ).detach(); in __acrt_stdio_begin_temporary_buffering_nolock()110 stream->_cnt = _INTERNAL_BUFSIZ; in __acrt_stdio_begin_temporary_buffering_nolock()111 stream->_bufsiz = _INTERNAL_BUFSIZ; in __acrt_stdio_begin_temporary_buffering_nolock()
27 stream->_base = _calloc_crt_t(char, _INTERNAL_BUFSIZ).detach(); in __acrt_stdio_allocate_buffer_nolock()31 stream->_bufsiz = _INTERNAL_BUFSIZ; in __acrt_stdio_allocate_buffer_nolock()
101 char raw_buffer[_INTERNAL_BUFSIZ]; in common_ftell_translated_utf8_nolock()102 …if (!ReadFile(reinterpret_cast<HANDLE>(_osfhnd(fh)), raw_buffer, _INTERNAL_BUFSIZ, &bytes_read, nu… in common_ftell_translated_utf8_nolock()
170 stream->_bufsiz = _INTERNAL_BUFSIZ; in common_refill_and_read_nolock()
79 : _INTERNAL_BUFSIZ; in _fwrite_nolock_internal()
96 : _INTERNAL_BUFSIZ; in _fread_nolock_s()
83 __crt_unique_heap_ptr<char> const zero_buffer(_calloc_crt_t(char, _INTERNAL_BUFSIZ)); in _chsize_nolock_internal()93 int const bytes_to_write = seek_guard.extend >= static_cast<__int64>(_INTERNAL_BUFSIZ) in _chsize_nolock_internal()94 ? _INTERNAL_BUFSIZ in _chsize_nolock_internal()
27 #define _INTERNAL_BUFSIZ 4096 macro