Searched refs:GetInputStream (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dfile.h32 wxInputStream *GetInputStream(const wxString& path);
H A Dhttp.h34 wxInputStream *GetInputStream(const wxString& path);
H A Dprotocol.h74 virtual wxInputStream *GetInputStream(const wxString& path) = 0;
H A Dftp.h95 virtual wxInputStream *GetInputStream(const wxString& path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsckfile.cpp41 wxInputStream *wxFileProto::GetInputStream(const wxString& path) function in class:wxFileProto
H A Durl.cpp228 // GetInputStream
231 wxInputStream *wxURL::GetInputStream() function in class:wxURL
259 rc = m_nativeImp->GetInputStream(this);
305 wxInputStream *the_i_stream = m_protocol->GetInputStream(fullPath);
H A Dfs_inet.cpp108 wxInputStream *s = url.GetInputStream();
H A Dstream.cpp131 wxInputStream *wxStreamBuffer::GetInputStream() const function in class:wxStreamBuffer
198 wxInputStream *inStream = GetInputStream();
346 wxInputStream *inStream = GetInputStream();
386 wxInputStream *inStream = GetInputStream();
H A Dhttp.cpp382 wxInputStream *wxHTTP::GetInputStream(const wxString& path) function in class:wxHTTP
H A Dftp.cpp757 wxInputStream *wxFTP::GetInputStream(const wxString& path) function in class:wxFTP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DHTTPDownload.h69 wxInputStream* GetInputStream(wxHTTP * & url_handler, const wxString& location, bool proxy);
H A DHTTPDownload.cpp224 CScopedPtr<wxInputStream> url_read_stream(GetInputStream(url_handler, m_url, use_proxy));
328 wxInputStream* CHTTPDownloadThread::GetInputStream(wxHTTP * & url_handler, const wxString& location, bool proxy) function in class:CHTTPDownloadThread
382 wxInputStream* url_read_stream = url_handler->GetInputStream(url);
422 url_read_stream = GetInputStream(url_handler, new_location, proxy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Durl.h43 virtual wxInputStream *GetInputStream(wxURL *owner) = 0;
67 wxInputStream *GetInputStream();
H A Dprocess.h72 // launched process stdin/stdout, then use GetInputStream() and
83 wxInputStream *GetInputStream() const { return m_inputStream; } function in class:wxProcess
H A Dstream.h461 wxInputStream *GetInputStream() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Durlmsw.cpp44 wxInputStream *GetInputStream(const wxString& WXUNUSED(path))
80 wxInputStream *GetInputStream(wxURL *owner);
216 wxInputStream *wxWinINetURL::GetInputStream(wxURL *owner) function in class:wxWinINetURL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Durl.tex83 % GetInputStream
85 \membersection{wxURL::GetInputStream}\label{wxurlgetinputstream}
87 \func{wxInputStream *}{GetInputStream}{\void}
104 in_stream = url.GetInputStream();
H A Dhttp.tex28 \membersection{wxHTTP::GetInputStream}\label{wxhttpgetinputstream}
30 \func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}}
H A Dprotocol.tex34 \membersection{wxProtocol::GetInputStream}\label{wxprotocolgetinput}
36 \func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}}
H A Dprocess.tex20 \helpref{GetInputStream}{wxprocessgetinputstream},
108 \membersection{wxProcess::GetInputStream}\label{wxprocessgetinputstream}
110 \constfunc{wxInputStream* }{GetInputStream}{\void}
276 by GetInputStream() as a non-seekable stream.
H A Dftp.tex40 wxInputStream *in = ftp.GetInputStream("wxWidgets-4.2.0.tar.gz");
370 \membersection{wxFTP::GetInputStream}\label{wxftpgetinputstream}
372 \func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}}
399 in_stream = ftp.GetInputStream("a_file_to_get");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/uris/
H A Duris.cpp345 wxInputStream* pInput = url.GetInputStream();
386 wxInputStream* is = urlProblem.GetInputStream();
418 wxInputStream *data = url2.GetInputStream();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dvidxanm.cpp369 wxInputStream *infoStream = xanimProcess->GetInputStream();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp792 wxInputStream *in = process->GetInputStream();
1019 wxTextInputStream tis(*GetInputStream());
1089 m_in(*process->GetInputStream()),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sockets/
H A Dclient.cpp566 wxInputStream *data = url.GetInputStream();

Completed in 137 milliseconds

12