Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c272 _M_allocate_buffers(0, 1); in setbuf()
274 _M_allocate_buffers(__buf, __n); in setbuf()
432 if (!_M_int_buf && !_M_allocate_buffers()) in _M_switch_to_input_mode()
456 if (!_M_int_buf && !_M_allocate_buffers()) in _M_switch_to_output_mode()
630 bool basic_filebuf<_CharT, _Traits>::_M_allocate_buffers(_CharT* __buf, streamsize __n) { in _M_allocate_buffers() function
676 bool basic_filebuf<_CharT, _Traits>::_M_allocate_buffers() { in _M_allocate_buffers() function
681 return _M_allocate_buffers(0, __default_bufsiz); in _M_allocate_buffers()
D_fstream.h234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n);
235 bool _M_allocate_buffers();