Searched refs:RCIO (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcio.cpp44 RCIO::~RCIO() { }
46 RCIO::RCIO(RCIO::RCIOType): RCBase() { } function in class:RCIO
H A Drcio.h42 ** subclass, but the I/O operations can be done on a RCIO object reference.
57 class PR_IMPLEMENT(RCIO): public RCBase
80 virtual ~RCIO();
82 virtual RCIO* Accept(RCNetAddr* addr, const RCInterval& timeout) = 0;
84 RCIO **nd, RCNetAddr **raddr, void *buf,
118 RCIO *source, const void *headers,
119 PRSize hlen, RCIO::FileDisposition flags,
133 RCIO(RCIOType);
139 RCIO();
140 RCIO(cons
[all...]
H A Drcnetio.h63 class PR_IMPLEMENT(RCNetStreamIO): public RCIO
70 virtual RCIO* Accept(RCNetAddr* addr, const RCInterval& timeout);
72 RCIO **nd, RCNetAddr **raddr, void *buf,
100 RCIO *source, const void *headers,
101 PRSize hlen, RCIO::FileDisposition flags,
116 PRInt64 Seek(PRInt64 offset, RCIO::Whence how);
H A Drcfileio.h51 ** pass around more generic references, ie., RCIO.
53 ** This subclass of RCIO hides (makes private) the methods that are not
59 class PR_IMPLEMENT(RCFileIO): public RCIO
73 virtual PRInt64 Seek(PRInt64 offset, RCIO::Whence how);
85 RCIO* Accept(RCNetAddr* addr, const RCInterval& timeout);
87 RCIO **newfd, RCNetAddr **address, void *buffer,
110 PRStatus Shutdown(RCIO::ShutdownHow how);
112 RCIO *source, const void *headers,
113 PRSize hlen, RCIO::FileDisposition flags,
127 static RCIO *GetSpecialFil
[all...]
H A Drcnetio.cpp49 RCNetStreamIO::RCNetStreamIO(): RCIO(RCIO::tcp)
52 RCNetStreamIO::RCNetStreamIO(PRIntn protocol): RCIO(RCIO::tcp)
55 RCIO* RCNetStreamIO::Accept(RCNetAddr* addr, const RCInterval& timeout)
75 RCIO **nd, RCNetAddr **raddr, void *buf,
156 PRStatus RCNetStreamIO::Shutdown(RCIO::ShutdownHow how)
160 RCIO *source, const void *headers, PRSize hlen,
161 RCIO::FileDisposition flags, const RCInterval& timeout)
190 PRInt64 RCNetStreamIO::Seek(PRInt64, RCIO
[all...]
H A Drcfileio.cpp46 RCFileIO::RCFileIO(): RCIO(RCIO::file) { }
76 PRInt64 RCFileIO::Seek(PRInt64 offset, RCIO::Whence how)
96 RCIO *RCFileIO::GetSpecialFile(RCFileIO::SpecialFile special)
156 RCIO* RCFileIO::Accept(RCNetAddr*, const RCInterval&)
163 RCIO**, RCNetAddr**, void*, PRSize, const RCInterval&)
169 PRStatus RCFileIO::Shutdown(RCIO::ShutdownHow)
173 RCIO*, const void*, PRSize, RCIO::FileDisposition, const RCInterval&)
162 AcceptRead( RCIO**, RCNetAddr**, void*, PRSize, const RCInterval&) argument
172 TransmitFile( RCIO*, const void*, PRSize, RCIO::FileDisposition, const RCInterval&) argument
H A Drcascii.h165 RCPrint(RCIO* output);

Completed in 64 milliseconds