Home
last modified time | relevance | path

Searched refs:nxt_py_asgi_new_msg (Results 1 – 5 of 5) sorted by relevance

/unit/src/python/
H A Dnxt_python_asgi.h47 PyObject *nxt_py_asgi_new_msg(nxt_unit_request_info_t *req, PyObject *type);
H A Dnxt_python_asgi_lifespan.c363 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 Dnxt_python_asgi_http.c126 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()
483 msg = nxt_py_asgi_new_msg(http->req, nxt_py_http_disconnect_str); in nxt_py_asgi_http_emit_disconnect()
H A Dnxt_python_asgi_websocket.c178 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()
H A Dnxt_python_asgi.c1401 nxt_py_asgi_new_msg(nxt_unit_request_info_t *req, PyObject *type) in nxt_py_asgi_new_msg() function