Home
last modified time | relevance | path

Searched defs:Response (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Debuginfod/
HDHTTPServer.cpp92 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse()
98 void HTTPServerRequest::setResponse(StreamingHTTPResponse Response) { in setResponse()
167 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse()
171 void HTTPServerRequest::setResponse(StreamingHTTPResponse Response) { in setResponse()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Debuginfod/
HDHTTPServer.h26 class Response; variable
/freebsd-head/stand/efi/include/Protocol/
HDHttp.h246 EFI_HTTP_RESPONSE_DATA *Response; member
515 EFI_HTTP_RESPONSE Response; member
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp55 struct Response { struct
56 const Decl *NextDecl = nullptr;
57 bool IsDone = false;
58 bool ClearRelativeToPrimary = true;
59 static Response Done() { in Done()
64 static Response ChangeDecl(const Decl *ND) { in ChangeDecl()
69 static Response ChangeDecl(const DeclContext *Ctx) { in ChangeDecl()
75 static Response UseNextDecl(const Decl *CurDecl) { in UseNextDecl()
79 static Response DontClearRelativeToPrimaryNextDecl(const Decl *CurDecl) { in DontClearRelativeToPrimaryNextDecl()
/freebsd-head/usr.sbin/ppp/
HDchap_ms.c180 int PasswordLen, char *Response) in GenerateNTResponse()
/freebsd-head/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
HDRegisterFile.cpp672 unsigned Response = 0; in isAvailable() local
/freebsd-head/lib/libfetch/
HDhttp.c1182 OUT HASHHEX Response /* request-digest or response-digest */ in DigestCalcResponse()