Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp41 Request.setResponse({404u, "text/plain", "Could not open file to read.\n"}); in streamFile()
51 Request.setResponse({404u, "text/plain", "Could not memory-map file.\n"}); in streamFile()
57 Request.setResponse({200u, "application/octet-stream", MB->getBufferSize(), in streamFile()
92 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse() function in HTTPServerRequest
98 void HTTPServerRequest::setResponse(StreamingHTTPResponse Response) { in setResponse() function in HTTPServerRequest
167 void HTTPServerRequest::setResponse(HTTPResponse Response) { in setResponse() function in HTTPServerRequest
171 void HTTPServerRequest::setResponse(StreamingHTTPResponse Response) { in setResponse() function in HTTPServerRequest
H A DDebuginfod.cpp566 Request.setResponse( in DebuginfodServer()
574 Request.setResponse({404, "text/plain", "Build ID not found\n"}); in DebuginfodServer()
584 Request.setResponse( in DebuginfodServer()
592 Request.setResponse({404, "text/plain", "Build ID not found\n"}); in DebuginfodServer()
/src/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h64 void setResponse(StreamingHTTPResponse Response);
65 void setResponse(HTTPResponse Response);