Searched refs:HttpSocketStorageObject (Results 1 – 1 of 1) sorted by relevance
78 class HttpSocketStorageObject : public RewindStorageObject { class80 HttpSocketStorageObject(SOCKET fd, Boolean mayRewind, const StringC &hostStr);81 ~HttpSocketStorageObject();90 HttpSocketStorageObject(const HttpSocketStorageObject &); // undefined91 void operator=(const HttpSocketStorageObject &); // undefined273 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 …]