Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/detail/config/
Drtl.hpp41 # define BOOST_IOSTREAMS_FD_SEEK _lseeki64 macro
44 # define BOOST_IOSTREAMS_FD_SEEK lseek macro
56 # define BOOST_IOSTREAMS_FD_SEEK lseek64 macro
63 # define BOOST_IOSTREAMS_FD_SEEK lseek macro
/third_party/boost/libs/iostreams/src/
Dfile_descriptor.cpp241 if (BOOST_IOSTREAMS_FD_SEEK(fd, 0, SEEK_END) == -1) { in open()
347 BOOST_IOSTREAMS_FD_SEEK( in seek()
/third_party/boost/libs/iostreams/test/
Dlarge_file_test.cpp326 BOOST_IOSTREAMS_FD_SEEK( in create_large_file()