Searched refs:nxt_py_asgi_new_msg (Results 1 – 5 of 5) sorted by path
/unit/src/python/ |
H A D | nxt_python_asgi.c | 1401 nxt_py_asgi_new_msg(nxt_unit_request_info_t *req, PyObject *type) in nxt_py_asgi_new_msg() function
|
H A D | nxt_python_asgi.h | 47 PyObject *nxt_py_asgi_new_msg(nxt_unit_request_info_t *req, PyObject *type);
|
H A D | nxt_python_asgi_http.c | 126 msg = nxt_py_asgi_new_msg(req, nxt_py_http_disconnect_str); in nxt_py_asgi_http_receive() 207 msg = nxt_py_asgi_new_msg(req, nxt_py_http_request_str); in nxt_py_asgi_http_read_msg() 476 msg = nxt_py_asgi_new_msg(http->req, nxt_py_http_disconnect_str); in nxt_py_asgi_http_emit_disconnect()
|
H A D | nxt_python_asgi_lifespan.c | 363 msg = nxt_py_asgi_new_msg(NULL, nxt_py_lifespan_shutdown_str); in nxt_py_asgi_lifespan_target_shutdown() 426 msg = nxt_py_asgi_new_msg(NULL, nxt_py_lifespan_startup_str); in nxt_py_asgi_lifespan_receive() 434 msg = nxt_py_asgi_new_msg(NULL, nxt_py_lifespan_shutdown_str); in nxt_py_asgi_lifespan_receive()
|
H A D | nxt_python_asgi_websocket.c | 178 msg = nxt_py_asgi_new_msg(ws->req, nxt_py_websocket_connect_str); in nxt_py_asgi_websocket_receive() 900 msg = nxt_py_asgi_new_msg(ws->req, type); in nxt_py_asgi_websocket_pop_msg() 1011 msg = nxt_py_asgi_new_msg(ws->req, nxt_py_websocket_disconnect_str); in nxt_py_asgi_websocket_disconnect_msg()
|