Searched defs:body (Results 1 – 3 of 3) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | LineMarker.h | 22 enum class FoldPart { undefined, head, body, tail, headWithTail }; enumerator
|
H A D | Partitioning.h | 65 std::unique_ptr<SplitVectorWithRangeAdd<T>> body; variable
|
/MusicPlayer2/MusicPlayer2/ |
H A D | InternetCommon.cpp | 90 string body; in HttpPost() local 95 int CInternetCommon::HttpPost(const wstring& str_url, wstring& result, const wstring& body, wstring… in HttpPost() 100 int CInternetCommon::HttpPost(const wstring & str_url, wstring & result, const string& body, wstrin… in HttpPost()
|