Home
last modified time | relevance | path

Searched refs:send_response (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Lib/xmlrpc/
H A Dserver.py509 self.send_response(500)
522 self.send_response(200)
546 self.send_response(501, "encoding %r not supported" % encoding)
548 self.send_response(400, "error decoding gzip content")
550 self.send_response(501, "encoding %r not supported" % encoding)
556 self.send_response(404)
933 self.send_response(200)
/third_party/ninja/src/
H A Dbrowse.py171 self.send_response(302)
177 self.send_response(404)
189 self.send_response(200)
/third_party/python/Lib/http/
H A Dserver.py467 self.send_response(code, message)
493 def send_response(self, code, message=None): member in BaseHTTPRequestHandler
548 This is called by send_response().
705 self.send_response(HTTPStatus.MOVED_PERMANENTLY)
760 self.send_response(HTTPStatus.NOT_MODIFIED)
765 self.send_response(HTTPStatus.OK)
827 self.send_response(HTTPStatus.OK)
1159 self.send_response(HTTPStatus.OK, "Script output follows")
/third_party/python/Lib/test/
H A Dtest_urllib2_localnet.py147 request_handler.send_response(407, "Proxy Authentication Required")
223 self.send_response(200)
228 self.send_response(401)
239 self.send_response(200)
273 self.send_response(200, "OK")
427 self.send_response(response_code)
H A Dtest_httpservers.py95 self.send_response(HTTPStatus.NO_CONTENT)
101 self.send_response(HTTPStatus.NO_CONTENT)
117 self.send_response(999)
123 self.send_response(999)
323 self.send_response(HTTPStatus.OK)
964 self.send_response(HTTPStatus.OK)
H A Dssl_servers.py104 self.send_response(200)
H A Dtest_xmlrpc.py336 self.send_response(http.HTTPStatus.OK)
H A Dtest_logging.py2059 request.send_response(200)
/third_party/nghttp2/examples/
H A Dlibevent-server.c423 static int send_response(nghttp2_session *session, int32_t stream_id, in send_response() function
471 if (send_response(session, stream_data->stream_id, hdrs, ARRLEN(hdrs), in error_reply()
568 if (send_response(session, stream_data->stream_id, hdrs, ARRLEN(hdrs), fd) != in on_request_recv()
/third_party/libcoap/include/coap3/
H A Dcoap_block_internal.h262 coap_send_pdu_t send_response);
/third_party/libcoap/src/
H A Dcoap_block.c1965 coap_send_pdu_t send_response) { in coap_send_q_block2()
1978 return coap_send_q_blocks(session, lg_xmit, block, response, send_response); in coap_send_q_block2()
1959 coap_send_q_block2(coap_session_t *session, coap_resource_t *resource, const coap_string_t *query, coap_pdu_code_t request_method, coap_block_b_t block, coap_pdu_t *response, coap_send_pdu_t send_response) coap_send_q_block2() argument
/third_party/python/Lib/
H A Dpydoc.py2360 self.send_response(200)
/third_party/node/deps/v8/tools/
H A Dgrokdump.py2631 self.send_response(200)

Completed in 30 milliseconds