Searched refs:nxt_unit_req_alert (Results 1 – 9 of 9) sorted by relevance
/unit/src/python/ |
H A D | nxt_python_asgi.c | 426 nxt_unit_req_alert(req, "Python failed to create asgi object"); in nxt_py_asgi_request_handler() 434 nxt_unit_req_alert(req, "Python failed to get 'receive' method"); in nxt_py_asgi_request_handler() 442 nxt_unit_req_alert(req, "Python failed to get 'send' method"); in nxt_py_asgi_request_handler() 450 nxt_unit_req_alert(req, "Python failed to get '_done' method"); in nxt_py_asgi_request_handler() 631 nxt_unit_req_alert(req, "Python failed to create 'path' string"); in nxt_py_asgi_create_http_scope() 668 nxt_unit_req_alert(req, "Python failed to create 'client' pair"); in nxt_py_asgi_create_http_scope() 677 nxt_unit_req_alert(req, "Python failed to create 'server' pair"); in nxt_py_asgi_create_http_scope() 1297 nxt_unit_req_alert(req, "Python failed to create message dict"); in nxt_py_asgi_new_msg() 1305 nxt_unit_req_alert(req, "Python failed to set 'msg.type' item"); in nxt_py_asgi_new_msg() 1343 nxt_unit_req_alert(req, "Python failed to create 'asgi' dict"); in nxt_py_asgi_new_scope() [all …]
|
H A D | nxt_python_asgi_websocket.c | 548 nxt_unit_req_alert(ws->req, in nxt_py_asgi_websocket_handler() 586 nxt_unit_req_alert(ws->req, "RuntimeError create failed"); in nxt_py_asgi_websocket_handler() 614 nxt_unit_req_alert(ws->req, "RuntimeError create failed"); in nxt_py_asgi_websocket_handler() 637 nxt_unit_req_alert(ws->req, "'set_result' call failed"); in nxt_py_asgi_websocket_receive_done() 659 nxt_unit_req_alert(ws->req, "'set_exception' call failed"); in nxt_py_asgi_websocket_receive_fail() 698 nxt_unit_req_alert(ws->req, in nxt_py_asgi_websocket_suspend_frame() 766 nxt_unit_req_alert(ws->req, in nxt_py_asgi_websocket_pop_msg() 781 nxt_unit_req_alert(ws->req, in nxt_py_asgi_websocket_pop_msg() 800 nxt_unit_req_alert(ws->req, in nxt_py_asgi_websocket_pop_msg() 829 nxt_unit_req_alert(ws->req, in nxt_py_asgi_websocket_pop_msg() [all …]
|
H A D | nxt_python_asgi_http.c | 140 nxt_unit_req_alert(req, "Python failed to create Future object"); in nxt_py_asgi_http_receive() 190 nxt_unit_req_alert(req, "Python failed to create body byte string"); in nxt_py_asgi_http_read_msg() 218 nxt_unit_req_alert(req, \ in nxt_py_asgi_http_read_msg() 417 nxt_unit_req_alert(http->req, in nxt_py_asgi_http_response_body() 503 nxt_unit_req_alert(http->req, "'done' call failed"); in nxt_py_asgi_http_set_result() 511 nxt_unit_req_alert(http->req, "'set_result' call failed"); in nxt_py_asgi_http_set_result() 605 nxt_unit_req_alert(http->req, "RuntimeError create failed"); in nxt_py_asgi_http_drain() 618 nxt_unit_req_alert(http->req, "'set_exception' call failed"); in nxt_py_asgi_http_drain()
|
H A D | nxt_python_wsgi.c | 573 nxt_unit_req_alert(req, in nxt_python_copy_environ()
|
/unit/src/ |
H A D | nxt_unit.h | 396 #define nxt_unit_req_alert(req, fmt, ARGS...) \ macro
|
H A D | nxt_java.c | 489 nxt_unit_req_alert(req, "failed to create Request instance"); in nxt_java_request_handler() 502 nxt_unit_req_alert(req, "failed to create Response instance"); in nxt_java_request_handler()
|
H A D | nxt_unit.c | 2407 nxt_unit_req_alert(req, "response_buf_alloc: failed to allocate buf"); in nxt_unit_response_buf_alloc() 2422 nxt_unit_req_alert(req, "response_buf_alloc: failed to get out buf"); in nxt_unit_response_buf_alloc() 2890 nxt_unit_req_alert(req, "write: response not initialized yet"); in nxt_unit_response_write_nb() 2968 nxt_unit_req_alert(req, "write: response not initialized yet"); in nxt_unit_response_write_cb() 3066 nxt_unit_req_alert(req, "failed to read content: %s (%d)", in nxt_unit_request_read() 3149 nxt_unit_req_alert(req, "preread: content_fd == -1"); in nxt_unit_request_preread() 3155 nxt_unit_req_alert(req, "preread: failed to allocate buf"); in nxt_unit_request_preread() 3161 nxt_unit_req_alert(req, "preread: failed to allocate buf memory"); in nxt_unit_request_preread() 3175 nxt_unit_req_alert(req, "failed to read content: %s (%d)", in nxt_unit_request_preread()
|
H A D | nxt_php_sapi.c | 1144 nxt_unit_req_alert(req, "VCWD_CHDIR(%s) failed (%d: %s)",
|
/unit/src/ruby/ |
H A D | nxt_ruby.c | 710 nxt_unit_req_alert(req, in nxt_ruby_rack_app_run()
|