Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_win32io.cpp31 #define _TEXTBUF_SIZE 0x1000 macro
493 char textbuf[_TEXTBUF_SIZE + 1]; // extra 1 in case LF at end in _M_write()
495 char * endtextbuf = textbuf + _TEXTBUF_SIZE; in _M_write()
497 ptrdiff_t nextblocksize = (min) (n, (ptrdiff_t)_TEXTBUF_SIZE); in _M_write()