Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp92 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse() argument
98 void HTTPServerRequest::setResponse(StreamingHTTPResponse Response) { in setResponse() argument
167 setResponse(HTTPResponse Response) setResponse() argument
171 setResponse(StreamingHTTPResponse Response) setResponse() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocol.h53 struct Response { struct
59 llvm::json::Value toJSON(const Response &); argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h26 class Response; variable
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DHttp.h240 EFI_HTTP_RESPONSE_DATA *Response; member
508 EFI_HTTP_RESPONSE Response; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp53 struct Response { struct
54 const Decl *NextDecl = nullptr;
55 bool IsDone = false;
56 bool ClearRelativeToPrimary = true;
57 static Response Done() { in Done()
62 static Response ChangeDecl(const Decl *ND) { in ChangeDecl()
67 static Response ChangeDecl(const DeclContext *Ctx) { in ChangeDecl()
73 static Response UseNextDecl(const Decl *CurDecl) { in UseNextDecl()
77 static Response DontClearRelativeToPrimaryNextDecl(const Decl *CurDecl) { in DontClearRelativeToPrimaryNextDecl()
/freebsd/usr.sbin/ppp/
H A Dchap_ms.c180 int PasswordLen, char *Response) in GenerateNTResponse()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp680 unsigned Response = 0; in isAvailable() local
/freebsd/lib/libfetch/
H A Dhttp.c1182 OUT HASHHEX Response /* request-digest or response-digest */ in DigestCalcResponse()