Searched refs:CreateLinkRequest (Results 1 – 6 of 6) sorted by relevance
83 *request = new(std::nothrow) CreateLinkRequest; in CreateRequest()
157 RequestVisitor::VisitCreateLinkRequest(CreateLinkRequest* request) in VisitCreateLinkRequest()
84 CreateLinkRequest* request);
1117 ClientConnection::VisitCreateLinkRequest(CreateLinkRequest* request) in VisitCreateLinkRequest()
114 struct CreateLinkRequest;200 CreateLinkRequest* request);598 struct CreateLinkRequest : VolumeRequest { struct599 CreateLinkRequest() : VolumeRequest(CREATE_LINK_REQUEST) {} in CreateLinkRequest() argument
916 CreateLinkRequest request; in Link()