Home
last modified time | relevance | path

Searched refs:HttpSocketStorageObject (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DURLStorage.cxx78 class HttpSocketStorageObject : public RewindStorageObject { class
80 HttpSocketStorageObject(SOCKET fd, Boolean mayRewind, const StringC &hostStr);
81 ~HttpSocketStorageObject();
90 HttpSocketStorageObject(const HttpSocketStorageObject &); // undefined
91 void operator=(const HttpSocketStorageObject &); // undefined
273 SOCKET fd = HttpSocketStorageObject::openHttp(host, port, hostStr, mgr); in makeStorageObject()
276 HttpSocketStorageObject *p in makeStorageObject()
277 = new HttpSocketStorageObject(fd, mayRewind, hostStr); in makeStorageObject()
364 SOCKET HttpSocketStorageObject::openHttp(const String<char> &host, in openHttp()
440 HttpSocketStorageObject::HttpSocketStorageObject(SOCKET fd, in HttpSocketStorageObject() function in SP_NAMESPACE::HttpSocketStorageObject
[all …]