Searched refs:GetHeader (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPacket.cpp187 memcpy(completebuffer, GetHeader(), sizeof(Header_Struct));
196 memcpy(tempbuffer , GetHeader(), sizeof(Header_Struct));
205 memcpy(completebuffer, GetHeader(), sizeof(Header_Struct));
216 memcpy(tempbuffer,GetHeader(),sizeof(Header_Struct));
224 byte* CPacket::GetHeader() { function in class:CPacket
H A DPacket.h51 byte* GetHeader();
H A DHTTPDownload.cpp411 wxString new_location = url_handler->GetHeader(wxT("Location"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dhttp.cpp65 return GetHeader(wxT("Content-Type"));
111 wxString wxHTTP::GetHeader(const wxString& header) const function in class:wxHTTP
249 if ( GetHeader( wxT("Content-Length") ).IsNull() )
260 if (GetHeader(wxT("User-Agent")).IsNull())
409 if (!GetHeader(wxT("Content-Length")).empty())
410 inp_stream->m_httpsize = wxAtoi(WXSTRINGCAST GetHeader(wxT("Content-Length")));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Difcontext.h97 virtual wxString GetHeader( spContext* pCtx = NULL );
H A Dsrcparser.cpp267 wxString spContext::GetHeader( spContext* pCtx ) function in class:spContext
270 return GetParent()->GetHeader( ( pCtx != NULL ) ? pCtx : this );
H A Difcontext.cpp281 wxString spInterFileContext::GetHeader( spContext* pCtx ) function in class:spInterFileContext
H A Dsrcparser.h369 virtual wxString GetHeader( spContext* pCtx = NULL );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dhttp.h39 wxString GetHeader(const wxString& header) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhttp.tex64 \membersection{wxHTTP::GetHeader}\label{wxhttpgetheader}
66 \func{wxString}{GetHeader}{\param{const wxString\&}{ header}}

Completed in 66 milliseconds