Home
last modified time | relevance | path

Searched defs:body (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DLineMarker.h22 enum class FoldPart { undefined, head, body, tail, headWithTail }; enumerator
H A DPartitioning.h65 std::unique_ptr<SplitVectorWithRangeAdd<T>> body; variable
/MusicPlayer2/MusicPlayer2/
H A DInternetCommon.cpp90 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()