Home
last modified time | relevance | path

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

/third_party/boost/boost/beast/http/
Dbasic_file_body.hpp44 struct basic_file_body struct
83 class basic_file_body<File>::value_type
90 friend struct basic_file_body;
165 basic_file_body<File>::
175 basic_file_body<File>::
195 basic_file_body<File>::
216 basic_file_body<File>::
233 class basic_file_body<File>::writer
301 basic_file_body<File>::
318 basic_file_body<File>::
[all …]
Dfile_body.hpp27 using file_body = basic_file_body<file>;
/third_party/boost/libs/beast/include/boost/beast/http/
Dbasic_file_body.hpp44 struct basic_file_body struct
83 class basic_file_body<File>::value_type
90 friend struct basic_file_body;
165 basic_file_body<File>::
175 basic_file_body<File>::
195 basic_file_body<File>::
216 basic_file_body<File>::
233 class basic_file_body<File>::writer
301 basic_file_body<File>::
318 basic_file_body<File>::
[all …]
Dfile_body.hpp27 using file_body = basic_file_body<file>;
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dfile_body_win32.hpp44 struct basic_file_body<file_win32> struct
57 friend struct basic_file_body<file_win32>;
69 basic_file_body<file_win32>, Fields>& sr,
124 basic_file_body<file_win32>, Fields>& sr,
240 basic_file_body<file_win32>::
250 basic_file_body<file_win32>::
269 basic_file_body<file_win32>::
396 basic_file_body<file_win32>, Fields>& sr_;
406 basic_file_body<file_win32>,Fields>& sr) in write_some_win32_op()
504 basic_file_body<file_win32>, Fields>* sr) in operator ()()
[all …]
/third_party/boost/boost/beast/http/impl/
Dfile_body_win32.hpp44 struct basic_file_body<file_win32> struct
57 friend struct basic_file_body<file_win32>;
69 basic_file_body<file_win32>, Fields>& sr,
124 basic_file_body<file_win32>, Fields>& sr,
240 basic_file_body<file_win32>::
250 basic_file_body<file_win32>::
269 basic_file_body<file_win32>::
396 basic_file_body<file_win32>, Fields>& sr_;
406 basic_file_body<file_win32>,Fields>& sr) in write_some_win32_op()
504 basic_file_body<file_win32>, Fields>* sr) in operator ()()
[all …]
/third_party/boost/libs/beast/test/beast/http/
Dfile_body.cpp95 response_parser<basic_file_body<File>> p; in doTestFileBody()
120 response<basic_file_body<File>> res{status::ok, 11}; in doTestFileBody()
127 serializer<false, basic_file_body<File>, fields> sr{res}; in doTestFileBody()
167 using file_body_type = basic_file_body<File>; in fileBodyUnexpectedEofOnGet()
DJamfile12 basic_file_body.cpp
DCMakeLists.txt21 basic_file_body.cpp
/third_party/boost/libs/beast/doc/qbk/07_concepts/
DBody.qbk106 * [link beast.ref.boost__beast__http__basic_file_body `basic_file_body`]
DBodyReader.qbk112 * [link beast.ref.boost__beast__http__basic_file_body__reader `basic_file_body::reader`]
DBodyWriter.qbk117 * [link beast.ref.boost__beast__http__basic_file_body__writer `basic_file_body::writer`]
/third_party/boost/libs/beast/doc/qbk/04_http/
D09_custom_body.qbk103 [link beast.ref.boost__beast__http__basic_file_body `basic_file_body`]
D02_message.qbk152 [link beast.ref.boost__beast__http__basic_file_body `basic_file_body`]
/third_party/boost/libs/beast/doc/qbk/
Dmain.qbk143 [import ../../include/boost/beast/http/basic_file_body.hpp]
Dreference.qbk2844 [section:boost__beast__http__basic_file_body http::basic_file_body]
2848 Defined in header [include_file boost/beast/http/basic_file_body.hpp]
2853 struct basic_file_body
2916 [section:file_type http::basic_file_body::file_type]
2917 [indexterm2 file_type..http::basic_file_body]
2930 [section:size http::basic_file_body::size]
2931 [indexterm2 size..http::basic_file_body]
23340 [section:boost__beast__http__basic_file_body__reader http::basic_file_body::reader]
23344 Defined in header [include_file boost/beast/http/basic_file_body.hpp]
23384 [section:reader http::basic_file_body::reader::reader]
[all …]
Drelease_notes.qbk181 * [issue 1260] Add accessor function to File member of `basic_file_body`
/third_party/boost/libs/beast/
DCHANGELOG.md386 * Add accessor function to File member of basic_file_body
2591 * Add basic_file_body.hpp