Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_str.c37 PyObject *nxt_py_lifespan_shutdown_str; variable
93 { nxt_string("lifespan.shutdown"), &nxt_py_lifespan_shutdown_str },
H A Dnxt_python_asgi_str.h32 extern PyObject *nxt_py_lifespan_shutdown_str;
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()
434 msg = nxt_py_asgi_new_msg(NULL, nxt_py_lifespan_shutdown_str); in nxt_py_asgi_lifespan_receive()