Searched refs:isocketstream (Results 1 - 3 of 3) sorted by path

/haiku/src/add-ons/print/transports/shared/
H A DSocket.cpp57 __is = new isocketstream(this);
H A DSocketStream.cpp109 isocketstream::isocketstream(Socket *sock, streamsize n) function in class:isocketstream
114 isocketstream::~isocketstream()
H A DSocketStream.h45 class isocketstream : public socketstreambase, public istream { class in inherits:socketstreambase,istream
47 explicit isocketstream(Socket *sock, streamsize n = 4096);
48 virtual ~isocketstream();

Completed in 61 milliseconds