#include <unistd.h>#include <fcntl.h>#include <sys/stat.h>#include <sys/types.h>#include <errno.h>#include <boost/static_assert.hpp>#include <boost/filesystem/operations.hpp>#include "libtorrent/file.hpp"#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | libtorrent |
Classes | |
| struct | libtorrent::file::impl |
Defines | |
| #define | _FILE_OFFSET_BITS 64 |
| #define | O_BINARY 0 |
| #define | O_RANDOM 0 |
Enumerations | |
| enum | { mode_in = 1, mode_out = 2 } |
Functions | |
| BOOST_STATIC_ASSERT (sizeof(lseek(0, 0, 0)) >=8) | |
| mode_t | map_open_mode (int m) |
| std::string | utf8_native (std::string const &s) |
| #define O_BINARY 0 |
Definition at line 45 of file file.cpp.
Referenced by Curl_file_connect(), file_upload(), and map_open_mode().
| #define O_RANDOM 0 |
| BOOST_STATIC_ASSERT | ( | sizeof(lseek(0, 0, 0)) >= | 8 | ) |
Referenced by libtorrent::detail::write_integer().
| mode_t @265::map_open_mode | ( | int | m | ) | [static] |
| std::string @265::utf8_native | ( | std::string const & | s | ) | [static] |
1.5.6